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

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 154 pComponentPrivate->pLCML = (void *)LCML_pHandle;
155 pComponentPrivate->pLCML->pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pComponentPrivate;
190 (LCML_DSP_INTERFACE*)pComponentPrivate->pLCML = (LCML_DSP_INTERFACE *)LCML_pHandle;
191 pComponentPrivate->pLCML->pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pComponentPrivate;
431 LCML_ControlCodec(((LCML_DSP_INTERFACE*)pComponentPrivate->pLCML)->pCodecinterfacehandle,EMMCodecControlDestroy,NULL);
786 LCML_DSP_INTERFACE *pLCML = NULL;
800 pLCML = (LCML_DSP_INTERFACE*)pComponentPrivate->pLCML;
803 eError = LCML_ControlCodec(((LCML_DSP_INTERFACE*)pLCML)->pCodecinterfacehandle,EMMCodecControlStrmCtrl, (void*)aParam);
853 pLCML = (LCML_DSP_INTERFACE*)pComponentPrivate->pLCML
    [all...]
OMX_JpegDecoder.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 164 pComponentPrivate->pLCML = (void *)LCML_pHandle;
165 pComponentPrivate->pLCML->pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *)pComponentPrivate;
199 (LCML_DSP_INTERFACE*)pComponentPrivate->pLCML = (LCML_DSP_INTERFACE *)LCML_pHandle;
200 pComponentPrivate->pLCML->pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *)pComponentPrivate;
441 if ( pComponentPrivate->pLCML != NULL && pComponentPrivate->isLCMLActive) {
442 LCML_ControlCodec(((LCML_DSP_INTERFACE*)pComponentPrivate->pLCML)->pCodecinterfacehandle,EMMCodecControlDestroy,NULL);
444 pComponentPrivate->pLCML = NULL;
785 pLcmlHandle = (LCML_DSP_INTERFACE*)pComponentPrivate->pLCML;
807 pLcmlHandle = (LCML_DSP_INTERFACE*)pComponentPrivate->pLCML;
848 pLcmlHandle = (LCML_DSP_INTERFACE*)pComponentPrivate->pLCML;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
OMX_VideoDec_Thread.c 135 pLcmlHandle = (LCML_DSP_INTERFACE *)pComponentPrivate->pLCML;
OMX_VideoDecoder.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
OMX_VideoEnc_Thread.c 132 pLcmlHandle = (LCML_DSP_INTERFACE*)pComponentPrivate->pLCML;
OMX_VideoEncoder.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 393 LCML_DSP_INTERFACE* pLCML;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 434 LCML_DSP_INTERFACE* pLCML;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 452 LCML_DSP_INTERFACE* pLCML;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 595 LCML_DSP_INTERFACE* pLCML;
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 902 LCML_DSP_INTERFACE* pLCML;
    [all...]

Completed in 186 milliseconds