Home
last modified time | relevance | path

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

123

/frameworks/av/media/libstagefright/include/
DSoftOMXComponent.h36 virtual OMX_ERRORTYPE initCheck() const;
55 virtual OMX_ERRORTYPE sendCommand(
58 virtual OMX_ERRORTYPE getParameter(
61 virtual OMX_ERRORTYPE setParameter(
64 virtual OMX_ERRORTYPE getConfig(
67 virtual OMX_ERRORTYPE setConfig(
70 virtual OMX_ERRORTYPE getExtensionIndex(
73 virtual OMX_ERRORTYPE useBuffer(
80 virtual OMX_ERRORTYPE allocateBuffer(
86 virtual OMX_ERRORTYPE freeBuffer(
[all …]
DSimpleSoftOMXComponent.h68 virtual OMX_ERRORTYPE internalGetParameter(
71 virtual OMX_ERRORTYPE internalSetParameter(
103 virtual OMX_ERRORTYPE sendCommand(
106 virtual OMX_ERRORTYPE getParameter(
109 virtual OMX_ERRORTYPE setParameter(
112 virtual OMX_ERRORTYPE useBuffer(
119 virtual OMX_ERRORTYPE allocateBuffer(
125 virtual OMX_ERRORTYPE freeBuffer(
129 virtual OMX_ERRORTYPE emptyThisBuffer(
132 virtual OMX_ERRORTYPE fillThisBuffer(
[all …]
DSoftVideoDecoderOMXComponent.h49 virtual OMX_ERRORTYPE internalGetParameter(
52 virtual OMX_ERRORTYPE internalSetParameter(
55 virtual OMX_ERRORTYPE getConfig(
58 virtual OMX_ERRORTYPE getExtensionIndex(
DSoftVideoEncoderOMXComponent.h43 virtual OMX_ERRORTYPE internalSetParameter(OMX_INDEXTYPE index, const OMX_PTR param);
44 virtual OMX_ERRORTYPE internalGetParameter(OMX_INDEXTYPE index, OMX_PTR params);
69 virtual OMX_ERRORTYPE getExtensionIndex(const char *name, OMX_INDEXTYPE *index);
85 OMX_ERRORTYPE internalSetPortParams(const OMX_PARAM_PORTDEFINITIONTYPE* port);
/frameworks/av/media/libstagefright/omx/
DSoftOMXComponent.cpp80 OMX_ERRORTYPE SoftOMXComponent::initCheck() const { in initCheck()
111 OMX_ERRORTYPE SoftOMXComponent::SendCommandWrapper( in SendCommandWrapper()
124 OMX_ERRORTYPE SoftOMXComponent::GetParameterWrapper( in GetParameterWrapper()
136 OMX_ERRORTYPE SoftOMXComponent::SetParameterWrapper( in SetParameterWrapper()
148 OMX_ERRORTYPE SoftOMXComponent::GetConfigWrapper( in GetConfigWrapper()
160 OMX_ERRORTYPE SoftOMXComponent::SetConfigWrapper( in SetConfigWrapper()
172 OMX_ERRORTYPE SoftOMXComponent::GetExtensionIndexWrapper( in GetExtensionIndexWrapper()
184 OMX_ERRORTYPE SoftOMXComponent::UseBufferWrapper( in UseBufferWrapper()
199 OMX_ERRORTYPE SoftOMXComponent::AllocateBufferWrapper( in AllocateBufferWrapper()
213 OMX_ERRORTYPE SoftOMXComponent::FreeBufferWrapper( in FreeBufferWrapper()
[all …]
DSoftOMXPlugin.h29 virtual OMX_ERRORTYPE makeComponentInstance(
35 virtual OMX_ERRORTYPE destroyComponentInstance(
38 virtual OMX_ERRORTYPE enumerateComponents(
43 virtual OMX_ERRORTYPE getRolesOfComponent(
DOMXMaster.h34 virtual OMX_ERRORTYPE makeComponentInstance(
40 virtual OMX_ERRORTYPE destroyComponentInstance(
43 virtual OMX_ERRORTYPE enumerateComponents(
48 virtual OMX_ERRORTYPE getRolesOfComponent(
DSoftOMXPlugin.cpp69 OMX_ERRORTYPE SoftOMXPlugin::makeComponentInstance( in makeComponentInstance()
120 OMX_ERRORTYPE err = codec->initCheck(); in makeComponentInstance()
137 OMX_ERRORTYPE SoftOMXPlugin::destroyComponentInstance( in destroyComponentInstance()
157 OMX_ERRORTYPE SoftOMXPlugin::enumerateComponents( in enumerateComponents()
170 OMX_ERRORTYPE SoftOMXPlugin::getRolesOfComponent( in getRolesOfComponent()
DOMXMaster.cpp78 OMX_ERRORTYPE err; in addPlugin()
121 OMX_ERRORTYPE OMXMaster::makeComponentInstance( in makeComponentInstance()
137 OMX_ERRORTYPE err = in makeComponentInstance()
149 OMX_ERRORTYPE OMXMaster::destroyComponentInstance( in destroyComponentInstance()
165 OMX_ERRORTYPE OMXMaster::enumerateComponents( in enumerateComponents()
185 OMX_ERRORTYPE OMXMaster::getRolesOfComponent( in getRolesOfComponent()
DOMXNodeInstance.cpp223 static status_t StatusFromOMXError(OMX_ERRORTYPE err) { in StatusFromOMXError()
262 OMX_ERRORTYPE err; in freeNode()
292 OMX_ERRORTYPE err; in freeNode()
322 OMX_ERRORTYPE err = master->destroyComponentInstance( in freeNode()
369 OMX_ERRORTYPE err = OMX_SendCommand(mHandle, cmd, param, NULL); in sendCommand()
378 OMX_ERRORTYPE err = OMX_GetParameter(mHandle, index, params); in getParameter()
393 OMX_ERRORTYPE err = OMX_SetParameter( in setParameter()
403 OMX_ERRORTYPE err = OMX_GetConfig(mHandle, index, params); in getConfig()
418 OMX_ERRORTYPE err = OMX_SetConfig( in setConfig()
427 OMX_ERRORTYPE err = OMX_GetState(mHandle, state); in getState()
[all …]
DSimpleSoftOMXComponent.cpp57 OMX_ERRORTYPE SimpleSoftOMXComponent::sendCommand( in sendCommand()
105 OMX_ERRORTYPE SimpleSoftOMXComponent::getParameter( in getParameter()
111 OMX_ERRORTYPE SimpleSoftOMXComponent::setParameter( in setParameter()
120 OMX_ERRORTYPE SimpleSoftOMXComponent::internalGetParameter( in internalGetParameter()
147 OMX_ERRORTYPE SimpleSoftOMXComponent::internalSetParameter( in internalSetParameter()
185 OMX_ERRORTYPE SimpleSoftOMXComponent::useBuffer( in useBuffer()
238 OMX_ERRORTYPE SimpleSoftOMXComponent::allocateBuffer( in allocateBuffer()
245 OMX_ERRORTYPE err = in allocateBuffer()
261 OMX_ERRORTYPE SimpleSoftOMXComponent::freeBuffer( in freeBuffer()
308 OMX_ERRORTYPE SimpleSoftOMXComponent::emptyThisBuffer( in emptyThisBuffer()
[all …]
/frameworks/native/include/media/openmax/
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 …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.h44 virtual OMX_ERRORTYPE internalGetParameter(
47 virtual OMX_ERRORTYPE internalSetParameter(
79 OMX_ERRORTYPE initEncParams();
80 OMX_ERRORTYPE initEncoder();
81 OMX_ERRORTYPE releaseEncoder();
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.h73 virtual OMX_ERRORTYPE internalGetParameter(
78 virtual OMX_ERRORTYPE internalSetParameter(
81 virtual OMX_ERRORTYPE setConfig(
233 OMX_ERRORTYPE internalSetBitrateParams(
237 OMX_ERRORTYPE internalSetVp8Params(
241 OMX_ERRORTYPE internalSetAndroidVp8Params(
/frameworks/av/media/libstagefright/codecs/avc/enc/
DSoftAVCEncoder.h40 virtual OMX_ERRORTYPE internalGetParameter(
43 virtual OMX_ERRORTYPE internalSetParameter(
91 OMX_ERRORTYPE initEncParams();
92 OMX_ERRORTYPE initEncoder();
93 OMX_ERRORTYPE releaseEncoder();
/frameworks/native/include/media/hardware/
DOMXPluginBase.h34 virtual OMX_ERRORTYPE makeComponentInstance(
40 virtual OMX_ERRORTYPE destroyComponentInstance(
43 virtual OMX_ERRORTYPE enumerateComponents(
48 virtual OMX_ERRORTYPE getRolesOfComponent(
/frameworks/av/media/libstagefright/codecs/flac/enc/
DSoftFlacEncoder.h37 virtual OMX_ERRORTYPE initCheck() const;
42 virtual OMX_ERRORTYPE internalGetParameter(
45 virtual OMX_ERRORTYPE internalSetParameter(
75 OMX_ERRORTYPE configureEncoder();
/frameworks/av/media/libstagefright/codecs/raw/
DSoftRaw.h36 virtual OMX_ERRORTYPE internalGetParameter(
39 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DSoftGSM.h38 virtual OMX_ERRORTYPE internalGetParameter(
41 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.h34 virtual OMX_ERRORTYPE internalGetParameter(
37 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.h35 virtual OMX_ERRORTYPE internalGetParameter(
38 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.h40 virtual OMX_ERRORTYPE internalGetParameter(
43 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder2.h37 virtual OMX_ERRORTYPE internalGetParameter(
40 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.h36 virtual OMX_ERRORTYPE internalGetParameter(
39 virtual OMX_ERRORTYPE internalSetParameter(

123