Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_common/src/
Dpv_omxcore.cpp167 data->ipRegTemplateList[ii] = NULL; in OSCL_DLL_ENTRY_POINT_DEFAULT()
506 if (data->ipRegTemplateList[ii]) in _OMX_Deinit()
508 if (data->ipRegTemplateList[ii]->SharedLibraryOsclUuid) in _OMX_Deinit()
510 oscl_free(data->ipRegTemplateList[ii]->SharedLibraryOsclUuid); in _OMX_Deinit()
511 data->ipRegTemplateList[ii]->SharedLibraryOsclUuid = NULL; in _OMX_Deinit()
514 if (data->ipRegTemplateList[ii]->SharedLibraryPtr) in _OMX_Deinit()
516 … OsclSharedLibrary *lib = (OsclSharedLibrary *)(data->ipRegTemplateList[ii]->SharedLibraryPtr); in _OMX_Deinit()
519 data->ipRegTemplateList[ii]->SharedLibraryPtr = NULL; in _OMX_Deinit()
522 oscl_free(data->ipRegTemplateList[ii]); in _OMX_Deinit()
523 data->ipRegTemplateList[ii] = NULL; in _OMX_Deinit()
[all …]
Dpv_omxregistry.cpp69 if (NULL == data->ipRegTemplateList[ii]) in ComponentRegister()
71 data->ipRegTemplateList[ii] = pCRT; in ComponentRegister()
/external/opencore/codecs_v2/omx/omx_proxy/src/
Domx_proxy_interface.cpp849 if (data->ipRegTemplateList[ii] != NULL) in GlobalProxyComponentGetHandle()
851 if (!oscl_strcmp(data->ipRegTemplateList[ii]->ComponentName, cComponentName)) in GlobalProxyComponentGetHandle()
855 OMX_STRING aOmxLibName = data->ipRegTemplateList[ii]->SharedLibraryName; in GlobalProxyComponentGetHandle()
856 OMX_PTR &aOmxLib = data->ipRegTemplateList[ii]->SharedLibraryPtr; in GlobalProxyComponentGetHandle()
857 OMX_PTR aOsclUuid = data->ipRegTemplateList[ii]->SharedLibraryOsclUuid; in GlobalProxyComponentGetHandle()
858 OMX_U32 &aRefCount = data->ipRegTemplateList[ii]->SharedLibraryRefCounter; in GlobalProxyComponentGetHandle()
859 …if ((data->ipRegTemplateList[ii]->FunctionPtrCreateComponent)(pHandle, pAppData, pProxy, aOmxLibNa… in GlobalProxyComponentGetHandle()
/external/opencore/codecs_v2/omx/omx_common/include/
Dpv_omxcore.h280 ComponentRegistrationType* ipRegTemplateList[MAX_SUPPORTED_COMPONENTS]; variable