Searched refs:SimpleSoftOMXComponent (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp18 #define LOG_TAG "SimpleSoftOMXComponent"
21 #include "include/SimpleSoftOMXComponent.h"
29 SimpleSoftOMXComponent::SimpleSoftOMXComponent( function in class:android::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
[all...]
H A DAndroid.mk11 SimpleSoftOMXComponent.cpp \
/frameworks/base/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h32 struct SimpleSoftOMXComponent : public SoftOMXComponent { struct in namespace:android
33 SimpleSoftOMXComponent(
87 sp<AHandlerReflector<SimpleSoftOMXComponent> > mHandler;
138 DISALLOW_EVIL_CONSTRUCTORS(SimpleSoftOMXComponent);
/frameworks/base/media/libstagefright/codecs/aacdec/
H A DSoftAAC.h21 #include "SimpleSoftOMXComponent.h"
27 struct SoftAAC : public SimpleSoftOMXComponent {
H A DSoftAAC.cpp43 : SimpleSoftOMXComponent(name, callbacks, appData, component),
188 return SimpleSoftOMXComponent::internalGetParameter(index, params);
222 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/base/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h21 #include "SimpleSoftOMXComponent.h"
25 struct SoftAMR : public SimpleSoftOMXComponent {
H A DSoftAMR.cpp44 : SimpleSoftOMXComponent(name, callbacks, appData, component),
198 return SimpleSoftOMXComponent::internalGetParameter(index, params);
240 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/base/media/libstagefright/codecs/g711/dec/
H A DSoftG711.h21 #include "SimpleSoftOMXComponent.h"
25 struct SoftG711 : public SimpleSoftOMXComponent {
H A DSoftG711.cpp42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
131 return SimpleSoftOMXComponent::internalGetParameter(index, params);
179 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/base/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h21 #include "SimpleSoftOMXComponent.h"
27 struct SoftMP3 : public SimpleSoftOMXComponent {
H A DSoftMP3.cpp44 : SimpleSoftOMXComponent(name, callbacks, appData, component),
147 return SimpleSoftOMXComponent::internalGetParameter(index, params);
169 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/base/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h21 #include "SimpleSoftOMXComponent.h"
25 struct SoftVPX : public SimpleSoftOMXComponent {
H A DSoftVPX.cpp46 : SimpleSoftOMXComponent(name, callbacks, appData, component),
180 return SimpleSoftOMXComponent::internalGetParameter(index, params);
218 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/base/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h21 #include "SimpleSoftOMXComponent.h"
28 struct SoftVorbis : public SimpleSoftOMXComponent {
H A DSoftVorbis.cpp50 : SimpleSoftOMXComponent(name, callbacks, appData, component),
186 return SimpleSoftOMXComponent::internalGetParameter(index, params);
220 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h21 #include "SimpleSoftOMXComponent.h"
27 struct SoftMPEG4 : public SimpleSoftOMXComponent {
H A DSoftMPEG4.cpp65 : SimpleSoftOMXComponent(name, callbacks, appData, component),
238 return SimpleSoftOMXComponent::internalGetParameter(index, params);
284 return SimpleSoftOMXComponent::internalSetParameter(index, params);
/frameworks/base/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h21 #include "SimpleSoftOMXComponent.h"
29 struct SoftAVC : public SimpleSoftOMXComponent {
H A DSoftAVC.cpp64 : SimpleSoftOMXComponent(name, callbacks, appData, component),
224 return SimpleSoftOMXComponent::internalGetParameter(index, params);
262 return SimpleSoftOMXComponent::internalSetParameter(index, params);

Completed in 494 milliseconds