Home
last modified time | relevance | path

Searched refs:pModLcml (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c1317 if(pComponentPrivate->pModLcml != NULL) in OMX_VIDENC_HandleCommandStateSetIdle()
1320 dlclose(pComponentPrivate->pModLcml); in OMX_VIDENC_HandleCommandStateSetIdle()
1322 FreeLibrary(pComponentPrivate->pModLcml); in OMX_VIDENC_HandleCommandStateSetIdle()
1327 pComponentPrivate->pModLcml = NULL; in OMX_VIDENC_HandleCommandStateSetIdle()
2178 if(pComponentPrivate->pModLcml != NULL) in OMX_VIDENC_HandleCommandStateSetLoaded()
2181 dlclose(pComponentPrivate->pModLcml); in OMX_VIDENC_HandleCommandStateSetLoaded()
2182 pComponentPrivate->pModLcml = NULL; in OMX_VIDENC_HandleCommandStateSetLoaded()
3101 pComponentPrivate->pModLcml = pMyLCML; in OMX_VIDENC_InitLCML()
DOMX_VideoEncoder.c3123 if(pComponentPrivate->pModLcml != NULL) in ComponentDeInit()
3126 dlclose(pComponentPrivate->pModLcml); in ComponentDeInit()
3128 FreeLibrary(pComponentPrivate->pModLcml); in ComponentDeInit()
3130 pComponentPrivate->pModLcml = NULL; in ComponentDeInit()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h593 void* pModLcml; member