Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 557183c9 authored by Subhash Chandra Bose Naripeddy's avatar Subhash Chandra Bose Naripeddy Committed by Steve Kondik
Browse files

system/core: Add tunnel format frame size

Add tunnel mode formats frame sizes to audio.h. This ensures frame
size definition in one place.

Change-Id: Ia01cb4cba003e538a53aaa18330ef860367859c1
parent 77dd1cae
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -32,6 +32,12 @@ __BEGIN_DECLS
 * frameworks/base/include/media/AudioSystem.h
 * frameworks/base/include/media/AudioSystem.h
 */
 */


#define AMR_FRAMESIZE 32
#define QCELP_FRAMESIZE 35
#define EVRC_FRAMESIZE 23
#define AMR_WB_FRAMESIZE 61
#define AAC_FRAMESIZE 2048

typedef int audio_io_handle_t;
typedef int audio_io_handle_t;


/* Audio stream types */
/* Audio stream types */