Searched refs:pComponentPrivate_CC (Results 1 – 7 of 7) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
D | OMX_AmrEnc_Utils.c | 2050 AMRENC_COMPONENT_PRIVATE *pComponentPrivate_CC; in NBAMRENC_GetCorrespondingLCMLHeader() local 2052 pComponentPrivate_CC = (AMRENC_COMPONENT_PRIVATE*) pComponentPrivate; in NBAMRENC_GetCorrespondingLCMLHeader() 2053 nIpBuf = pComponentPrivate_CC->pInputBufferList->numBuffers; in NBAMRENC_GetCorrespondingLCMLHeader() 2054 nOpBuf = pComponentPrivate_CC->pOutputBufferList->numBuffers; in NBAMRENC_GetCorrespondingLCMLHeader() 2056 …OMX_PRINT1(pComponentPrivate_CC->dbg, "%d :: Entering NBAMRENC_GetCorrespondingLCMLHeader..\n",__L… in NBAMRENC_GetCorrespondingLCMLHeader() 2057 while (!pComponentPrivate_CC->bInitParamsInitialized) { in NBAMRENC_GetCorrespondingLCMLHeader() 2058 … OMX_PRSTATE2(pComponentPrivate_CC->dbg, "%d :: Waiting for init to complete........\n",__LINE__); in NBAMRENC_GetCorrespondingLCMLHeader() 2066 …OMX_PRINT2(pComponentPrivate_CC->dbg, "%d :: Entering NBAMRENC_GetCorrespondingLCMLHeader..\n",__L… in NBAMRENC_GetCorrespondingLCMLHeader() 2067 pLcmlBufHeader = pComponentPrivate_CC->pLcmlBufHeader[NBAMRENC_INPUT_PORT]; in NBAMRENC_GetCorrespondingLCMLHeader() 2069 OMX_PRBUFFER2(pComponentPrivate_CC->dbg, "%d :: pBuffer = %p\n",__LINE__,pBuffer); in NBAMRENC_GetCorrespondingLCMLHeader() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEnc_Utils.c | 2322 AACENC_COMPONENT_PRIVATE *pComponentPrivate_CC = NULL; in AACENCLCML_Callback() local 2330 …pComponentPrivate_CC = (AACENC_COMPONENT_PRIVATE*)((LCML_DSP_INTERFACE *)args[6])->pComponentPriva… in AACENCLCML_Callback() 2331 …OMX_PRINT1(pComponentPrivate_CC->dbg, "%d:pComponentPrivate->curState = %d\n",__LINE__,pComponentP… in AACENCLCML_Callback() 2333 pHandle = pComponentPrivate_CC->pHandle; in AACENCLCML_Callback() 2338 OMX_PRDSP2(pComponentPrivate_CC->dbg, "[LCML CALLBACK EVENT] EMMCodecDspError\n"); in AACENCLCML_Callback() 2342 OMX_PRDSP2(pComponentPrivate_CC->dbg, "[LCML CALLBACK EVENT] EMMCodecInternalError\n"); in AACENCLCML_Callback() 2346 OMX_PRDSP2(pComponentPrivate_CC->dbg, "[LCML CALLBACK EVENT] EMMCodecInitError\n"); in AACENCLCML_Callback() 2350 … OMX_PRDSP2(pComponentPrivate_CC->dbg, "[LCML CALLBACK EVENT] EMMCodecDspMessageRecieved\n"); in AACENCLCML_Callback() 2354 … OMX_PRDSP2(pComponentPrivate_CC->dbg, "[LCML CALLBACK EVENT] EMMCodecBufferProcessed\n"); in AACENCLCML_Callback() 2358 … OMX_PRDSP2(pComponentPrivate_CC->dbg, "[LCML CALLBACK EVENT] EMMCodecProcessingStarted\n"); in AACENCLCML_Callback() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
D | OMX_WmaDec_Utils.c | 121 WMADEC_COMPONENT_PRIVATE *pComponentPrivate, *pComponentPrivate_CC; in WMADECFill_LCMLInitParams() local 124 pComponentPrivate_CC = pComponentPrivate; in WMADECFill_LCMLInitParams() 150 plcml_Init->Out_BufInfo.nBuffers = pComponentPrivate_CC->pOutputBufferList->numBuffers; in WMADECFill_LCMLInitParams() 178 if(pComponentPrivate_CC->dasfmode == 1) in WMADECFill_LCMLInitParams() 191 pComponentPrivate_CC->strmAttr = strmAttr; in WMADECFill_LCMLInitParams() 217 pComponentPrivate_CC->iWmaSamplingFrequeny = WMADEC_DEFAULT_SAMPLING_FREQUENCY; in WMADECFill_LCMLInitParams() 223 pComponentPrivate_CC->iWmaChannels = in WMADECFill_LCMLInitParams() 224 pComponentPrivate_CC->wmaParams[OUTPUT_PORT]->nChannels; in WMADECFill_LCMLInitParams() 230 if (pComponentPrivate_CC->pInputBufferList->numBuffers) in WMADECFill_LCMLInitParams() 232 arr[3] = pComponentPrivate_CC->pInputBufferList->numBuffers; in WMADECFill_LCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
D | OMX_G722Enc_Utils.c | 94 static G722ENC_COMPONENT_PRIVATE *pComponentPrivate_CC = NULL; variable 607 pComponentPrivate_CC = pComponentPrivate; in G722Enc_StartCompThread() 1304 pComponentPrivate_CC->cbInfo.EventHandler(pComponentPrivate->pHandle, in G722ENC_HandleDataBuf_FromApp() 1469 OMX_COMPONENTTYPE *pHandle = pComponentPrivate_CC->pHandle; in G722ENC_LCML_Callback() 1537 G722ENC_ClearPending(pComponentPrivate_CC,pLcmlHdr->pBufHdr,OMX_DirInput); in G722ENC_LCML_Callback() 1545 if(pComponentPrivate_CC->dasfmode == 0) { in G722ENC_LCML_Callback() 1546 pComponentPrivate_CC->lcml_nIpBuf--; in G722ENC_LCML_Callback() 1548 pComponentPrivate_CC->cbInfo.EmptyBufferDone ( in G722ENC_LCML_Callback() 1553 pComponentPrivate_CC->app_nBuf++; in G722ENC_LCML_Callback() 1559 if (!G722ENC_IsValid(pComponentPrivate_CC,pBuffer,OMX_DirOutput)) { in G722ENC_LCML_Callback() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
D | OMX_G711Dec_Utils.c | 118 static G711DEC_COMPONENT_PRIVATE *pComponentPrivate_CC = NULL; variable 417 pComponentPrivate_CC = pComponentPrivate; in G711DEC_StartComponentThread() 1763 pComponentPrivate_CC->cbInfo.EventHandler(pComponentPrivate->pHandle, in G711DECHandleDataBuf_FromApp() 2187 G711DEC_ClearPending(pComponentPrivate_CC,pLcmlHdr->buffer,OMX_DirInput); in G711DECLCML_Callback() 2188 ret = (OMX_U16) G711DECHandleDataBuf_FromLCML(pComponentPrivate_CC, pLcmlHdr); in G711DECLCML_Callback() 2205 if (!pComponentPrivate_CC->bStopSent) in G711DECLCML_Callback() 2210 pComponentPrivate_CC->lcml_nCntOpReceived++; in G711DECLCML_Callback() 2212 G711DEC_ClearPending(pComponentPrivate_CC,pLcmlHdr->buffer,OMX_DirOutput); in G711DECLCML_Callback() 2213 ret = (OMX_U16) G711DECHandleDataBuf_FromLCML(pComponentPrivate_CC, pLcmlHdr); in G711DECLCML_Callback() 2214 pComponentPrivate_CC->nOutStandingFillDones++; in G711DECLCML_Callback() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
D | OMX_G729Dec_Utils.c | 104 static G729DEC_COMPONENT_PRIVATE *pComponentPrivate_CC; variable 432 pComponentPrivate_CC = pComponentPrivate; in G729DEC_StartComponentThread() 1728 pComponentPrivate = pComponentPrivate_CC; in G729DECLCML_Callback()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | OMX_G729Enc_Utils.c | 117 static G729ENC_COMPONENT_PRIVATE *pComponentPrivate_CC; variable 403 pComponentPrivate_CC = pComponentPrivate; in G729ENC_StartComponentThread() 1889 pComponentPrivate = pComponentPrivate_CC; in G729ENC_LCMLCallback()
|