Searched refs:hLCML (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c3086 OMX_HANDLETYPE hLCML = NULL; local
3115 eError = (*fpGetHandle)(&hLCML);
3122 pComponentPrivate->pLCML = (LCML_DSP_INTERFACE*)hLCML;
3141 eError = fpGetHandle1(&hLCML);
3149 (LCML_DSP_INTERFACE*)pComponentPrivate->pLCML = (LCML_DSP_INTERFACE*)hLCML;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c2364 OMX_HANDLETYPE hLCML = NULL; local
2480 eError = (*fpGetHandle)(&hLCML);
2506 eError = fpGetHandle1(&hLCML);
2518 OMX_PRDSP2(pComponentPrivate->dbg, "LCML Handler 0x%p\n",hLCML);
2519 /*(LCML_DSP_INTERFACE*)pComponentPrivate->pLCML = (LCML_DSP_INTERFACE*)hLCML;*/
2520 pComponentPrivate->pLCML = (LCML_DSP_INTERFACE*)hLCML;
8477 OMX_HANDLETYPE hLCML = NULL; local
8505 eError = (*fpGetHandle)(&hLCML);
8517 OMX_PRDSP2(pComponentPrivate->dbg, "LCML Handler 0x%p\n",hLCML);
8518 /*(LCML_DSP_INTERFACE*)pComponentPrivate->pLCML = (LCML_DSP_INTERFACE*)hLCML;*/
[all...]

Completed in 44 milliseconds