Home
last modified time | relevance | path

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

123

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftOMXComponent.h39 virtual OMX_ERRORTYPE initCheck() const;
58 virtual OMX_ERRORTYPE sendCommand(
61 virtual OMX_ERRORTYPE getParameter(
64 virtual OMX_ERRORTYPE setParameter(
67 virtual OMX_ERRORTYPE getConfig(
70 virtual OMX_ERRORTYPE setConfig(
73 virtual OMX_ERRORTYPE getExtensionIndex(
76 virtual OMX_ERRORTYPE useBuffer(
83 virtual OMX_ERRORTYPE allocateBuffer(
89 virtual OMX_ERRORTYPE freeBuffer(
[all …]
DSimpleSoftOMXComponent.h76 virtual OMX_ERRORTYPE internalGetParameter(
79 virtual OMX_ERRORTYPE internalSetParameter(
82 virtual OMX_ERRORTYPE internalSetConfig(
115 virtual OMX_ERRORTYPE sendCommand(
118 virtual OMX_ERRORTYPE getParameter(
121 virtual OMX_ERRORTYPE setParameter(
124 virtual OMX_ERRORTYPE setConfig(
127 virtual OMX_ERRORTYPE useBuffer(
134 virtual OMX_ERRORTYPE allocateBuffer(
140 virtual OMX_ERRORTYPE freeBuffer(
[all …]
DSoftOMXPlugin.h29 virtual OMX_ERRORTYPE makeComponentInstance(
35 virtual OMX_ERRORTYPE destroyComponentInstance(
38 virtual OMX_ERRORTYPE enumerateComponents(
43 virtual OMX_ERRORTYPE getRolesOfComponent(
DOMXStore.h34 virtual OMX_ERRORTYPE makeComponentInstance(
40 virtual OMX_ERRORTYPE destroyComponentInstance(
43 virtual OMX_ERRORTYPE enumerateComponents(
48 virtual OMX_ERRORTYPE getRolesOfComponent(
DSoftVideoEncoderOMXComponent.h44 virtual OMX_ERRORTYPE internalSetParameter(OMX_INDEXTYPE index, const OMX_PTR param);
45 virtual OMX_ERRORTYPE internalGetParameter(OMX_INDEXTYPE index, OMX_PTR params);
70 virtual OMX_ERRORTYPE getExtensionIndex(const char *name, OMX_INDEXTYPE *index);
72 OMX_ERRORTYPE validateInputBuffer(const OMX_BUFFERHEADERTYPE *inputBufferHeader);
88 OMX_ERRORTYPE internalSetPortParams(const OMX_PARAM_PORTDEFINITIONTYPE* port);
DSoftVideoDecoderOMXComponent.h68 virtual OMX_ERRORTYPE internalGetParameter(
71 virtual OMX_ERRORTYPE internalSetParameter(
74 virtual OMX_ERRORTYPE getConfig(
77 virtual OMX_ERRORTYPE internalSetConfig(
80 virtual OMX_ERRORTYPE getExtensionIndex(
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.h128 virtual OMX_ERRORTYPE internalGetParameter(
131 virtual OMX_ERRORTYPE internalSetParameter(
210 OMX_ERRORTYPE initEncoder();
211 OMX_ERRORTYPE releaseEncoder();
215 OMX_ERRORTYPE internalSetRoleParams(
219 OMX_ERRORTYPE internalSetBitrateParams(
222 OMX_ERRORTYPE internalSetConfig(
225 OMX_ERRORTYPE getConfig(
229 OMX_ERRORTYPE internalSetPortParams(
232 OMX_ERRORTYPE internalSetFormatParams(
[all …]
DSoftAVCEnc.cpp200 OMX_ERRORTYPE SoftAVC::setDimensions() { in setDimensions()
225 OMX_ERRORTYPE SoftAVC::setNumCores() { in setNumCores()
248 OMX_ERRORTYPE SoftAVC::setFrameRate() { in setFrameRate()
274 OMX_ERRORTYPE SoftAVC::setIpeParams() { in setIpeParams()
301 OMX_ERRORTYPE SoftAVC::setBitRate() { in setBitRate()
325 OMX_ERRORTYPE SoftAVC::setFrameType(IV_PICTURE_CODING_TYPE_T e_frame_type) { in setFrameType()
349 OMX_ERRORTYPE SoftAVC::setQp() { in setQp()
383 OMX_ERRORTYPE SoftAVC::setEncMode(IVE_ENC_MODE_T e_enc_mode) { in setEncMode()
408 OMX_ERRORTYPE SoftAVC::setVbvParams() { in setVbvParams()
433 OMX_ERRORTYPE SoftAVC::setAirParams() { in setAirParams()
[all …]
/frameworks/av/media/libstagefright/omx/
DSoftOMXComponent.cpp79 OMX_ERRORTYPE SoftOMXComponent::initCheck() const { in initCheck()
110 OMX_ERRORTYPE SoftOMXComponent::SendCommandWrapper( in SendCommandWrapper()
123 OMX_ERRORTYPE SoftOMXComponent::GetParameterWrapper( in GetParameterWrapper()
135 OMX_ERRORTYPE SoftOMXComponent::SetParameterWrapper( in SetParameterWrapper()
147 OMX_ERRORTYPE SoftOMXComponent::GetConfigWrapper( in GetConfigWrapper()
159 OMX_ERRORTYPE SoftOMXComponent::SetConfigWrapper( in SetConfigWrapper()
171 OMX_ERRORTYPE SoftOMXComponent::GetExtensionIndexWrapper( in GetExtensionIndexWrapper()
183 OMX_ERRORTYPE SoftOMXComponent::UseBufferWrapper( in UseBufferWrapper()
198 OMX_ERRORTYPE SoftOMXComponent::AllocateBufferWrapper( in AllocateBufferWrapper()
212 OMX_ERRORTYPE SoftOMXComponent::FreeBufferWrapper( in FreeBufferWrapper()
[all …]
DSoftOMXPlugin.cpp82 OMX_ERRORTYPE SoftOMXPlugin::makeComponentInstance( in makeComponentInstance()
147 OMX_ERRORTYPE err = codec->initCheck(); in makeComponentInstance()
164 OMX_ERRORTYPE SoftOMXPlugin::destroyComponentInstance( in destroyComponentInstance()
184 OMX_ERRORTYPE SoftOMXPlugin::enumerateComponents( in enumerateComponents()
197 OMX_ERRORTYPE SoftOMXPlugin::getRolesOfComponent( in getRolesOfComponent()
DOMXStore.cpp136 OMX_ERRORTYPE err; in addPlugin()
142 OMX_ERRORTYPE err = plugin->getRolesOfComponent(name, &roles); in addPlugin()
206 OMX_ERRORTYPE OMXStore::makeComponentInstance( in makeComponentInstance()
223 OMX_ERRORTYPE err = in makeComponentInstance()
235 OMX_ERRORTYPE OMXStore::destroyComponentInstance( in destroyComponentInstance()
251 OMX_ERRORTYPE OMXStore::enumerateComponents( in enumerateComponents()
271 OMX_ERRORTYPE OMXStore::getRolesOfComponent( in getRolesOfComponent()
DSimpleSoftOMXComponent.cpp61 OMX_ERRORTYPE SimpleSoftOMXComponent::sendCommand( in sendCommand()
137 OMX_ERRORTYPE SimpleSoftOMXComponent::getParameter( in getParameter()
143 OMX_ERRORTYPE SimpleSoftOMXComponent::setParameter( in setParameter()
152 OMX_ERRORTYPE SimpleSoftOMXComponent::internalGetParameter( in internalGetParameter()
183 OMX_ERRORTYPE SimpleSoftOMXComponent::internalSetParameter( in internalSetParameter()
225 OMX_ERRORTYPE SimpleSoftOMXComponent::internalSetConfig( in internalSetConfig()
230 OMX_ERRORTYPE SimpleSoftOMXComponent::setConfig( in setConfig()
233 OMX_ERRORTYPE err = internalSetConfig(index, params, &frameConfig); in setConfig()
240 OMX_ERRORTYPE SimpleSoftOMXComponent::useBuffer( in useBuffer()
298 OMX_ERRORTYPE SimpleSoftOMXComponent::allocateBuffer( in allocateBuffer()
[all …]
/frameworks/native/headers/media_plugin/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);
601 OMX_ERRORTYPE (*EventHandler)(
631 OMX_ERRORTYPE (*EmptyBufferDone)(
660 OMX_ERRORTYPE (*FillBufferDone)(
1266 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Init(void);
1281 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Deinit(void);
1321 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_ComponentNameEnum(
1354 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_GetHandle(
[all …]
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.h77 virtual OMX_ERRORTYPE internalGetParameter(
82 virtual OMX_ERRORTYPE internalSetParameter(
85 virtual OMX_ERRORTYPE internalSetConfig(
119 virtual OMX_ERRORTYPE internalGetBitrateParams(
123 virtual OMX_ERRORTYPE internalSetBitrateParams(
127 OMX_ERRORTYPE internalGetAndroidVpxParams(
131 OMX_ERRORTYPE internalSetAndroidVpxParams(
DSoftVP9Encoder.h48 virtual OMX_ERRORTYPE internalGetParameter(
53 virtual OMX_ERRORTYPE internalSetParameter(
66 OMX_ERRORTYPE internalGetVp9Params(
70 OMX_ERRORTYPE internalSetVp9Params(
DSoftVP8Encoder.h46 virtual OMX_ERRORTYPE internalGetParameter(
51 virtual OMX_ERRORTYPE internalSetParameter(
64 OMX_ERRORTYPE internalGetVp8Params(
68 OMX_ERRORTYPE internalSetVp8Params(
DSoftVP8Encoder.cpp91 OMX_ERRORTYPE SoftVP8Encoder::internalGetParameter(OMX_INDEXTYPE index, in internalGetParameter()
106 OMX_ERRORTYPE SoftVP8Encoder::internalSetParameter(OMX_INDEXTYPE index, in internalSetParameter()
121 OMX_ERRORTYPE SoftVP8Encoder::internalGetVp8Params( in internalGetVp8Params()
139 OMX_ERRORTYPE SoftVP8Encoder::internalSetVp8Params( in internalSetVp8Params()
DSoftVP9Encoder.cpp90 OMX_ERRORTYPE SoftVP9Encoder::internalGetParameter( in internalGetParameter()
105 OMX_ERRORTYPE SoftVP9Encoder::internalSetParameter( in internalSetParameter()
120 OMX_ERRORTYPE SoftVP9Encoder::internalGetVp9Params( in internalGetVp9Params()
139 OMX_ERRORTYPE SoftVP9Encoder::internalSetVp9Params( in internalSetVp9Params()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.h42 virtual OMX_ERRORTYPE internalGetParameter(
45 virtual OMX_ERRORTYPE internalSetParameter(
79 OMX_ERRORTYPE initEncParams();
80 OMX_ERRORTYPE initEncoder();
81 OMX_ERRORTYPE releaseEncoder();
/frameworks/native/headers/media_plugin/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.h33 virtual OMX_ERRORTYPE initCheck() const;
38 virtual OMX_ERRORTYPE internalGetParameter(
41 virtual OMX_ERRORTYPE internalSetParameter(
74 OMX_ERRORTYPE configureEncoder();
/frameworks/av/media/libstagefright/codecs/flac/dec/
DSoftFlacDecoder.h31 virtual OMX_ERRORTYPE initCheck() const override;
36 virtual OMX_ERRORTYPE internalGetParameter(
39 virtual OMX_ERRORTYPE internalSetParameter(
/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.h36 virtual OMX_ERRORTYPE internalGetParameter(
39 virtual OMX_ERRORTYPE internalSetParameter(

123