HomeSort by relevance Sort by last modified time
    Searched refs:LCML_pHandle (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 113 OMX_HANDLETYPE LCML_pHandle;
141 eError = (*fpGetHandle)(&LCML_pHandle);
149 OMX_PRDSP5(pComponentPrivate->dbg, "eError != OMX_ErrorNone... in (*fpGetHandle)(&LCML_pHandle);\n");
154 pComponentPrivate->pLCML = (void *)LCML_pHandle;
161 OMX_HANDLETYPE LCML_pHandle = NULL;
181 eError = fpGetHandle1(&LCML_pHandle);
186 LCML_pHandle = NULL;
190 (LCML_DSP_INTERFACE*)pComponentPrivate->pLCML = (LCML_DSP_INTERFACE *)LCML_pHandle;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 120 OMX_HANDLETYPE LCML_pHandle;
148 eError = (*fpGetHandle)(&LCML_pHandle);
164 pComponentPrivate->pLCML = (void *)LCML_pHandle;
169 OMX_HANDLETYPE LCML_pHandle = NULL;
191 eError = fpGetHandle1(&LCML_pHandle);
195 LCML_pHandle = NULL;
199 (LCML_DSP_INTERFACE*)pComponentPrivate->pLCML = (LCML_DSP_INTERFACE *)LCML_pHandle;
    [all...]

Completed in 53 milliseconds