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

1 2

  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 18 #define LOG_TAG "SoftOMXComponent"
21 #include "include/SoftOMXComponent.h"
27 SoftOMXComponent::SoftOMXComponent(
66 SoftOMXComponent::~SoftOMXComponent() {
71 void SoftOMXComponent::setLibHandle(void *libHandle) {
76 void *SoftOMXComponent::libHandle() const {
80 OMX_ERRORTYPE SoftOMXComponent::initCheck() const {
84 const char *SoftOMXComponent::name() const
    [all...]
SoftOMXPlugin.cpp 22 #include "include/SoftOMXComponent.h"
93 typedef SoftOMXComponent *(*CreateSoftOMXComponentFunc)(
110 sp<SoftOMXComponent> codec =
139 SoftOMXComponent *me =
140 (SoftOMXComponent *)
Android.mk 14 SoftOMXComponent.cpp \
SimpleSoftOMXComponent.cpp 34 : SoftOMXComponent(name, callbacks, appData, component),
  /frameworks/av/media/libstagefright/include/
SoftOMXComponent.h 29 struct SoftOMXComponent : public RefBase {
30 SoftOMXComponent(
44 virtual ~SoftOMXComponent();
168 DISALLOW_EVIL_CONSTRUCTORS(SoftOMXComponent);
SimpleSoftOMXComponent.h 21 #include "SoftOMXComponent.h"
32 struct SimpleSoftOMXComponent : public SoftOMXComponent {
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 306 android::SoftOMXComponent *createSoftOMXComponent(
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp 264 android::SoftOMXComponent *createSoftOMXComponent(
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 181 android::SoftOMXComponent *createSoftOMXComponent(
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp 209 android::SoftOMXComponent *createSoftOMXComponent(
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 467 android::SoftOMXComponent *createSoftOMXComponent(
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 400 android::SoftOMXComponent *createSoftOMXComponent(
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 369 android::SoftOMXComponent *createSoftOMXComponent(
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 398 android::SoftOMXComponent *createSoftOMXComponent(
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 317 android::SoftOMXComponent *createSoftOMXComponent(
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 556 android::SoftOMXComponent *createSoftOMXComponent(
SoftAACEncoder2.cpp 647 android::SoftOMXComponent *createSoftOMXComponent(
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 455 android::SoftOMXComponent *createSoftOMXComponent(
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 467 android::SoftOMXComponent *createSoftOMXComponent(
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 494 android::SoftOMXComponent *createSoftOMXComponent(
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp 536 android::SoftOMXComponent *createSoftOMXComponent(
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 473 android::SoftOMXComponent *createSoftOMXComponent(
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 713 android::SoftOMXComponent *createSoftOMXComponent(
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 766 android::SoftOMXComponent *createSoftOMXComponent(const char *name,
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 778 android::SoftOMXComponent *createSoftOMXComponent(

Completed in 1939 milliseconds

1 2