Home
last modified time | relevance | path

Searched refs:OMX_ERRORTYPE (Results 1 – 25 of 45) sorted by relevance

12

/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h136 static OMX_ERRORTYPE BaseComponentGetComponentVersion(
143 static OSCL_IMPORT_REF OMX_ERRORTYPE BaseComponentGetConfig(
148 static OSCL_IMPORT_REF OMX_ERRORTYPE BaseComponentSetConfig(
153 static OSCL_IMPORT_REF OMX_ERRORTYPE BaseComponentGetExtensionIndex(
158 static OSCL_IMPORT_REF OMX_ERRORTYPE BaseComponentGetState(
162 static OSCL_IMPORT_REF OMX_ERRORTYPE BaseComponentGetParameter(
167 static OSCL_IMPORT_REF OMX_ERRORTYPE BaseComponentSetParameter(
172 static OSCL_IMPORT_REF OMX_ERRORTYPE BaseComponentUseBuffer(
180 static OSCL_IMPORT_REF OMX_ERRORTYPE BaseComponentAllocateBuffer(
187 static OSCL_IMPORT_REF OMX_ERRORTYPE BaseComponentFreeBuffer(
[all …]
/external/opencore/codecs_v2/omx/omx_mastercore/include/
Domx_interface.h39 typedef OMX_ERRORTYPE OMX_APIENTRY(*tpOMX_Init)(void);
41 typedef OMX_ERRORTYPE OMX_APIENTRY(*tpOMX_Deinit)(void);
43 typedef OMX_ERRORTYPE OMX_APIENTRY(*tpOMX_ComponentNameEnum)(
49 typedef OMX_ERRORTYPE OMX_APIENTRY(*tpOMX_GetHandle)(
56 typedef OMX_ERRORTYPE OMX_APIENTRY(*tpOMX_FreeHandle)(
59 typedef OMX_ERRORTYPE(*tpOMX_GetComponentsOfRole)(
65 typedef OMX_ERRORTYPE(*tpOMX_GetRolesOfComponent)(
71 typedef OMX_ERRORTYPE OMX_APIENTRY(*tpOMX_SetupTunnel)(
78 typedef OMX_ERRORTYPE(*tpOMX_GetContentPipe)(
160 OMX_ERRORTYPE OMX_APIENTRY(*pOMX_Init)(void);
[all …]
/external/opencore/codecs_v2/omx/omx_common/src/
Dpv_omxcore.cpp70 OMX_ERRORTYPE Mpeg4Register();
71 OMX_ERRORTYPE H263Register();
72 OMX_ERRORTYPE AvcRegister();
73 OMX_ERRORTYPE WmvRegister();
74 OMX_ERRORTYPE AacRegister();
75 OMX_ERRORTYPE AmrRegister();
76 OMX_ERRORTYPE Mp3Register();
77 OMX_ERRORTYPE WmaRegister();
79 OMX_ERRORTYPE AmrEncRegister();
80 OMX_ERRORTYPE Mpeg4EncRegister();
[all …]
Dpv_omxregistry.cpp46 OMX_ERRORTYPE OmxComponentFactoryDynamicCreate(OMX_OUT OMX_HANDLETYPE* pHandle, OMX_IN OMX_PTR pAp…
47 OMX_ERRORTYPE OmxComponentFactoryDynamicDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib,…
51 OMX_ERRORTYPE ComponentRegister(ComponentRegistrationType *pCRT) in ComponentRegister()
94 extern OMX_ERRORTYPE Mpeg4OmxComponentFactory(OMX_OUT OMX_HANDLETYPE* pHandle, OMX_IN OMX_PTR pApp…
95 extern OMX_ERRORTYPE Mpeg4OmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, O…
101 OMX_ERRORTYPE Mpeg4Register() in Mpeg4Register()
159 extern OMX_ERRORTYPE H263OmxComponentFactory(OMX_OUT OMX_HANDLETYPE* pHandle, OMX_IN OMX_PTR pAppD…
160 extern OMX_ERRORTYPE H263OmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OM…
165 OMX_ERRORTYPE H263Register() in H263Register()
220 extern OMX_ERRORTYPE AvcOmxComponentFactory(OMX_OUT OMX_HANDLETYPE* pHandle, OMX_IN OMX_PTR pAppDa…
[all …]
/external/opencore/codecs_v2/omx/omx_proxy/src/
Domx_proxy_interface.h125 OSCL_IMPORT_REF OMX_ERRORTYPE ProxyGetConfig(
130 OSCL_IMPORT_REF OMX_ERRORTYPE ProxySetConfig(
135 OSCL_IMPORT_REF OMX_ERRORTYPE ProxyGetExtensionIndex(
140 OSCL_IMPORT_REF OMX_ERRORTYPE ProxyGetState(
144 OSCL_IMPORT_REF OMX_ERRORTYPE ProxyGetParameter(
149 OSCL_IMPORT_REF OMX_ERRORTYPE ProxySetParameter(
154 OSCL_IMPORT_REF OMX_ERRORTYPE ProxyUseBuffer(
162 OSCL_IMPORT_REF OMX_ERRORTYPE ProxyAllocateBuffer(
169 OSCL_IMPORT_REF OMX_ERRORTYPE ProxyFreeBuffer(
174 OSCL_IMPORT_REF OMX_ERRORTYPE ProxySetCallbacks(
[all …]
Domx_proxy_interface.cpp413 OSCL_EXPORT_REF OMX_ERRORTYPE ProxyApplication_OMX::ProxyGetConfig( in ProxyGetConfig()
441 OSCL_EXPORT_REF OMX_ERRORTYPE ProxyApplication_OMX::ProxySetConfig( in ProxySetConfig()
468 OSCL_EXPORT_REF OMX_ERRORTYPE ProxyApplication_OMX::ProxyGetExtensionIndex( in ProxyGetExtensionIndex()
494 OSCL_EXPORT_REF OMX_ERRORTYPE ProxyApplication_OMX::ProxyGetState( in ProxyGetState()
521 OSCL_EXPORT_REF OMX_ERRORTYPE ProxyApplication_OMX::ProxyGetParameter( in ProxyGetParameter()
549 OSCL_EXPORT_REF OMX_ERRORTYPE ProxyApplication_OMX::ProxySetParameter( in ProxySetParameter()
578 OSCL_EXPORT_REF OMX_ERRORTYPE ProxyApplication_OMX::ProxyUseBuffer( in ProxyUseBuffer()
608 OSCL_EXPORT_REF OMX_ERRORTYPE ProxyApplication_OMX::ProxyAllocateBuffer( in ProxyAllocateBuffer()
636 OSCL_EXPORT_REF OMX_ERRORTYPE ProxyApplication_OMX::ProxyFreeBuffer( in ProxyFreeBuffer()
662 OSCL_EXPORT_REF OMX_ERRORTYPE ProxyApplication_OMX::ProxySetCallbacks( in ProxySetCallbacks()
[all …]
/external/opencore/codecs_v2/omx/omx_common/include/
Dpv_omxcore.h115 OSCL_IMPORT_REF OMX_ERRORTYPE OMX_GetComponentsOfRole(
120 OSCL_IMPORT_REF OMX_ERRORTYPE OMX_APIENTRY OMX_ComponentNameEnum(
125 OSCL_IMPORT_REF OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle(OMX_IN OMX_HANDLETYPE hComponent);
127 OSCL_IMPORT_REF OMX_ERRORTYPE OMX_APIENTRY OMX_GetHandle(OMX_OUT OMX_HANDLETYPE* pHandle,
132 OSCL_IMPORT_REF OMX_ERRORTYPE OMX_GetRolesOfComponent(
137 OSCL_IMPORT_REF OMX_ERRORTYPE OMX_SetupTunnel(
143 OSCL_IMPORT_REF OMX_ERRORTYPE OMX_GetContentPipe(
198OMX_ERRORTYPE(*FunctionPtrCreateComponent)(OMX_OUT OMX_HANDLETYPE* pHandle, OMX_IN OMX_PTR pAppDa…
201OMX_ERRORTYPE(*FunctionPtrDestroyComponent)(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_P…
297 OSCL_IMPORT_REF OMX_ERRORTYPE OMX_MasterInit();
[all …]
/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Component.h354 OMX_ERRORTYPE (*GetComponentVersion)(
364 OMX_ERRORTYPE (*SendCommand)(
373 OMX_ERRORTYPE (*GetParameter)(
382 OMX_ERRORTYPE (*SetParameter)(
391 OMX_ERRORTYPE (*GetConfig)(
400 OMX_ERRORTYPE (*SetConfig)(
409 OMX_ERRORTYPE (*GetExtensionIndex)(
418 OMX_ERRORTYPE (*GetState)(
484 OMX_ERRORTYPE (*ComponentTunnelRequest)(
495 OMX_ERRORTYPE (*UseBuffer)(
[all …]
DOMX_Core.h143 typedef enum OMX_ERRORTYPE enum
274 } OMX_ERRORTYPE; typedef
277 typedef OMX_ERRORTYPE (* OMX_COMPONENTINITTYPE)(OMX_IN OMX_HANDLETYPE hComponent);
547 OMX_ERRORTYPE (*EventHandler)(
577 OMX_ERRORTYPE (*EmptyBufferDone)(
606 OMX_ERRORTYPE (*FillBufferDone)(
1206 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Init(void);
1221 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Deinit(void);
1261 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_ComponentNameEnum(
1294 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_GetHandle(
[all …]
/external/opencore/codecs_v2/omx/omx_m4v/include/
Domx_mpeg4_component.h61 OMX_ERRORTYPE ConstructComponent(OMX_PTR pAppData, OMX_PTR pProxy);
62 OMX_ERRORTYPE DestroyComponent();
64 OMX_ERRORTYPE ComponentInit();
65 OMX_ERRORTYPE ComponentDeInit();
75 OMX_ERRORTYPE GetConfig(
80 OMX_ERRORTYPE ReAllocatePartialAssemblyBuffers(OMX_BUFFERHEADERTYPE* aInputBufferHdr);
/external/opencore/codecs_v2/omx/omx_mp3/include/
Domx_mp3_component.h56 OMX_ERRORTYPE ConstructComponent(OMX_PTR pAppData, OMX_PTR pProxy);
57 OMX_ERRORTYPE DestroyComponent();
59 OMX_ERRORTYPE ComponentInit();
60 OMX_ERRORTYPE ComponentDeInit();
68 OMX_ERRORTYPE GetConfig(
/external/opencore/codecs_v2/omx/omx_aac/include/
Domx_aac_component.h54 OMX_ERRORTYPE ConstructComponent(OMX_PTR pAppData, OMX_PTR pProxy);
55 OMX_ERRORTYPE DestroyComponent();
57 OMX_ERRORTYPE ComponentInit();
58 OMX_ERRORTYPE ComponentDeInit();
67 OMX_ERRORTYPE GetConfig(
/external/opencore/codecs_v2/omx/omx_m4venc/include/
Domx_mpeg4enc_component.h52 OMX_ERRORTYPE ConstructComponent(OMX_PTR pAppData, OMX_PTR pProxy);
53 OMX_ERRORTYPE DestroyComponent();
55 OMX_ERRORTYPE ComponentInit();
56 OMX_ERRORTYPE ComponentDeInit();
65 OMX_ERRORTYPE SetConfig(
Dmpeg4_enc.h66 OMX_ERRORTYPE Mp4EncInit(OMX_S32 iEncMode,
90 OMX_ERRORTYPE Mp4RequestIFrame();
94 OMX_ERRORTYPE Mp4EncDeinit();
/external/opencore/codecs_v2/omx/omx_amr/include/
Domx_amr_component.h55 OMX_ERRORTYPE ConstructComponent(OMX_PTR pAppData, OMX_PTR pProxy);
56 OMX_ERRORTYPE DestroyComponent();
58 OMX_ERRORTYPE ComponentInit();
59 OMX_ERRORTYPE ComponentDeInit();
73 OMX_ERRORTYPE GetConfig(
/external/opencore/codecs_v2/omx/omx_h264/include/
Domx_avc_component.h59 OMX_ERRORTYPE ConstructComponent(OMX_PTR pAppData, OMX_PTR pProxy);
60 OMX_ERRORTYPE DestroyComponent();
62 OMX_ERRORTYPE ComponentInit();
63 OMX_ERRORTYPE ComponentDeInit();
73 OMX_ERRORTYPE GetConfig(
/external/opencore/codecs_v2/omx/omx_mastercore/src/
Dpv_omxmastercore.cpp101 static OMX_ERRORTYPE GetRegIndexForHandle(OMX_HANDLETYPE hComponent, OMX_U32 &index, OMXMasterCoreG… in GetRegIndexForHandle()
133 static OMX_ERRORTYPE _OMX_MasterInit(OMXMasterCoreGlobalData *data) in _OMX_MasterInit()
135 OMX_ERRORTYPE Status = OMX_ErrorNone; in _OMX_MasterInit()
229 OMX_ERRORTYPE stat = OMX_ErrorNone; in _OMX_MasterInit()
309 static void _Try_OMX_MasterInit(int32& aError, OMX_ERRORTYPE& aStatus, OMXMasterCoreGlobalData *dat… in _Try_OMX_MasterInit()
319 OSCL_EXPORT_REF OMX_ERRORTYPE OMX_MasterInit() in OMX_MasterInit()
321 OMX_ERRORTYPE status = OMX_ErrorNone; in OMX_MasterInit()
380 static OMX_ERRORTYPE _OMX_MasterDeinit(OMXMasterCoreGlobalData *data) in _OMX_MasterDeinit()
383 OMX_ERRORTYPE Status = OMX_ErrorNone; in _OMX_MasterDeinit()
437 static void _Try_OMX_MasterDeinit(int32 &aError, OMX_ERRORTYPE& aStatus, OMXMasterCoreGlobalData* d… in _Try_OMX_MasterDeinit()
[all …]
/external/opencore/codecs_v2/omx/omx_h264enc/include/
Domx_avcenc_component.h54 OMX_ERRORTYPE ConstructComponent(OMX_PTR pAppData, OMX_PTR pProxy);
55 OMX_ERRORTYPE DestroyComponent();
57 OMX_ERRORTYPE ComponentInit();
58 OMX_ERRORTYPE ComponentDeInit();
65 OMX_ERRORTYPE SetConfig(
Davc_enc.h57 OMX_ERRORTYPE AvcEncInit(OMX_VIDEO_PORTDEFINITIONTYPE aInputParam,
83 OMX_ERRORTYPE AvcEncDeinit();
85 OMX_ERRORTYPE AvcRequestIFrame();
/external/opencore/codecs_v2/omx/omx_amrenc/include/
Domx_amrenc_component.h53 OMX_ERRORTYPE ConstructComponent(OMX_PTR pAppData, OMX_PTR pProxy);
54 OMX_ERRORTYPE DestroyComponent();
56 OMX_ERRORTYPE ComponentInit();
57 OMX_ERRORTYPE ComponentDeInit();
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp105 OSCL_EXPORT_REF OMX_ERRORTYPE OmxComponentBase::ConstructBaseComponent(OMX_PTR pAppData) in ConstructBaseComponent()
228 OSCL_EXPORT_REF OMX_ERRORTYPE OmxComponentBase::DestroyBaseComponent() in DestroyBaseComponent()
315 OSCL_EXPORT_REF OMX_ERRORTYPE OmxComponentBase::CheckHeader(OMX_PTR aHeader, OMX_U32 aSize) in CheckHeader()
344 OMX_ERRORTYPE OmxComponentBase::ParameterSanityCheck( in ParameterSanityCheck()
676 OMX_ERRORTYPE OmxComponentBase::FlushPort(OMX_S32 PortIndex) in FlushPort()
775 OMX_ERRORTYPE OmxComponentBase::DisablePort(OMX_S32 PortIndex) in DisablePort()
839 OMX_ERRORTYPE OmxComponentBase::EnablePort(OMX_S32 PortIndex) in EnablePort()
864 OMX_ERRORTYPE OmxComponentBase::TunnelRequest( in TunnelRequest()
881 OSCL_EXPORT_REF OMX_ERRORTYPE OmxComponentBase::BaseComponentGetConfig( in BaseComponentGetConfig()
888 OMX_ERRORTYPE Status; in BaseComponentGetConfig()
[all …]
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp28 OMX_ERRORTYPE Mpeg4EncOmxComponentFactory(OMX_OUT OMX_HANDLETYPE* pHandle, OMX_IN OMX_PTR pAppData,… in Mpeg4EncOmxComponentFactory()
37 OMX_ERRORTYPE Status; in Mpeg4EncOmxComponentFactory()
61 OMX_ERRORTYPE Mpeg4EncOmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_P… in Mpeg4EncOmxComponentDestructor()
81 OMX_ERRORTYPE H263EncOmxComponentFactory(OMX_OUT OMX_HANDLETYPE* pHandle, OMX_IN OMX_PTR pAppData,… in H263EncOmxComponentFactory()
90 OMX_ERRORTYPE Status; in H263EncOmxComponentFactory()
115 OMX_ERRORTYPE H263EncOmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_PT… in H263EncOmxComponentDestructor()
202 OMX_ERRORTYPE OmxComponentMpeg4EncAO::ConstructComponent(OMX_PTR pAppData, OMX_PTR pProxy) in ConstructComponent()
205 OMX_ERRORTYPE Status; in ConstructComponent()
546 OMX_ERRORTYPE OmxComponentMpeg4EncAO::DestroyComponent() in DestroyComponent()
917 OMX_ERRORTYPE OmxComponentMpeg4EncAO::SetConfig( in SetConfig()
[all …]
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp47 OSCL_EXPORT_REF OMX_ERRORTYPE Mpeg4OmxComponentFactory(OMX_OUT OMX_HANDLETYPE* pHandle, OMX_IN OMX… in Mpeg4OmxComponentFactory()
56 OMX_ERRORTYPE Status; in Mpeg4OmxComponentFactory()
80 OSCL_EXPORT_REF OMX_ERRORTYPE Mpeg4OmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &a… in Mpeg4OmxComponentDestructor()
99 OSCL_EXPORT_REF OMX_ERRORTYPE H263OmxComponentFactory(OMX_OUT OMX_HANDLETYPE* pHandle, OMX_IN OMX_… in H263OmxComponentFactory()
107 OMX_ERRORTYPE Status; in H263OmxComponentFactory()
131 OSCL_EXPORT_REF OMX_ERRORTYPE H263OmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aO… in H263OmxComponentDestructor()
218 OMX_ERRORTYPE OpenmaxMpeg4AO::ConstructComponent(OMX_PTR pAppData, OMX_PTR pProxy) in ConstructComponent()
221 OMX_ERRORTYPE Status; in ConstructComponent()
454 OMX_ERRORTYPE OpenmaxMpeg4AO::DestroyComponent() in DestroyComponent()
989 OMX_ERRORTYPE OpenmaxMpeg4AO::ComponentInit() in ComponentInit()
[all …]
/external/opencore/codecs_v2/omx/omx_queue/src/
Dpv_omx_queue.h63 OSCL_IMPORT_REF OMX_ERRORTYPE QueueInit(QueueType* aQueue);
69 OSCL_IMPORT_REF OMX_ERRORTYPE Queue(QueueType* aQueue, void* aData);
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp28 OMX_ERRORTYPE AmrEncOmxComponentFactory(OMX_OUT OMX_HANDLETYPE* pHandle, OMX_IN OMX_PTR pAppData, … in AmrEncOmxComponentFactory()
36 OMX_ERRORTYPE Status; in AmrEncOmxComponentFactory()
57 OMX_ERRORTYPE AmrEncOmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_PTR… in AmrEncOmxComponentDestructor()
128 OMX_ERRORTYPE OmxComponentAmrEncoderAO::ConstructComponent(OMX_PTR pAppData, OMX_PTR pProxy) in ConstructComponent()
131 OMX_ERRORTYPE Status; in ConstructComponent()
319 OMX_ERRORTYPE OmxComponentAmrEncoderAO::DestroyComponent() in DestroyComponent()
644 OMX_ERRORTYPE OmxComponentAmrEncoderAO::ComponentInit() in ComponentInit()
689 OMX_ERRORTYPE OmxComponentAmrEncoderAO::ComponentDeInit() in ComponentDeInit()

12