/frameworks/av/media/libstagefright/omx/ |
SimpleSoftOMXComponent.cpp | 18 #define LOG_TAG "SimpleSoftOMXComponent" 21 #include "include/SimpleSoftOMXComponent.h" 29 SimpleSoftOMXComponent::SimpleSoftOMXComponent( 36 mHandler(new AHandlerReflector<SimpleSoftOMXComponent>(this)), 48 void SimpleSoftOMXComponent::prepareForDestruction() { 57 OMX_ERRORTYPE SimpleSoftOMXComponent::sendCommand( 69 bool SimpleSoftOMXComponent::isSetParameterAllowed( 105 OMX_ERRORTYPE SimpleSoftOMXComponent::getParameter( 111 OMX_ERRORTYPE SimpleSoftOMXComponent::setParameter [all...] |
Android.mk | 11 SimpleSoftOMXComponent.cpp \
|
SoftVideoDecoderOMXComponent.cpp | 54 : SimpleSoftOMXComponent(name, callbacks, appData, component), 392 return SimpleSoftOMXComponent::internalGetParameter(index, params); 517 return SimpleSoftOMXComponent::internalSetParameter(index, params); 521 return SimpleSoftOMXComponent::internalSetParameter(index, params); 618 return SimpleSoftOMXComponent::getExtensionIndex(name, index);
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
SoftAMRNBEncoder.h | 21 #include "SimpleSoftOMXComponent.h" 25 struct SoftAMRNBEncoder : public SimpleSoftOMXComponent {
|
SoftAMRNBEncoder.cpp | 46 : SimpleSoftOMXComponent(name, callbacks, appData, component), 191 return SimpleSoftOMXComponent::internalGetParameter(index, params); 297 return SimpleSoftOMXComponent::internalSetParameter(index, params);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
SoftAMRWBEncoder.h | 21 #include "SimpleSoftOMXComponent.h" 30 struct SoftAMRWBEncoder : public SimpleSoftOMXComponent {
|
/frameworks/av/media/libstagefright/codecs/g711/dec/ |
SoftG711.h | 21 #include "SimpleSoftOMXComponent.h" 25 struct SoftG711 : public SimpleSoftOMXComponent {
|
SoftG711.cpp | 42 : SimpleSoftOMXComponent(name, callbacks, appData, component), 143 return SimpleSoftOMXComponent::internalGetParameter(index, params); 203 return SimpleSoftOMXComponent::internalSetParameter(index, params);
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
SoftGSM.h | 21 #include "SimpleSoftOMXComponent.h" 29 struct SoftGSM : public SimpleSoftOMXComponent {
|
SoftGSM.cpp | 45 : SimpleSoftOMXComponent(name, callbacks, appData, component), 136 return SimpleSoftOMXComponent::internalGetParameter(index, params); 186 return SimpleSoftOMXComponent::internalSetParameter(index, params);
|
/frameworks/av/media/libstagefright/codecs/raw/ |
SoftRaw.h | 21 #include "SimpleSoftOMXComponent.h" 27 struct SoftRaw : public SimpleSoftOMXComponent {
|
SoftRaw.cpp | 42 : SimpleSoftOMXComponent(name, callbacks, appData, component), 131 return SimpleSoftOMXComponent::internalGetParameter(index, params); 179 OMX_ERRORTYPE err = SimpleSoftOMXComponent::internalSetParameter(
|
/frameworks/av/media/libstagefright/include/ |
SimpleSoftOMXComponent.h | 32 struct SimpleSoftOMXComponent : public SoftOMXComponent { 33 SimpleSoftOMXComponent( 93 sp<AHandlerReflector<SimpleSoftOMXComponent> > mHandler; 144 DISALLOW_EVIL_CONSTRUCTORS(SimpleSoftOMXComponent);
|
SoftVideoEncoderOMXComponent.h | 23 #include "SimpleSoftOMXComponent.h" 30 struct SoftVideoEncoderOMXComponent : public SimpleSoftOMXComponent {
|
SoftVideoDecoderOMXComponent.h | 21 #include "SimpleSoftOMXComponent.h" 33 struct SoftVideoDecoderOMXComponent : public SimpleSoftOMXComponent {
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
SoftAACEncoder.h | 21 #include "SimpleSoftOMXComponent.h" 28 struct SoftAACEncoder : public SimpleSoftOMXComponent {
|
SoftAACEncoder2.h | 21 #include "SimpleSoftOMXComponent.h" 27 struct SoftAACEncoder2 : public SimpleSoftOMXComponent {
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
SoftAMR.h | 21 #include "SimpleSoftOMXComponent.h" 25 struct SoftAMR : public SimpleSoftOMXComponent {
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
SoftMP3.h | 21 #include "SimpleSoftOMXComponent.h" 27 struct SoftMP3 : public SimpleSoftOMXComponent {
|
SoftMP3.cpp | 44 : SimpleSoftOMXComponent(name, callbacks, appData, component), 186 return SimpleSoftOMXComponent::internalGetParameter(index, params); 231 return SimpleSoftOMXComponent::internalSetParameter(index, params);
|
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
SoftOpus.h | 26 #include "SimpleSoftOMXComponent.h" 42 struct SoftOpus : public SimpleSoftOMXComponent {
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
SoftVorbis.h | 21 #include "SimpleSoftOMXComponent.h" 28 struct SoftVorbis : public SimpleSoftOMXComponent {
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
SoftAAC2.h | 20 #include "SimpleSoftOMXComponent.h" 27 struct SoftAAC2 : public SimpleSoftOMXComponent {
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
SoftFlacEncoder.h | 21 #include "SimpleSoftOMXComponent.h" 31 struct SoftFlacEncoder : public SimpleSoftOMXComponent {
|
SoftFlacEncoder.cpp | 52 : SimpleSoftOMXComponent(name, callbacks, appData, component), 103 return SimpleSoftOMXComponent::initCheck(); 199 return SimpleSoftOMXComponent::internalGetParameter(index, params); 287 return SimpleSoftOMXComponent::internalSetParameter(index, params);
|