Home
last modified time | relevance | path

Searched refs:NUM_MIME_BYTES_ARRAY (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
DOMX_WbAmrDecoder.h184 #define NUM_MIME_BYTES_ARRAY 16 macro
563 OMX_U32 wbamrMimeBytes[NUM_MIME_BYTES_ARRAY];
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
DOMX_AmrDecoder.h214 #define NUM_MIME_BYTES_ARRAY 16 macro
698 OMX_U32 amrMimeBytes[NUM_MIME_BYTES_ARRAY];
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
DOMX_WbAmrDec_Utils.c1847 if ((index >= NUM_MIME_BYTES_ARRAY) || in WBAMR_DEC_HandleDataBuf_FromApp()
1848 ((index < NUM_MIME_BYTES_ARRAY) && in WBAMR_DEC_HandleDataBuf_FromApp()
1851 if (index < NUM_MIME_BYTES_ARRAY) in WBAMR_DEC_HandleDataBuf_FromApp()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDec_Utils.c1842 if ((index >= NUM_MIME_BYTES_ARRAY) || in NBAMRDECHandleDataBuf_FromApp()
1843 ((index < NUM_MIME_BYTES_ARRAY) && in NBAMRDECHandleDataBuf_FromApp()
1846 if (index < NUM_MIME_BYTES_ARRAY) in NBAMRDECHandleDataBuf_FromApp()