Searched refs:pMyLCML (Results 1 – 1 of 1) sorted by relevance
3092 void* pMyLCML = NULL; in OMX_VIDENC_InitLCML() local3100 pMyLCML = dlopen("libLCML.so", RTLD_LAZY); in OMX_VIDENC_InitLCML()3101 pComponentPrivate->pModLcml = pMyLCML; in OMX_VIDENC_InitLCML()3102 if (!pMyLCML) in OMX_VIDENC_InitLCML()3108 fpGetHandle = dlsym(pMyLCML, "GetHandle"); in OMX_VIDENC_InitLCML()