Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEnc_Utils.c1774 …ACENC_IncrementBufferCounterByOne(&bufferReturned_mutex, &pComponentPrivate->EmptybufferdoneCount); in AACENCHandleCommand()
1978 …ACENC_IncrementBufferCounterByOne(&bufferReturned_mutex, &pComponentPrivate->EmptybufferdoneCount); in AACENCHandleDataBuf_FromApp()
2027 …ACENC_IncrementBufferCounterByOne(&bufferReturned_mutex, &pComponentPrivate->EmptybufferdoneCount); in AACENCHandleDataBuf_FromApp()
2029 …ComponentPrivate->EmptybufferdoneCount = %ld \n",__LINE__,pComponentPrivate->EmptybufferdoneCount); in AACENCHandleDataBuf_FromApp()
2436 …NC_IncrementBufferCounterByOne(&bufferReturned_mutex, &pComponentPrivate_CC->EmptybufferdoneCount); in AACENCLCML_Callback()
2557 …NC_IncrementBufferCounterByOne(&bufferReturned_mutex, &pComponentPrivate_CC->EmptybufferdoneCount); in AACENCLCML_Callback()
2614 … while (pComponentPrivate_CC->EmptythisbufferCount != pComponentPrivate_CC->EmptybufferdoneCount || in AACENCLCML_Callback()
3503 if ((pComponentPrivate->EmptythisbufferCount == pComponentPrivate->EmptybufferdoneCount) && in SignalIfAllBuffersAreReturned()
DOMX_AacEncoder.c300 pComponentPrivate->EmptybufferdoneCount = 0; in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
DOMX_AacEnc_Utils.h449 OMX_U32 EmptybufferdoneCount; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h704 OMX_U32 EmptybufferdoneCount; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c347 while (pComponentPrivate->EmptythisbufferCount != pComponentPrivate->EmptybufferdoneCount || in OMX_VIDENC_EmptyDataPipes()
365 if ((pComponentPrivate->EmptythisbufferCount == pComponentPrivate->EmptybufferdoneCount) && in OMX_VIDENC_SignalIfAllBuffersAreReturned()
626 OMX_VIDENC_IncrementBufferCountByOne(&pComponentPrivate->EmptybufferdoneCount); in OMX_VIDENC_HandleCommandDisablePort()
1009 OMX_VIDENC_IncrementBufferCountByOne(&pComponentPrivate->EmptybufferdoneCount); in OMX_VIDENC_HandleCommandFlush()
1637 … OMX_VIDENC_IncrementBufferCountByOne(&pComponentPrivate->EmptybufferdoneCount); in OMX_VIDENC_HandleCommandStateSetIdle()
3065 OMX_VIDENC_IncrementBufferCountByOne(&pComponentPrivate->EmptybufferdoneCount); in OMX_VIDENC_Process_FreeInBuf()
DOMX_VideoEncoder.c950 pComponentPrivate->EmptybufferdoneCount = 0; in OMX_ComponentInit()