OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pDllHandle
(Results
1 - 7
of
7
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h
394
void *
pDllHandle
;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h
427
void *
pDllHandle
;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h
453
void *
pDllHandle
;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c
153
pComponentPrivate->
pDllHandle
= handle;
437
dlclose(pComponentPrivate->
pDllHandle
);
438
pComponentPrivate->
pDllHandle
= NULL;
[
all
...]
OMX_JpegDecoder.c
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c
163
pComponentPrivate->
pDllHandle
= handle;
443
dlclose(pComponentPrivate->
pDllHandle
);
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c
[
all
...]
Completed in 57 milliseconds