Home
last modified time | relevance | path

Searched refs:SimpleSoftOMXComponent (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp32 SimpleSoftOMXComponent::SimpleSoftOMXComponent( in SimpleSoftOMXComponent() function in android::SimpleSoftOMXComponent
61 OMX_ERRORTYPE SimpleSoftOMXComponent::sendCommand( in sendCommand()
73 bool SimpleSoftOMXComponent::isSetParameterAllowed( in isSetParameterAllowed()
230 OMX_ERRORTYPE SimpleSoftOMXComponent::setConfig( in setConfig()
240 OMX_ERRORTYPE SimpleSoftOMXComponent::useBuffer( in useBuffer()
321 OMX_ERRORTYPE SimpleSoftOMXComponent::freeBuffer( in freeBuffer()
461 void SimpleSoftOMXComponent::onSendCommand( in onSendCommand()
539 void SimpleSoftOMXComponent::onReset() { in onReset()
584 void SimpleSoftOMXComponent::onPortFlush( in onPortFlush()
745 List<SimpleSoftOMXComponent::BufferInfo *> &
[all …]
H A DSoftVideoDecoderOMXComponent.cpp54 : SimpleSoftOMXComponent(name, callbacks, appData, component), in SoftVideoDecoderOMXComponent()
406 return SimpleSoftOMXComponent::internalGetParameter(index, params); in internalGetParameter()
528 return SimpleSoftOMXComponent::internalSetParameter(index, params); in internalSetParameter()
532 return SimpleSoftOMXComponent::internalSetParameter(index, params); in internalSetParameter()
757 return SimpleSoftOMXComponent::getExtensionIndex(name, index); in getExtensionIndex()
H A DSoftVideoEncoderOMXComponent.cpp68 : SimpleSoftOMXComponent(name, callbacks, appData, component), in SoftVideoEncoderOMXComponent()
247 return SimpleSoftOMXComponent::internalSetParameter(index, param); in internalSetParameter()
309 return SimpleSoftOMXComponent::internalSetParameter(index, param); in internalSetParameter()
381 return SimpleSoftOMXComponent::internalGetParameter(index, param); in internalGetParameter()
664 return SimpleSoftOMXComponent::getExtensionIndex(name, index); in getExtensionIndex()
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSimpleSoftOMXComponent.h39 struct SimpleSoftOMXComponent : public SoftOMXComponent { struct
40 SimpleSoftOMXComponent(
104 sp<AHandlerReflector<SimpleSoftOMXComponent> > mHandler; argument
159 DISALLOW_EVIL_CONSTRUCTORS(SimpleSoftOMXComponent);
/aosp12/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp42 : SimpleSoftOMXComponent(name, callbacks, appData, component), in SoftRaw()
153 return SimpleSoftOMXComponent::internalGetParameter(index, params); in internalGetParameter()
221 OMX_ERRORTYPE err = SimpleSoftOMXComponent::internalSetParameter( in internalSetParameter()
H A DSoftRaw.h27 struct SoftRaw : public SimpleSoftOMXComponent {
/aosp12/frameworks/av/media/libstagefright/codecs/flac/dec/
H A DSoftFlacDecoder.cpp46 : SimpleSoftOMXComponent(name, callbacks, appData, component), in SoftFlacDecoder()
125 return SimpleSoftOMXComponent::initCheck(); in initCheck()
222 return SimpleSoftOMXComponent::internalGetParameter(index, params); in internalGetParameter()
301 return SimpleSoftOMXComponent::internalSetParameter(index, params); in internalSetParameter()
H A DSoftFlacDecoder.h25 struct SoftFlacDecoder : public SimpleSoftOMXComponent {
/aosp12/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp45 : SimpleSoftOMXComponent(name, callbacks, appData, component), in SoftGSM()
160 return SimpleSoftOMXComponent::internalGetParameter(index, params); in internalGetParameter()
233 return SimpleSoftOMXComponent::internalSetParameter(index, params); in internalSetParameter()
H A DSoftGSM.h27 struct SoftGSM : public SimpleSoftOMXComponent {
/aosp12/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp53 : SimpleSoftOMXComponent(name, callbacks, appData, component), in SoftFlacEncoder()
107 return SimpleSoftOMXComponent::initCheck(); in initCheck()
231 return SimpleSoftOMXComponent::internalGetParameter(index, params); in internalGetParameter()
360 return SimpleSoftOMXComponent::internalSetParameter(index, params); in internalSetParameter()
H A DSoftFlacEncoder.h27 struct SoftFlacEncoder : public SimpleSoftOMXComponent {
/aosp12/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp46 : SimpleSoftOMXComponent(name, callbacks, appData, component), in SoftAMRNBEncoder()
191 return SimpleSoftOMXComponent::internalGetParameter(index, params); in internalGetParameter()
293 return SimpleSoftOMXComponent::internalSetParameter(index, params); in internalSetParameter()
H A DSoftAMRNBEncoder.h25 struct SoftAMRNBEncoder : public SimpleSoftOMXComponent {
/aosp12/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp44 : SimpleSoftOMXComponent(name, callbacks, appData, component), in SoftG711()
169 return SimpleSoftOMXComponent::internalGetParameter(index, params); in internalGetParameter()
252 return SimpleSoftOMXComponent::internalSetParameter(index, params); in internalSetParameter()
H A DSoftG711.h25 struct SoftG711 : public SimpleSoftOMXComponent {
/aosp12/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp46 : SimpleSoftOMXComponent(name, callbacks, appData, component), in SoftAMRWBEncoder()
229 return SimpleSoftOMXComponent::internalGetParameter(index, params); in internalGetParameter()
340 return SimpleSoftOMXComponent::internalSetParameter(index, params); in internalSetParameter()
H A DSoftAMRWBEncoder.h30 struct SoftAMRWBEncoder : public SimpleSoftOMXComponent {
/aosp12/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp44 : SimpleSoftOMXComponent(name, callbacks, appData, component), in SoftMP3()
210 return SimpleSoftOMXComponent::internalGetParameter(index, params); in internalGetParameter()
278 return SimpleSoftOMXComponent::internalSetParameter(index, params); in internalSetParameter()
H A DSoftMP3.h27 struct SoftMP3 : public SimpleSoftOMXComponent {
/aosp12/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp41 : SimpleSoftOMXComponent(name, callbacks, appData, component), in SoftAMR()
227 return SimpleSoftOMXComponent::internalGetParameter(index, params); in internalGetParameter()
316 return SimpleSoftOMXComponent::internalSetParameter(index, params); in internalSetParameter()
H A DSoftAMR.h27 struct SoftAMR : public SimpleSoftOMXComponent {
/aosp12/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.h27 struct SoftAACEncoder2 : public SimpleSoftOMXComponent {
/aosp12/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h28 struct SoftVorbis : public SimpleSoftOMXComponent {
/aosp12/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.h42 struct SoftOpus : public SimpleSoftOMXComponent {

12