Home
last modified time | relevance | path

Searched refs:nHandledFillThisBuffers (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
DOMX_Mp3Dec_Utils.h711 OMX_U32 nHandledFillThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
DOMX_AacDec_Utils.h894 OMX_U32 nHandledFillThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Dec_Utils.c1744 … pComponentPrivate->nFillThisBufferCount, pComponentPrivate->nHandledFillThisBuffers); in MP3DEC_HandleCommand()
1745 … if (pComponentPrivate->nFillThisBufferCount == pComponentPrivate->nHandledFillThisBuffers) { in MP3DEC_HandleCommand()
2163 pComponentPrivate->nHandledFillThisBuffers++; in MP3DEC_HandleDataBuf_FromApp()
DOMX_Mp3Decoder.c323 pComponentPrivate->nHandledFillThisBuffers=0; in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDec_Utils.c1789 … %ld\n", pComponentPrivate->nUnhandledFillThisBuffers, pComponentPrivate->nHandledFillThisBuffers); in AACDEC_HandleCommand()
1790 … if (pComponentPrivate->nUnhandledFillThisBuffers == pComponentPrivate->nHandledFillThisBuffers) { in AACDEC_HandleCommand()
2343 pComponentPrivate->nHandledFillThisBuffers++; in AACDEC_HandleDataBuf_FromApp()
DOMX_AacDecoder.c307 pComponentPrivate->nHandledFillThisBuffers = 0; in OMX_ComponentInit()