Searched refs:nFillBufferDoneCount (Results 1 - 25 of 40) sorted by relevance

12

/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
H A DOMX_G729Decoder.h524 /** Keeps track of the number of nFillBufferDoneCount() calls */
525 OMX_U32 nFillBufferDoneCount; member in struct:G729DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
H A DOMX_WbAmrDecoder.h568 OMX_U32 nFillBufferDoneCount; member in struct:WBAMR_DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
H A DOMX_G711Dec_Utils.h682 /** Keeps track of the number of nFillBufferDoneCount() calls */
683 OMX_U32 nFillBufferDoneCount; member in struct:G711DEC_COMPONENT_PRIVATE
H A DOMX_G711Decoder.h608 /** Keeps track of the number of nFillBufferDoneCount() calls */
609 OMX_U32 nFillBufferDoneCount; member in struct:G711DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
H A DOMX_G722Dec_Utils.h511 OMX_U32 nFillBufferDoneCount; member in struct:G722DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
H A DOMX_G726Dec_Utils.h567 OMX_U32 nFillBufferDoneCount; member in struct:G726DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
H A DOMX_G726Enc_Utils.h566 OMX_U32 nFillBufferDoneCount; member in struct:G726ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
H A DOMX_AmrDecoder.h715 /** Keeps track of the number of nFillBufferDoneCount() calls */
716 OMX_U32 nFillBufferDoneCount; member in struct:AMRDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c1832 pComponentPrivate->nFillBufferDoneCount++;
2097 OMX_PRBUFFER2(pComponentPrivate->dbg, "After EBD::pComponentPrivate->nFillBufferDoneCount = %ld\n", pComponentPrivate->nFillBufferDoneCount);
2106 OMX_PRBUFFER2(pComponentPrivate->dbg, "After PortSettingsChangedEvent::pComponentPrivate->nFillBufferDoneCount = %ld\n\n", pComponentPrivate->nFillBufferDoneCount);
2348 pComponentPrivate->nFillBufferDoneCount++;
2418 pComponentPrivate->nFillBufferDoneCount++;
2653 pComponentPrivate->nFillBufferDoneCount++;
2745 pComponentPrivate->nFillBufferDoneCount++;
2774 pComponentPrivate->nFillBufferDoneCount
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
H A DOMX_AacDec_Utils.h843 OMX_U32 nFillBufferDoneCount; member in struct:AACDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
H A DOMX_G711Enc_Utils.h691 OMX_U32 nFillBufferDoneCount; member in struct:G711ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
H A DOMX_G729Enc_Utils.h759 OMX_U32 nFillBufferDoneCount; member in struct:G729ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
H A DOMX_Mp3Dec_Utils.h680 OMX_U32 nFillBufferDoneCount; member in struct:MP3DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
H A DOMX_AmrEnc_Utils.h790 OMX_U32 nFillBufferDoneCount; member in struct:AMRENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
H A DOMX_WbAmrEnc_Utils.h636 OMX_U32 nFillBufferDoneCount; member in struct:WBAMRENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c1784 pComponentPrivate->nFillBufferDoneCount++;
2169 pComponentPrivate->nFillBufferDoneCount++;
2462 pComponentPrivate->nFillBufferDoneCount++;
2551 pComponentPrivate->nFillBufferDoneCount++;
2570 pComponentPrivate->nFillBufferDoneCount++;
2594 if((pComponentPrivate->nEmptyThisBufferCount != pComponentPrivate->nEmptyBufferDoneCount) || (pComponentPrivate->nFillThisBufferCount != pComponentPrivate->nFillBufferDoneCount)) {
2740 pComponentPrivate->nFillBufferDoneCount++;
3501 if((pComponentPrivate->nEmptyThisBufferCount == pComponentPrivate->nEmptyBufferDoneCount) && (pComponentPrivate->nFillThisBufferCount == pComponentPrivate->nFillBufferDoneCount))
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_Utils.c1070 pComponentPrivate->nFillBufferDoneCount = 0;
1075 pComponentPrivate->nFillBufferDoneCount =0;
2348 pComponentPrivate->nFillBufferDoneCount++;
2715 pComponentPrivate->nFillBufferDoneCount++;
2766 pComponentPrivate->nFillBufferDoneCount++;
2798 pComponentPrivate->nFillBufferDoneCount++;
2834 if((pComponentPrivate->nEmptyThisBufferCount != pComponentPrivate->nEmptyBufferDoneCount) || (pComponentPrivate->nFillThisBufferCount != pComponentPrivate->nFillBufferDoneCount)) {
3568 if((pComponentPrivate->nEmptyThisBufferCount == pComponentPrivate->nEmptyBufferDoneCount) && (pComponentPrivate->nFillThisBufferCount == pComponentPrivate->nFillBufferDoneCount))
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_Utils.c1065 pComponentPrivate->nFillBufferDoneCount = 0;
2312 pComponentPrivate->nFillBufferDoneCount++;
2688 pComponentPrivate->nFillBufferDoneCount++;
2726 pComponentPrivate->nFillBufferDoneCount++;
2757 pComponentPrivate->nFillBufferDoneCount++;
2789 if((pComponentPrivate->nEmptyThisBufferCount != pComponentPrivate->nEmptyBufferDoneCount) || (pComponentPrivate->nFillThisBufferCount != pComponentPrivate->nFillBufferDoneCount)) {
3596 if((pComponentPrivate->nEmptyThisBufferCount == pComponentPrivate->nEmptyBufferDoneCount) && (pComponentPrivate->nFillThisBufferCount == pComponentPrivate->nFillBufferDoneCount))
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c959 pComponentPrivate->nFillBufferDoneCount = 0;
1462 pComponentPrivate->nFillBufferDoneCount++;
2048 pComponentPrivate->nFillBufferDoneCount++;
2085 pComponentPrivate->nFillBufferDoneCount++;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_Utils.c1646 pComponentPrivate->nFillBufferDoneCount++;
2536 pComponentPrivate->nFillBufferDoneCount++;
2602 pComponentPrivate->nFillBufferDoneCount++;
2657 pComponentPrivate->nFillBufferDoneCount++;
2701 pComponentPrivate->nFillBufferDoneCount++;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c978 pComponentPrivate->nFillBufferDoneCount++;
1378 pComponentPrivate->nFillBufferDoneCount++;
1781 pComponentPrivate->nFillBufferDoneCount++;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c1787 pComponentPrivate->nFillBufferDoneCount++;
1833 pComponentPrivate->nFillBufferDoneCount++;
1834 G726ENC_DPRINT("%d :: Incrementing nFillBufferDoneCount = %ld\n",__LINE__,pComponentPrivate->nFillBufferDoneCount);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_Utils.c1530 pComponentPrivate->nFillBufferDoneCount++;
2353 pComponentPrivate_CC->nFillBufferDoneCount++;
2417 pComponentPrivate_CC->nFillBufferDoneCount++;
2479 pComponentPrivate_CC->nFillBufferDoneCount++;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c1679 pComponentPrivate->nFillBufferDoneCount++;
1749 pComponentPrivate->nFillBufferDoneCount++;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_Utils.c954 pComponentPrivate->nFillBufferDoneCount = 0;
1866 pComponentPrivate->nFillBufferDoneCount++;

Completed in 3056 milliseconds

12