Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
DOMX_Mp3Dec_Utils.h713 OMX_U32 nHandledEmptyThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
DOMX_AacDec_Utils.h896 OMX_U32 nHandledEmptyThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Dec_Utils.c1687 … pComponentPrivate->nEmptyThisBufferCount, pComponentPrivate->nHandledEmptyThisBuffers); in MP3DEC_HandleCommand()
1688 … if (pComponentPrivate->nEmptyThisBufferCount == pComponentPrivate->nHandledEmptyThisBuffers) { in MP3DEC_HandleCommand()
1865 pComponentPrivate->nHandledEmptyThisBuffers++; in MP3DEC_HandleDataBuf_FromApp()
DOMX_Mp3Decoder.c324 pComponentPrivate->nHandledEmptyThisBuffers = 0; in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDec_Utils.c1734 …ld\n", pComponentPrivate->nUnhandledEmptyThisBuffers, pComponentPrivate->nHandledEmptyThisBuffers); in AACDEC_HandleCommand()
1735 …if (pComponentPrivate->nUnhandledEmptyThisBuffers == pComponentPrivate->nHandledEmptyThisBuffers) { in AACDEC_HandleCommand()
1997 pComponentPrivate->nHandledEmptyThisBuffers++; in AACDEC_HandleDataBuf_FromApp()
DOMX_AacDecoder.c309 pComponentPrivate->nHandledEmptyThisBuffers = 0; in OMX_ComponentInit()