Searched refs:OMX_ERRORTYPE (Results 1 - 25 of 35) sorted by relevance

12

/frameworks/base/media/libstagefright/omx/
H A DOMXComponentBase.h32 virtual OMX_ERRORTYPE sendCommand(
35 virtual OMX_ERRORTYPE getParameter(
38 virtual OMX_ERRORTYPE setParameter(
41 virtual OMX_ERRORTYPE getConfig(
44 virtual OMX_ERRORTYPE setConfig(
47 virtual OMX_ERRORTYPE getExtensionIndex(
50 virtual OMX_ERRORTYPE useBuffer(
57 virtual OMX_ERRORTYPE allocateBuffer(
63 virtual OMX_ERRORTYPE freeBuffer(
67 virtual OMX_ERRORTYPE emptyThisBuffe
[all...]
H A DSoftOMXPlugin.h29 virtual OMX_ERRORTYPE makeComponentInstance(
35 virtual OMX_ERRORTYPE destroyComponentInstance(
38 virtual OMX_ERRORTYPE enumerateComponents(
43 virtual OMX_ERRORTYPE getRolesOfComponent(
H A DSoftOMXComponent.cpp80 OMX_ERRORTYPE SoftOMXComponent::initCheck() const {
111 OMX_ERRORTYPE SoftOMXComponent::SendCommandWrapper(
124 OMX_ERRORTYPE SoftOMXComponent::GetParameterWrapper(
136 OMX_ERRORTYPE SoftOMXComponent::SetParameterWrapper(
148 OMX_ERRORTYPE SoftOMXComponent::GetConfigWrapper(
160 OMX_ERRORTYPE SoftOMXComponent::SetConfigWrapper(
172 OMX_ERRORTYPE SoftOMXComponent::GetExtensionIndexWrapper(
184 OMX_ERRORTYPE SoftOMXComponent::UseBufferWrapper(
199 OMX_ERRORTYPE SoftOMXComponent::AllocateBufferWrapper(
213 OMX_ERRORTYPE SoftOMXComponen
[all...]
H A DOMXMaster.h34 virtual OMX_ERRORTYPE makeComponentInstance(
40 virtual OMX_ERRORTYPE destroyComponentInstance(
43 virtual OMX_ERRORTYPE enumerateComponents(
48 virtual OMX_ERRORTYPE getRolesOfComponent(
H A DOMXComponentBase.cpp59 static OMX_ERRORTYPE SendCommandWrapper(
67 static OMX_ERRORTYPE GetParameterWrapper(
75 static OMX_ERRORTYPE SetParameterWrapper(
83 static OMX_ERRORTYPE GetConfigWrapper(
90 static OMX_ERRORTYPE SetConfigWrapper(
97 static OMX_ERRORTYPE GetExtensionIndexWrapper(
104 static OMX_ERRORTYPE GetStateWrapper(
110 static OMX_ERRORTYPE UseBufferWrapper(
121 static OMX_ERRORTYPE AllocateBufferWrapper(
131 static OMX_ERRORTYPE FreeBufferWrappe
[all...]
H A DSoftOMXPlugin.cpp56 OMX_ERRORTYPE SoftOMXPlugin::makeComponentInstance(
107 OMX_ERRORTYPE err = codec->initCheck();
124 OMX_ERRORTYPE SoftOMXPlugin::destroyComponentInstance(
144 OMX_ERRORTYPE SoftOMXPlugin::enumerateComponents(
157 OMX_ERRORTYPE SoftOMXPlugin::getRolesOfComponent(
H A DOMXNodeInstance.cpp115 static status_t StatusFromOMXError(OMX_ERRORTYPE err) {
147 OMX_ERRORTYPE err;
176 OMX_ERRORTYPE err;
205 OMX_ERRORTYPE err = master->destroyComponentInstance(
228 OMX_ERRORTYPE err = OMX_SendCommand(mHandle, cmd, param, NULL);
236 OMX_ERRORTYPE err = OMX_GetParameter(mHandle, index, params);
245 OMX_ERRORTYPE err = OMX_SetParameter(
255 OMX_ERRORTYPE err = OMX_GetConfig(mHandle, index, params);
263 OMX_ERRORTYPE err = OMX_SetConfig(
272 OMX_ERRORTYPE er
[all...]
H A DOMXMaster.cpp78 OMX_ERRORTYPE err;
121 OMX_ERRORTYPE OMXMaster::makeComponentInstance(
137 OMX_ERRORTYPE err =
149 OMX_ERRORTYPE OMXMaster::destroyComponentInstance(
165 OMX_ERRORTYPE OMXMaster::enumerateComponents(
185 OMX_ERRORTYPE OMXMaster::getRolesOfComponent(
H A DSimpleSoftOMXComponent.cpp57 OMX_ERRORTYPE SimpleSoftOMXComponent::sendCommand(
105 OMX_ERRORTYPE SimpleSoftOMXComponent::getParameter(
111 OMX_ERRORTYPE SimpleSoftOMXComponent::setParameter(
120 OMX_ERRORTYPE SimpleSoftOMXComponent::internalGetParameter(
147 OMX_ERRORTYPE SimpleSoftOMXComponent::internalSetParameter(
185 OMX_ERRORTYPE SimpleSoftOMXComponent::useBuffer(
238 OMX_ERRORTYPE SimpleSoftOMXComponent::allocateBuffer(
245 OMX_ERRORTYPE err =
261 OMX_ERRORTYPE SimpleSoftOMXComponent::freeBuffer(
308 OMX_ERRORTYPE SimpleSoftOMXComponen
[all...]
H A DOMX.cpp205 OMX_ERRORTYPE err =
229 OMX_ERRORTYPE err = mMaster->makeComponentInstance(
381 OMX_ERRORTYPE OMX::OnEvent(
401 OMX_ERRORTYPE OMX::OnEmptyBufferDone(
415 OMX_ERRORTYPE OMX::OnFillBufferDone(
/frameworks/base/media/libstagefright/include/
H A 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 freeBuffe
[all...]
H A DSimpleSoftOMXComponent.h63 virtual OMX_ERRORTYPE internalGetParameter(
66 virtual OMX_ERRORTYPE internalSetParameter(
97 virtual OMX_ERRORTYPE sendCommand(
100 virtual OMX_ERRORTYPE getParameter(
103 virtual OMX_ERRORTYPE setParameter(
106 virtual OMX_ERRORTYPE useBuffer(
113 virtual OMX_ERRORTYPE allocateBuffer(
119 virtual OMX_ERRORTYPE freeBuffer(
123 virtual OMX_ERRORTYPE emptyThisBuffer(
126 virtual OMX_ERRORTYPE fillThisBuffe
[all...]
H A DOMX.h108 OMX_ERRORTYPE OnEvent(
115 OMX_ERRORTYPE OnEmptyBufferDone(
118 OMX_ERRORTYPE OnFillBufferDone(
H A DOMXNodeInstance.h117 static OMX_ERRORTYPE OnEvent(
125 static OMX_ERRORTYPE OnEmptyBufferDone(
130 static OMX_ERRORTYPE OnFillBufferDone(
/frameworks/base/include/media/stagefright/
H A DOMXPluginBase.h36 virtual OMX_ERRORTYPE makeComponentInstance(
42 virtual OMX_ERRORTYPE destroyComponentInstance(
45 virtual OMX_ERRORTYPE enumerateComponents(
50 virtual OMX_ERRORTYPE getRolesOfComponent(
/frameworks/base/include/media/stagefright/openmax/
H A 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)(
478 @return OMX_ERRORTYPE
484 OMX_ERRORTYPE (*ComponentTunnelReques
[all...]
H A DOMX_Core.h133 /** The OMX_ERRORTYPE enumeration defines the standard OMX Errors. These
143 typedef enum OMX_ERRORTYPE enum
274 } OMX_ERRORTYPE; typedef in typeref:enum:OMX_ERRORTYPE
277 typedef OMX_ERRORTYPE (* OMX_COMPONENTINITTYPE)(OMX_IN OMX_HANDLETYPE hComponent);
537 nData will be the OMX_ERRORTYPE for an error event and will be
547 OMX_ERRORTYPE (*EventHandler)(
577 OMX_ERRORTYPE (*EmptyBufferDone)(
606 OMX_ERRORTYPE (*FillBufferDone)(
696 @return OMX_ERRORTYPE
757 @return OMX_ERRORTYPE
[all...]
/frameworks/base/media/libstagefright/codecs/aacdec/
H A DSoftAAC.h36 virtual OMX_ERRORTYPE internalGetParameter(
39 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/base/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h34 virtual OMX_ERRORTYPE internalGetParameter(
37 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/base/media/libstagefright/codecs/g711/dec/
H A DSoftG711.h34 virtual OMX_ERRORTYPE internalGetParameter(
37 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/base/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h36 virtual OMX_ERRORTYPE internalGetParameter(
39 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/base/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h34 virtual OMX_ERRORTYPE internalGetParameter(
37 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/base/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h37 virtual OMX_ERRORTYPE internalGetParameter(
40 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h36 virtual OMX_ERRORTYPE internalGetParameter(
39 virtual OMX_ERRORTYPE internalSetParameter(
42 virtual OMX_ERRORTYPE getConfig(OMX_INDEXTYPE index, OMX_PTR params);
/frameworks/base/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h38 virtual OMX_ERRORTYPE internalGetParameter(
41 virtual OMX_ERRORTYPE internalSetParameter(
44 virtual OMX_ERRORTYPE getConfig(OMX_INDEXTYPE index, OMX_PTR params);

Completed in 200 milliseconds

12