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

1 2

  /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),
125 return SimpleSoftOMXComponent::internalGetParameter(index, params);
162 return SimpleSoftOMXComponent::internalSetParameter(index, params);
  /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 8 SimpleSoftOMXComponent.cpp \
  /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),
179 return SimpleSoftOMXComponent::internalGetParameter(index, params);
269 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),
131 return SimpleSoftOMXComponent::internalGetParameter(index, params);
181 return SimpleSoftOMXComponent::internalSetParameter(index, params);
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h 21 #include "SimpleSoftOMXComponent.h"
25 struct SoftVPX : public SimpleSoftOMXComponent {
  /frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h 32 struct SimpleSoftOMXComponent : public SoftOMXComponent {
33 SimpleSoftOMXComponent(
87 sp<AHandlerReflector<SimpleSoftOMXComponent> > mHandler;
138 DISALLOW_EVIL_CONSTRUCTORS(SimpleSoftOMXComponent);
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC.h 21 #include "SimpleSoftOMXComponent.h"
27 struct SoftAAC : public SimpleSoftOMXComponent {
SoftAAC2.h 20 #include "SimpleSoftOMXComponent.h"
26 struct SoftAAC2 : 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 {
SoftAMR.cpp 44 : SimpleSoftOMXComponent(name, callbacks, appData, component),
198 return SimpleSoftOMXComponent::internalGetParameter(index, params);
252 return SimpleSoftOMXComponent::internalSetParameter(index, params);
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.h 21 #include "SimpleSoftOMXComponent.h"
31 struct SoftFlacEncoder : public SimpleSoftOMXComponent {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 21 #include "SimpleSoftOMXComponent.h"
27 struct SoftMPEG4 : 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),
148 return SimpleSoftOMXComponent::internalGetParameter(index, params);
170 return SimpleSoftOMXComponent::internalSetParameter(index, params);
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.h 21 #include "SimpleSoftOMXComponent.h"
28 struct SoftVorbis : public SimpleSoftOMXComponent {
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.h 25 #include "SimpleSoftOMXComponent.h"
32 public SimpleSoftOMXComponent {
39 // Override SimpleSoftOMXComponent methods
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 22 #include "SimpleSoftOMXComponent.h"
30 struct SoftMPEG4Encoder : public SimpleSoftOMXComponent {
37 // Override SimpleSoftOMXComponent methods
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.h 21 #include "SimpleSoftOMXComponent.h"
29 struct SoftAVC : public SimpleSoftOMXComponent {

Completed in 447 milliseconds

1 2