HomeSort by relevance Sort by last modified time
    Searched refs:SimpleSoftOMXComponent (Results 1 - 25 of 35) sorted by null

1 2

  /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(
120 OMX_ERRORTYPE SimpleSoftOMXComponent::getParameter(
126 OMX_ERRORTYPE SimpleSoftOMXComponent::setParameter
    [all...]
Android.mk 12 SimpleSoftOMXComponent.cpp \
SoftVideoDecoderOMXComponent.cpp 54 : SimpleSoftOMXComponent(name, callbacks, appData, component),
393 return SimpleSoftOMXComponent::internalGetParameter(index, params);
514 return SimpleSoftOMXComponent::internalSetParameter(index, params);
518 return SimpleSoftOMXComponent::internalSetParameter(index, params);
615 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);
293 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 37 struct SimpleSoftOMXComponent : public SoftOMXComponent {
38 SimpleSoftOMXComponent(
98 sp<AHandlerReflector<SimpleSoftOMXComponent> > mHandler;
149 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);

Completed in 398 milliseconds

1 2