Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ISV/include/
Disv_omxcore.h24 typedef OMX_ERRORTYPE (*InitFunc)(); typedef
39 InitFunc mInit;
/hardware/ti/omap4xxx/libstagefrighthw/
DTIOMXPlugin.h50 typedef OMX_ERRORTYPE (*InitFunc)(); typedef
63 InitFunc mInit;
DTIOMXPlugin.cpp44 mInit = (InitFunc)dlsym(mLibHandle, "TIOMX_Init"); in TIOMXPlugin()
/hardware/ti/omap4-aah/libstagefrighthw/
DTIOMXPlugin.h50 typedef OMX_ERRORTYPE (*InitFunc)(); typedef
63 InitFunc mInit;
DTIOMXPlugin.cpp44 mInit = (InitFunc)dlsym(mLibHandle, "TIOMX_Init"); in TIOMXPlugin()
/hardware/ti/omap3/libstagefrighthw/
DTIOMXPlugin.h50 typedef OMX_ERRORTYPE (*InitFunc)(); typedef
63 InitFunc mInit;
DTIOMXPlugin.cpp38 mInit = (InitFunc)dlsym(mLibHandle, "TIOMX_Init"); in TIOMXPlugin()
/hardware/qcom/media/msm8974/libstagefrighthw/
DQComOMXPlugin.h50 typedef OMX_ERRORTYPE (*InitFunc)(); typedef
63 InitFunc mInit;
DQComOMXPlugin.cpp39 mInit = (InitFunc)dlsym(mLibHandle, "OMX_Init"); in QComOMXPlugin()
/hardware/qcom/media/msm8996/libstagefrighthw/
DQComOMXPlugin.h50 typedef OMX_ERRORTYPE (*InitFunc)(); typedef
63 InitFunc mInit;
DQComOMXPlugin.cpp39 mInit = (InitFunc)dlsym(mLibHandle, "OMX_Init"); in QComOMXPlugin()
/hardware/intel/common/libstagefrighthw/
DWrsOMXPlugin.h43 typedef OMX_ERRORTYPE (*InitFunc)(); typedef
58 InitFunc mInit;
DWrsOMXPlugin.cpp71 core->mInit = (WrsOMXCore::InitFunc)dlsym(libHandle, "OMX_Init"); in AddCore()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.h71 …typedef bool (*InitFunc)(void *,uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, bool, uint32_t … typedef
81 InitFunc mInitDecoder;
DOMXVideoDecoderVP9Hybrid.cpp124 mInitDecoder = (InitFunc)dlsym(mLibHandle, "Decoder_Init"); in ProcessorInit()
/hardware/intel/common/utils/ISV/omx/
Disv_omxcore.cpp77 g_cores[i].mInit = (ISVOMXCore::InitFunc)dlsym(libHandle, "OMX_Init"); in OMX_Init()