Home
last modified time | relevance | path

Searched refs:nUnhandledFillThisBuffers (Results 1 – 25 of 32) sorted by relevance

12

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
DOMX_WbAmrDecoder.h613 OMX_S8 nUnhandledFillThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
DOMX_G729Decoder.h634 OMX_U8 nUnhandledFillThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
DOMX_AmrDecoder.h787 OMX_S8 nUnhandledFillThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
DOMX_G711Decoder.h702 OMX_U8 nUnhandledFillThisBuffers; member
DOMX_G711Dec_Utils.h776 OMX_U8 nUnhandledFillThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
DOMX_G726Dec_Utils.h627 OMX_U8 nUnhandledFillThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
DOMX_G711Enc_Utils.h732 OMX_S8 nUnhandledFillThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
DOMX_WmaDec_Utils.h836 OMX_U8 nUnhandledFillThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
DOMX_AacEnc_Utils.h560 OMX_U8 nUnhandledFillThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
DOMX_G729Enc_Utils.h866 OMX_U8 nUnhandledFillThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
DOMX_AacDec_Utils.h893 OMX_U32 nUnhandledFillThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
DOMX_AmrEnc_Utils.h873 OMX_U8 nUnhandledFillThisBuffers; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
DOMX_G711Enc_Utils.c1356 if (pComponentPrivate->nUnhandledFillThisBuffers == 0) { in G711ENC_HandleCommand()
1570 pComponentPrivate->nUnhandledFillThisBuffers--; in G711ENC_HandleDataBufFromApp()
2154 pComponentPrivate->nUnhandledFillThisBuffers = 0; in G711ENC_LCMLCallback()
DOMX_G711Encoder.c356 pComponentPrivate->nUnhandledFillThisBuffers = 0; in OMX_ComponentInit()
1294 pComponentPrivate->nUnhandledFillThisBuffers++; in FillThisBuffer()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
DOMX_G726Decoder.c294 pComponentPrivate->nUnhandledFillThisBuffers=0; in OMX_ComponentInit()
1488 pComponentPrivate->nUnhandledFillThisBuffers++; in FillThisBuffer()
DOMX_G726Dec_Utils.c1262 if (pComponentPrivate->nUnhandledFillThisBuffers == 0) { in G726DEC_HandleCommand()
1427 pComponentPrivate->nUnhandledFillThisBuffers--; in G726DEC_HandleDataBuf_FromApp()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Decoder.c332 pComponentPrivate->nUnhandledFillThisBuffers=0; in OMX_ComponentInit()
1472 pComponentPrivate->nUnhandledFillThisBuffers++; in FillThisBuffer()
DOMX_G729Dec_Utils.c1395 if (pComponentPrivate->nUnhandledFillThisBuffers == 0) { in G729DECHandleCommand()
1559 pComponentPrivate->nUnhandledFillThisBuffers--; in G729DECHandleDataBuf_FromApp()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
DOMX_G729Encoder.c379 pComponentPrivate->nUnhandledFillThisBuffers=0; in OMX_ComponentInit()
1460 pComponentPrivate->nUnhandledFillThisBuffers++; in FillThisBuffer()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
DOMX_WmaDecoder.c319 pComponentPrivate->nUnhandledFillThisBuffers=0; in OMX_ComponentInit()
1516 pComponentPrivate->nUnhandledFillThisBuffers++; in FillThisBuffer()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEncoder.c325 pComponentPrivate->nUnhandledFillThisBuffers=0; in OMX_ComponentInit()
1661 pComponentPrivate->nUnhandledFillThisBuffers++; in FillThisBuffer()
DOMX_AacEnc_Utils.c1705 if (pComponentPrivate->nUnhandledFillThisBuffers == 0) { in AACENCHandleCommand()
1790 if (pComponentPrivate->nUnhandledFillThisBuffers == 0) { in AACENCHandleCommand()
2090 pComponentPrivate->nUnhandledFillThisBuffers--; in AACENCHandleDataBuf_FromApp()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDecoder.c343 pComponentPrivate->nUnhandledFillThisBuffers=0; in OMX_ComponentInit()
1664 pComponentPrivate->nUnhandledFillThisBuffers++; in FillThisBuffer()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
DOMX_WbAmrDec_Utils.c1668 …MM2(pComponentPrivate->dbg, "Flushing out port %d\n",pComponentPrivate->nUnhandledFillThisBuffers); in WBAMR_DEC_HandleCommand()
1669 if (pComponentPrivate->nUnhandledFillThisBuffers == 0) { in WBAMR_DEC_HandleCommand()
2307 pComponentPrivate->nUnhandledFillThisBuffers--; in WBAMR_DEC_HandleDataBuf_FromApp()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDecoder.c306 pComponentPrivate->nUnhandledFillThisBuffers = 0; in OMX_ComponentInit()
1634 pComponentPrivate->nUnhandledFillThisBuffers++; in FillThisBuffer()

12