Searched refs:pModLcml (Results 1 – 3 of 3) sorted by relevance
1317 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()
3123 if(pComponentPrivate->pModLcml != NULL) in ComponentDeInit()3126 dlclose(pComponentPrivate->pModLcml); in ComponentDeInit()3128 FreeLibrary(pComponentPrivate->pModLcml); in ComponentDeInit()3130 pComponentPrivate->pModLcml = NULL; in ComponentDeInit()
593 void* pModLcml; member