Searched refs:pDllHandle (Results 1 - 7 of 7) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h394 void * pDllHandle; member in struct:VPP_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h427 void * pDllHandle; member in struct:JPEGDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h453 void * pDllHandle; member in struct:JPEGENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Utils.c153 pComponentPrivate->pDllHandle = handle;
437 dlclose(pComponentPrivate->pDllHandle);
438 pComponentPrivate->pDllHandle = NULL;
1559 dlclose(pComponentPrivate->pDllHandle);
1560 pComponentPrivate->pDllHandle = NULL;
H A DOMX_JpegDecoder.c696 pComponentPrivate->pDllHandle = NULL;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Utils.c163 pComponentPrivate->pDllHandle = handle;
443 dlclose(pComponentPrivate->pDllHandle);
1618 dlclose(pComponentPrivate->pDllHandle);
1913 dlclose(pComponentPrivate->pDllHandle);
3215 dlclose(pComponentPrivate->pDllHandle);
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c1782 dlclose(pComponentPrivate->pDllHandle);
1962 dlclose(pComponentPrivate->pDllHandle);
3195 pComponentPrivate->pDllHandle = handle;

Completed in 44 milliseconds