/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/ |
D | OMX_WbAmrDecoder.h | 614 OMX_S8 nUnhandledEmptyThisBuffers; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/ |
D | OMX_G729Decoder.h | 635 OMX_U8 nUnhandledEmptyThisBuffers; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/ |
D | OMX_AmrDecoder.h | 788 OMX_S8 nUnhandledEmptyThisBuffers; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/ |
D | OMX_G726Dec_Utils.h | 630 OMX_U8 nUnhandledEmptyThisBuffers; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/ |
D | OMX_G711Enc_Utils.h | 733 OMX_S8 nUnhandledEmptyThisBuffers; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/ |
D | OMX_WmaDec_Utils.h | 837 OMX_U8 nUnhandledEmptyThisBuffers; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
D | OMX_AacEnc_Utils.h | 561 OMX_U8 nUnhandledEmptyThisBuffers; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/ |
D | OMX_G729Enc_Utils.h | 867 OMX_U8 nUnhandledEmptyThisBuffers; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/ |
D | OMX_AacDec_Utils.h | 895 OMX_U32 nUnhandledEmptyThisBuffers; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/ |
D | OMX_AmrEnc_Utils.h | 874 OMX_U8 nUnhandledEmptyThisBuffers; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Enc_Utils.c | 1337 if (pComponentPrivate->nUnhandledEmptyThisBuffers == 0) { in G711ENC_HandleCommand() 1424 pComponentPrivate->nUnhandledEmptyThisBuffers--; in G711ENC_HandleDataBufFromApp() 2155 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in G711ENC_LCMLCallback()
|
D | OMX_G711Encoder.c | 355 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit() 1199 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
D | OMX_G726Decoder.c | 295 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit() 1379 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
|
D | OMX_G726Dec_Utils.c | 1244 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/ |
D | OMX_G729Decoder.c | 333 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit() 1375 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
|
D | OMX_G729Dec_Utils.c | 1376 if (pComponentPrivate->nUnhandledEmptyThisBuffers == 0) { in G729DECHandleCommand() 1454 pComponentPrivate->nUnhandledEmptyThisBuffers--; in G729DECHandleDataBuf_FromApp()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | OMX_G729Encoder.c | 380 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit() 1350 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
|
D | OMX_G729Enc_Utils.c | 1416 if (pComponentPrivate->nUnhandledEmptyThisBuffers == 0) { in G729ENC_HandleCommand() 1496 pComponentPrivate->nUnhandledEmptyThisBuffers--; in G729ENC_HandleDataBufFromApp()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
D | OMX_WmaDecoder.c | 320 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit() 1403 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEncoder.c | 326 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit() 1549 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
|
D | OMX_AacEnc_Utils.c | 1675 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/ |
D | OMX_AmrDecoder.c | 344 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit() 1552 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
D | OMX_WbAmrDec_Utils.c | 1647 …(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/ |
D | OMX_AacDecoder.c | 308 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit() 1529 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
D | OMX_AmrEncoder.c | 444 pComponentPrivate->nUnhandledEmptyThisBuffers = 0; in OMX_ComponentInit() 1606 pComponentPrivate->nUnhandledEmptyThisBuffers++; in EmptyThisBuffer()
|