Searched refs:amrIF2Bytes (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c310 pComponentPrivate->amrIF2Bytes[0] = FRAME_SIZE_13;
311 pComponentPrivate->amrIF2Bytes[1] = FRAME_SIZE_14;
312 pComponentPrivate->amrIF2Bytes[2] = FRAME_SIZE_16;
313 pComponentPrivate->amrIF2Bytes[3] = FRAME_SIZE_18;
314 pComponentPrivate->amrIF2Bytes[4] = FRAME_SIZE_19;
315 pComponentPrivate->amrIF2Bytes[5] = FRAME_SIZE_21;
316 pComponentPrivate->amrIF2Bytes[6] = FRAME_SIZE_26;
317 pComponentPrivate->amrIF2Bytes[7] = FRAME_SIZE_31;
318 pComponentPrivate->amrIF2Bytes[8] = FRAME_SIZE_6;
319 pComponentPrivate->amrIF2Bytes[
[all...]
H A DOMX_AmrDec_Utils.c1892 (pComponentPrivate->amrIF2Bytes[index] == 0))) {
1895 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: no more frames mimebytes=%d", __LINE__, (int)pComponentPrivate->amrIF2Bytes[index]);
1898 if(pComponentPrivate->amrIF2Bytes[index] > pBufHeader->nFilledLen){
1901 pBufHeader->nFilledLen -= pComponentPrivate->amrIF2Bytes[index];
1903 i = (nFrames *INPUT_NBAMRDEC_BUFFER_SIZE_IF2) + (OMX_U16)pComponentPrivate->amrIF2Bytes[index];
1993 frameLength = pComponentPrivate->amrIF2Bytes[index];
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
H A DOMX_AmrDecoder.h217 * @def NUM_IF2_BYTES_ARRAY amrIF2Bytes array size
701 OMX_U32 amrIF2Bytes[NUM_IF2_BYTES_ARRAY]; member in struct:AMRDEC_COMPONENT_PRIVATE

Completed in 86 milliseconds