/aosp12/frameworks/av/media/libstagefright/omx/ |
H A D | SimpleSoftOMXComponent.cpp | 32 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 D | SoftVideoDecoderOMXComponent.cpp | 54 : 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 D | SoftVideoEncoderOMXComponent.cpp | 68 : 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 D | SimpleSoftOMXComponent.h | 39 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 D | SoftRaw.cpp | 42 : 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 D | SoftRaw.h | 27 struct SoftRaw : public SimpleSoftOMXComponent {
|
/aosp12/frameworks/av/media/libstagefright/codecs/flac/dec/ |
H A D | SoftFlacDecoder.cpp | 46 : 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 D | SoftFlacDecoder.h | 25 struct SoftFlacDecoder : public SimpleSoftOMXComponent {
|
/aosp12/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
H A D | SoftGSM.cpp | 45 : 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 D | SoftGSM.h | 27 struct SoftGSM : public SimpleSoftOMXComponent {
|
/aosp12/frameworks/av/media/libstagefright/codecs/flac/enc/ |
H A D | SoftFlacEncoder.cpp | 53 : 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 D | SoftFlacEncoder.h | 27 struct SoftFlacEncoder : public SimpleSoftOMXComponent {
|
/aosp12/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
H A D | SoftAMRNBEncoder.cpp | 46 : 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 D | SoftAMRNBEncoder.h | 25 struct SoftAMRNBEncoder : public SimpleSoftOMXComponent {
|
/aosp12/frameworks/av/media/libstagefright/codecs/g711/dec/ |
H A D | SoftG711.cpp | 44 : 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 D | SoftG711.h | 25 struct SoftG711 : public SimpleSoftOMXComponent {
|
/aosp12/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
H A D | SoftAMRWBEncoder.cpp | 46 : 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 D | SoftAMRWBEncoder.h | 30 struct SoftAMRWBEncoder : public SimpleSoftOMXComponent {
|
/aosp12/frameworks/av/media/libstagefright/codecs/mp3dec/ |
H A D | SoftMP3.cpp | 44 : 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 D | SoftMP3.h | 27 struct SoftMP3 : public SimpleSoftOMXComponent {
|
/aosp12/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
H A D | SoftAMR.cpp | 41 : 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 D | SoftAMR.h | 27 struct SoftAMR : public SimpleSoftOMXComponent {
|
/aosp12/frameworks/av/media/libstagefright/codecs/aacenc/ |
H A D | SoftAACEncoder2.h | 27 struct SoftAACEncoder2 : public SimpleSoftOMXComponent {
|
/aosp12/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
H A D | SoftVorbis.h | 28 struct SoftVorbis : public SimpleSoftOMXComponent {
|
/aosp12/frameworks/av/media/libstagefright/codecs/opus/dec/ |
H A D | SoftOpus.h | 42 struct SoftOpus : public SimpleSoftOMXComponent {
|