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

123

/frameworks/av/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.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 fillThisBuffe
[all...]
H A 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/
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 DOMXUtils.h37 status_t StatusFromOMXError(OMX_ERRORTYPE err);
/frameworks/native/include/media/hardware/
H A 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/avcenc/
H A 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 setConfig(
225 OMX_ERRORTYPE getConfig(
229 OMX_ERRORTYPE internalSetPortParams(
232 OMX_ERRORTYPE internalSetFormatParam
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.h38 virtual OMX_ERRORTYPE internalGetParameter(
41 virtual OMX_ERRORTYPE internalSetParameter(
89 OMX_ERRORTYPE initEncParams();
90 OMX_ERRORTYPE initEncoder();
91 OMX_ERRORTYPE releaseEncoder();
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h43 virtual OMX_ERRORTYPE internalGetParameter(
46 virtual OMX_ERRORTYPE internalSetParameter(
80 OMX_ERRORTYPE initEncParams();
81 OMX_ERRORTYPE initEncoder();
82 OMX_ERRORTYPE releaseEncoder();
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.h73 virtual OMX_ERRORTYPE internalGetParameter(
78 virtual OMX_ERRORTYPE internalSetParameter(
81 virtual OMX_ERRORTYPE setConfig(
235 OMX_ERRORTYPE internalSetBitrateParams(
239 OMX_ERRORTYPE internalSetVp8Params(
243 OMX_ERRORTYPE internalSetAndroidVp8Params(
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.h36 virtual OMX_ERRORTYPE internalGetParameter(
39 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.h37 virtual OMX_ERRORTYPE initCheck() const;
42 virtual OMX_ERRORTYPE internalGetParameter(
45 virtual OMX_ERRORTYPE internalSetParameter(
75 OMX_ERRORTYPE configureEncoder();
/frameworks/native/include/media/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);
571 nData will be the OMX_ERRORTYPE for an error event and will be
581 OMX_ERRORTYPE (*EventHandler)(
611 OMX_ERRORTYPE (*EmptyBufferDone)(
640 OMX_ERRORTYPE (*FillBufferDone)(
730 @return OMX_ERRORTYPE
797 @return OMX_ERRORTYPE
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.h38 virtual OMX_ERRORTYPE internalGetParameter(
41 virtual OMX_ERRORTYPE internalSetParameter(
H A DSoftAACEncoder2.h37 virtual OMX_ERRORTYPE internalGetParameter(
40 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h34 virtual OMX_ERRORTYPE internalGetParameter(
37 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.h35 virtual OMX_ERRORTYPE internalGetParameter(
38 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.h40 virtual OMX_ERRORTYPE internalGetParameter(
43 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.h34 virtual OMX_ERRORTYPE internalGetParameter(
37 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.h38 virtual OMX_ERRORTYPE internalGetParameter(
41 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h36 virtual OMX_ERRORTYPE internalGetParameter(
39 virtual OMX_ERRORTYPE internalSetParameter(
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h37 virtual OMX_ERRORTYPE internalGetParameter(
40 virtual OMX_ERRORTYPE internalSetParameter(

Completed in 1856 milliseconds

123