Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c3092 void* pMyLCML = NULL; in OMX_VIDENC_InitLCML() local
3100 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()