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

12

/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_CompThread.c161 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: lcml_nCntOpReceived = %lu\n",__LINE__,pComponentPrivate->lcml_nCntOpReceived);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
H A DOMX_G722Enc_Utils.h495 OMX_U32 lcml_nCntOpReceived; member in struct:G722ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
H A DOMX_G729Decoder.h435 OMX_U32 lcml_nCntOpReceived; member in struct:G729DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
H A DOMX_WbAmrDecoder.h538 OMX_U32 lcml_nCntOpReceived; member in struct:WBAMR_DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
H A DOMX_G711Dec_Utils.h589 OMX_U32 lcml_nCntOpReceived; member in struct:G711DEC_COMPONENT_PRIVATE
H A DOMX_G711Decoder.h515 OMX_U32 lcml_nCntOpReceived; member in struct:G711DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
H A DOMX_G722Dec_Utils.h442 OMX_U32 lcml_nCntOpReceived; member in struct:G722DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
H A DOMX_G726Dec_Utils.h468 OMX_U32 lcml_nCntOpReceived; member in struct:G726DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
H A DOMX_AmrDecoder.h623 OMX_U32 lcml_nCntOpReceived; member in struct:AMRDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h427 OMX_U32 lcml_nCntOpReceived; member in struct:VPP_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
H A DOMX_AacDec_Utils.h746 OMX_U32 lcml_nCntOpReceived; member in struct:AACDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
H A DOMX_AacEnc_Utils.h415 OMX_U32 lcml_nCntOpReceived; member in struct:AACENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
H A DOMX_G711Enc_Utils.h667 OMX_U32 lcml_nCntOpReceived; member in struct:G711ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
H A DOMX_G729Enc_Utils.h723 OMX_U32 lcml_nCntOpReceived; member in struct:G729ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
H A DOMX_Mp3Dec_Utils.h598 OMX_U32 lcml_nCntOpReceived; member in struct:MP3DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
H A DOMX_WbAmrEnc_Utils.h616 OMX_U32 lcml_nCntOpReceived; member in struct:WBAMRENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
H A DOMX_WmaDec_Utils.h667 OMX_U32 lcml_nCntOpReceived; member in struct:WMADEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c1151 pComponentPrivate->lcml_nCntOpReceived = 0;
2863 pComponentPrivate->lcml_nCntOpReceived++; /*CRITICAL: increment Op counter!!! */
2865 (pComponentPrivate->lcml_nCntOpReceived == 1)) {
2961 pComponentPrivate->lcml_nCntOpReceived++; /*CRITICAL: increment Op counter!!! */
2963 (pComponentPrivate->lcml_nCntOpReceived == 1)) {
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c2525 pComponentPrivate->lcml_nCntOpReceived = 0;
2844 pComponentPrivate->lcml_nCntOpReceived = 0;
3474 pComponentPrivate->lcml_nCntOpReceived = 0;
7965 pComponentPrivate->lcml_nCntOpReceived++;
7966 if (pComponentPrivate->lcml_nCntOpReceived == 4) {
8127 pComponentPrivate->lcml_nCntOpReceived++;
8128 if (pComponentPrivate->lcml_nCntOpReceived == 4) {
8524 pComponentPrivate->lcml_nCntOpReceived = 0;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h907 OMX_U32 lcml_nCntOpReceived; member in struct:VIDDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_Utils.c2063 pComponentPrivate_CC->lcml_nCntOpReceived++;
2064 OMX_PRDSP2(pComponentPrivate_CC->dbg, "pComponentPrivate_CC->lcml_nCntOpReceived = %ld\n", pComponentPrivate_CC->lcml_nCntOpReceived);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c2210 pComponentPrivate_CC->lcml_nCntOpReceived++;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c2003 pComponentPrivate->lcml_nCntOpReceived++;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c1744 pComponentPrivate->lcml_nCntOpReceived++;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c1583 pComponentPrivate_CC->lcml_nCntOpReceived++;

Completed in 952 milliseconds

12