Home
last modified time | relevance | path

Searched refs:nUnhandledEmptyThisBuffers (Results 1 – 25 of 30) sorted by relevance

12

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
DOMX_WbAmrDecoder.h614 OMX_S8 nUnhandledEmptyThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
DOMX_G729Decoder.h635 OMX_U8 nUnhandledEmptyThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
DOMX_AmrDecoder.h788 OMX_S8 nUnhandledEmptyThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
DOMX_G726Dec_Utils.h630 OMX_U8 nUnhandledEmptyThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
DOMX_G711Enc_Utils.h733 OMX_S8 nUnhandledEmptyThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
DOMX_WmaDec_Utils.h837 OMX_U8 nUnhandledEmptyThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
DOMX_AacEnc_Utils.h561 OMX_U8 nUnhandledEmptyThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
DOMX_G729Enc_Utils.h867 OMX_U8 nUnhandledEmptyThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
DOMX_AacDec_Utils.h895 OMX_U32 nUnhandledEmptyThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
DOMX_AmrEnc_Utils.h874 OMX_U8 nUnhandledEmptyThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
DOMX_G711Enc_Utils.c1337 if (pComponentPrivate->nUnhandledEmptyThisBuffers == 0) { in G711ENC_HandleCommand()
1424 pComponentPrivate->nUnhandledEmptyThisBuffers--; in G711ENC_HandleDataBufFromApp()
2155 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in G711ENC_LCMLCallback()
DOMX_G711Encoder.c355 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit()
1199 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
DOMX_G726Decoder.c295 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit()
1379 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
DOMX_G726Dec_Utils.c1244 if (pComponentPrivate->nUnhandledEmptyThisBuffers == 0) { in G726DEC_HandleCommand()
1329 pComponentPrivate->nUnhandledEmptyThisBuffers--; in G726DEC_HandleDataBuf_FromApp()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Decoder.c333 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit()
1375 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
DOMX_G729Dec_Utils.c1376 if (pComponentPrivate->nUnhandledEmptyThisBuffers == 0) { in G729DECHandleCommand()
1454 pComponentPrivate->nUnhandledEmptyThisBuffers--; in G729DECHandleDataBuf_FromApp()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
DOMX_G729Encoder.c380 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit()
1350 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
DOMX_G729Enc_Utils.c1416 if (pComponentPrivate->nUnhandledEmptyThisBuffers == 0) { in G729ENC_HandleCommand()
1496 pComponentPrivate->nUnhandledEmptyThisBuffers--; in G729ENC_HandleDataBufFromApp()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
DOMX_WmaDecoder.c320 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit()
1403 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEncoder.c326 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit()
1549 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
DOMX_AacEnc_Utils.c1675 if(pComponentPrivate->nUnhandledEmptyThisBuffers ==0) { in AACENCHandleCommand()
1739 if (pComponentPrivate->nUnhandledEmptyThisBuffers == 0) { in AACENCHandleCommand()
1892 pComponentPrivate->nUnhandledEmptyThisBuffers--; in AACENCHandleDataBuf_FromApp()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDecoder.c344 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit()
1552 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
DOMX_WbAmrDec_Utils.c1647 …(pComponentPrivate->dbg, "Flushing input port %d\n",pComponentPrivate->nUnhandledEmptyThisBuffers); in WBAMR_DEC_HandleCommand()
1649 if(pComponentPrivate->nUnhandledEmptyThisBuffers == 0) { in WBAMR_DEC_HandleCommand()
1761 pComponentPrivate->nUnhandledEmptyThisBuffers--; in WBAMR_DEC_HandleDataBuf_FromApp()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDecoder.c308 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit()
1529 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
DOMX_AmrEncoder.c444 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit()
1606 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()

12