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

12

/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
H A DOMX_G729Decoder.h635 OMX_U8 nUnhandledEmptyThisBuffers; member in struct:G729DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
H A DOMX_WbAmrDecoder.h614 OMX_S8 nUnhandledEmptyThisBuffers; member in struct:WBAMR_DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
H A DOMX_G726Dec_Utils.h630 OMX_U8 nUnhandledEmptyThisBuffers; member in struct:G726DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
H A DOMX_AmrDecoder.h788 OMX_S8 nUnhandledEmptyThisBuffers; member in struct:AMRDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
H A DOMX_AacDec_Utils.h895 OMX_U32 nUnhandledEmptyThisBuffers; member in struct:AACDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
H A DOMX_AacEnc_Utils.h561 OMX_U8 nUnhandledEmptyThisBuffers; member in struct:AACENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
H A DOMX_G711Enc_Utils.h733 OMX_S8 nUnhandledEmptyThisBuffers; member in struct:G711ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
H A DOMX_G729Enc_Utils.h867 OMX_U8 nUnhandledEmptyThisBuffers; member in struct:G729ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
H A DOMX_AmrEnc_Utils.h874 OMX_U8 nUnhandledEmptyThisBuffers; member in struct:AMRENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
H A DOMX_WmaDec_Utils.h837 OMX_U8 nUnhandledEmptyThisBuffers; member in struct:WMADEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c1337 if (pComponentPrivate->nUnhandledEmptyThisBuffers == 0) {
1424 pComponentPrivate->nUnhandledEmptyThisBuffers--;
2155 pComponentPrivate->nUnhandledEmptyThisBuffers = 0;
H A DOMX_G711Encoder.c355 pComponentPrivate->nUnhandledEmptyThisBuffers = 0;
1199 pComponentPrivate->nUnhandledEmptyThisBuffers++;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c295 pComponentPrivate->nUnhandledEmptyThisBuffers = 0;
1379 pComponentPrivate->nUnhandledEmptyThisBuffers++;
H A DOMX_G726Dec_Utils.c1244 if (pComponentPrivate->nUnhandledEmptyThisBuffers == 0) {
1329 pComponentPrivate->nUnhandledEmptyThisBuffers--;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c333 pComponentPrivate->nUnhandledEmptyThisBuffers = 0;
1375 pComponentPrivate->nUnhandledEmptyThisBuffers++;
H A DOMX_G729Dec_Utils.c1376 if (pComponentPrivate->nUnhandledEmptyThisBuffers == 0) {
1454 pComponentPrivate->nUnhandledEmptyThisBuffers--;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c380 pComponentPrivate->nUnhandledEmptyThisBuffers = 0;
1350 pComponentPrivate->nUnhandledEmptyThisBuffers++;
H A DOMX_G729Enc_Utils.c1416 if (pComponentPrivate->nUnhandledEmptyThisBuffers == 0) {
1496 pComponentPrivate->nUnhandledEmptyThisBuffers--;
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c320 pComponentPrivate->nUnhandledEmptyThisBuffers = 0;
1403 pComponentPrivate->nUnhandledEmptyThisBuffers++;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDecoder.c308 pComponentPrivate->nUnhandledEmptyThisBuffers = 0;
1529 pComponentPrivate->nUnhandledEmptyThisBuffers++;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEncoder.c326 pComponentPrivate->nUnhandledEmptyThisBuffers = 0;
1549 pComponentPrivate->nUnhandledEmptyThisBuffers++;
H A DOMX_AacEnc_Utils.c1675 if(pComponentPrivate->nUnhandledEmptyThisBuffers ==0) {
1739 if (pComponentPrivate->nUnhandledEmptyThisBuffers == 0) {
1892 pComponentPrivate->nUnhandledEmptyThisBuffers--;
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c344 pComponentPrivate->nUnhandledEmptyThisBuffers = 0;
1552 pComponentPrivate->nUnhandledEmptyThisBuffers++;
H A DOMX_AmrDec_Utils.c1627 OMX_PRCOMM1(pComponentPrivate->dbg, "Flushing input port %d\n",pComponentPrivate->nUnhandledEmptyThisBuffers);
1629 if(pComponentPrivate->nUnhandledEmptyThisBuffers == 0) {
1755 pComponentPrivate->nUnhandledEmptyThisBuffers--;
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEncoder.c444 pComponentPrivate->nUnhandledEmptyThisBuffers = 0;
1606 pComponentPrivate->nUnhandledEmptyThisBuffers++;

Completed in 1489 milliseconds

12