Home
last modified time | relevance | path

Searched refs:LCML_pHandle (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Utils.c113 OMX_HANDLETYPE LCML_pHandle; in GetLCMLHandleJpegDec() local
141 eError = (*fpGetHandle)(&LCML_pHandle); in GetLCMLHandleJpegDec()
154 pComponentPrivate->pLCML = (void *)LCML_pHandle; in GetLCMLHandleJpegDec()
161 OMX_HANDLETYPE LCML_pHandle = NULL; in GetLCMLHandleJpegDec()
181 eError = fpGetHandle1(&LCML_pHandle); in GetLCMLHandleJpegDec()
186 LCML_pHandle = NULL; in GetLCMLHandleJpegDec()
190 (LCML_DSP_INTERFACE*)pComponentPrivate->pLCML = (LCML_DSP_INTERFACE *)LCML_pHandle; in GetLCMLHandleJpegDec()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEnc_Utils.c120 OMX_HANDLETYPE LCML_pHandle; in GetJpegEncLCMLHandle() local
148 eError = (*fpGetHandle)(&LCML_pHandle); in GetJpegEncLCMLHandle()
164 pComponentPrivate->pLCML = (void *)LCML_pHandle; in GetJpegEncLCMLHandle()
169 OMX_HANDLETYPE LCML_pHandle = NULL; in GetJpegEncLCMLHandle() local
191 eError = fpGetHandle1(&LCML_pHandle); in GetJpegEncLCMLHandle()
195 LCML_pHandle = NULL; in GetJpegEncLCMLHandle()
199 (LCML_DSP_INTERFACE*)pComponentPrivate->pLCML = (LCML_DSP_INTERFACE *)LCML_pHandle; in GetJpegEncLCMLHandle()