/external/opencore/codecs_v2/omx/omx_common/src/ |
D | pv_omxregistry.cpp | 46 …MX_PTR pAppData, OMX_IN OMX_PTR pProxy, OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… 47 OMX_ERRORTYPE OmxComponentFactoryDynamicDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib,… 94 …MX_PTR pAppData, OMX_IN OMX_PTR pProxy, OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… 95 extern OMX_ERRORTYPE Mpeg4OmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, O… 159 …MX_PTR pAppData, OMX_IN OMX_PTR pProxy, OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… 160 extern OMX_ERRORTYPE H263OmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OM… 220 …MX_PTR pAppData, OMX_IN OMX_PTR pProxy, OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… 221 extern OMX_ERRORTYPE AvcOmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX… 280 …MX_PTR pAppData, OMX_IN OMX_PTR pProxy, OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… 281 extern OMX_ERRORTYPE WmvOmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX… [all …]
|
D | pv_omxcore.cpp | 491 OMX_PTR &aOmxLib = data->ipInstantiatedComponentReg[ii]->SharedLibraryPtr; in _OMX_Deinit() 494 …iatedComponentReg[ii]->FunctionPtrDestroyComponent)(componentHandle[ii], aOmxLib, aOsclUuid, aRefC… in _OMX_Deinit() 635 OMX_PTR &aOmxLib = data->ipRegTemplateList[ii]->SharedLibraryPtr; in _Cleanup_Component() local 638 …(data->ipRegTemplateList[ii]->FunctionPtrDestroyComponent)(aHandle, aOmxLib, aOsclUuid, aRefCount); in _Cleanup_Component() 842 OMX_PTR &aOmxLib = data->ipRegTemplateList[ii]->SharedLibraryPtr; in OMX_GetHandle() local 845 …t[ii]->FunctionPtrCreateComponent)(pHandle, pAppData, NULL, aOmxLibName, aOmxLib, aOsclUuid, aRefC… in OMX_GetHandle() 858 …ist[ii])->FunctionPtrDestroyComponent)(componentHandle[*componentIndex], aOmxLib, aOsclUuid, aRefC… in OMX_GetHandle() 983 OMX_PTR &aOmxLib = data->ipInstantiatedComponentReg[ii]->SharedLibraryPtr; in OMX_FreeHandle() local 986 …dComponentReg[ComponentNumber]->FunctionPtrDestroyComponent)(hComponent, aOmxLib, aOsclUuid, aRefC… in OMX_FreeHandle()
|
/external/opencore/codecs_v2/omx/omx_m4venc/src/ |
D | omx_mpeg4enc_component.cpp | 28 …MX_IN OMX_PTR pAppData, OMX_PTR pProxy, OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… in Mpeg4EncOmxComponentFactory() argument 31 OSCL_UNUSED_ARG(aOmxLib); in Mpeg4EncOmxComponentFactory() 61 OMX_ERRORTYPE Mpeg4EncOmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_P… in Mpeg4EncOmxComponentDestructor() argument 63 OSCL_UNUSED_ARG(aOmxLib); in Mpeg4EncOmxComponentDestructor() 81 …X_IN OMX_PTR pAppData, OMX_PTR pProxy, OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… in H263EncOmxComponentFactory() argument 84 OSCL_UNUSED_ARG(aOmxLib); in H263EncOmxComponentFactory() 115 OMX_ERRORTYPE H263EncOmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_PT… in H263EncOmxComponentDestructor() argument 117 OSCL_UNUSED_ARG(aOmxLib); in H263EncOmxComponentDestructor()
|
/external/opencore/codecs_v2/omx/omx_m4v/src/ |
D | omx_mpeg4_component.cpp | 47 …X_PTR pAppData, OMX_IN OMX_PTR pProxy , OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… in Mpeg4OmxComponentFactory() argument 50 OSCL_UNUSED_ARG(aOmxLib); in Mpeg4OmxComponentFactory() 80 …TYPE Mpeg4OmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… in Mpeg4OmxComponentDestructor() argument 82 OSCL_UNUSED_ARG(aOmxLib); in Mpeg4OmxComponentDestructor() 99 …MX_PTR pAppData, OMX_IN OMX_PTR pProxy, OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… in H263OmxComponentFactory() argument 102 OSCL_UNUSED_ARG(aOmxLib); in H263OmxComponentFactory() 131 …RTYPE H263OmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… in H263OmxComponentDestructor() argument 133 OSCL_UNUSED_ARG(aOmxLib); in H263OmxComponentDestructor()
|
/external/opencore/codecs_v2/omx/omx_amrenc/src/ |
D | omx_amrenc_component.cpp | 28 …X_IN OMX_PTR pAppData, OMX_PTR pProxy, OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… in AmrEncOmxComponentFactory() argument 31 OSCL_UNUSED_ARG(aOmxLib); in AmrEncOmxComponentFactory() 57 OMX_ERRORTYPE AmrEncOmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_PTR… in AmrEncOmxComponentDestructor() argument 59 OSCL_UNUSED_ARG(aOmxLib); in AmrEncOmxComponentDestructor()
|
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
D | omx_proxy_interface.cpp | 856 OMX_PTR &aOmxLib = data->ipRegTemplateList[ii]->SharedLibraryPtr; in GlobalProxyComponentGetHandle() local 859 …ii]->FunctionPtrCreateComponent)(pHandle, pAppData, pProxy, aOmxLibName, aOmxLib, aOsclUuid, aRefC… in GlobalProxyComponentGetHandle() 923 …OMX_ERRORTYPE(*destroyComp)(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_PTR aOsclUuid, OM… in GlobalProxyComponentFreeHandle() 927 OMX_PTR &aOmxLib = data->ipInstantiatedComponentReg[ii]->SharedLibraryPtr; in GlobalProxyComponentFreeHandle() local 931 (*destroyComp)(pHandle, aOmxLib, aOsclUuid, aRefCount); in GlobalProxyComponentFreeHandle()
|
/external/opencore/codecs_v2/omx/omx_common/include/ |
D | pv_omxcore.h | 198 … OMX_PTR pProxy, OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUuid, OMX_U32 &aRefCount); 200 …OMX_ERRORTYPE(*FunctionPtrDestroyComponent)(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_P…
|
/external/opencore/codecs_v2/omx/omx_mp3/src/ |
D | omx_mp3_component.cpp | 36 …X_IN OMX_PTR pAppData, OMX_PTR pProxy, OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… in OSCL_DLL_ENTRY_POINT_DEFAULT() 39 OSCL_UNUSED_ARG(aOmxLib); in OSCL_DLL_ENTRY_POINT_DEFAULT() 65 …ORTYPE Mp3OmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… in Mp3OmxComponentDestructor() argument 67 OSCL_UNUSED_ARG(aOmxLib); in Mp3OmxComponentDestructor()
|
/external/opencore/codecs_v2/omx/omx_aac/src/ |
D | omx_aac_component.cpp | 44 …X_IN OMX_PTR pAppData, OMX_PTR pProxy, OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… in OSCL_DLL_ENTRY_POINT_DEFAULT() 47 OSCL_UNUSED_ARG(aOmxLib); in OSCL_DLL_ENTRY_POINT_DEFAULT() 73 …ORTYPE AacOmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… in AacOmxComponentDestructor() argument 75 OSCL_UNUSED_ARG(aOmxLib); in AacOmxComponentDestructor()
|
/external/opencore/codecs_v2/omx/omx_h264/src/ |
D | omx_avc_component.cpp | 35 …X_PTR pAppData, OMX_IN OMX_PTR pProxy , OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… in OSCL_DLL_ENTRY_POINT_DEFAULT() 38 OSCL_UNUSED_ARG(aOmxLib); in OSCL_DLL_ENTRY_POINT_DEFAULT() 64 …ORTYPE AvcOmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… in AvcOmxComponentDestructor() argument 66 OSCL_UNUSED_ARG(aOmxLib); in AvcOmxComponentDestructor()
|
/external/opencore/codecs_v2/omx/omx_amr/src/ |
D | omx_amr_component.cpp | 39 …X_IN OMX_PTR pAppData, OMX_PTR pProxy, OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… in OSCL_DLL_ENTRY_POINT_DEFAULT() 42 OSCL_UNUSED_ARG(aOmxLib); in OSCL_DLL_ENTRY_POINT_DEFAULT() 68 …ORTYPE AmrOmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… in AmrOmxComponentDestructor() argument 70 OSCL_UNUSED_ARG(aOmxLib); in AmrOmxComponentDestructor()
|
/external/opencore/codecs_v2/omx/omx_h264enc/src/ |
D | omx_avcenc_component.cpp | 35 …MX_IN OMX_PTR pAppData, OMX_PTR pProxy, OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUui… in AvcEncOmxComponentFactory() argument 38 OSCL_UNUSED_ARG(aOmxLib); in AvcEncOmxComponentFactory() 65 OMX_ERRORTYPE AvcEncOmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_PTR… in AvcEncOmxComponentDestructor() argument 67 OSCL_UNUSED_ARG(aOmxLib); in AvcEncOmxComponentDestructor()
|