Searched refs:SoftOMXComponent (Results 1 - 22 of 22) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp18 #define LOG_TAG "SoftOMXComponent"
21 #include "include/SoftOMXComponent.h"
27 SoftOMXComponent::SoftOMXComponent( function in class:android::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
[all...]
H A DSoftOMXPlugin.cpp22 #include "include/SoftOMXComponent.h"
88 typedef SoftOMXComponent *(*CreateSoftOMXComponentFunc)(
105 sp<SoftOMXComponent> codec =
134 SoftOMXComponent *me =
135 (SoftOMXComponent *)
H A DAndroid.mk9 SoftOMXComponent.cpp \
H A DSimpleSoftOMXComponent.cpp34 : SoftOMXComponent(name, callbacks, appData, component),
/frameworks/av/media/libstagefright/include/
H A DSoftOMXComponent.h29 struct SoftOMXComponent : public RefBase { struct in namespace:android
30 SoftOMXComponent(
44 virtual ~SoftOMXComponent();
168 DISALLOW_EVIL_CONSTRUCTORS(SoftOMXComponent);
H A DSimpleSoftOMXComponent.h21 #include "SoftOMXComponent.h"
32 struct SimpleSoftOMXComponent : public SoftOMXComponent {
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp299 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp209 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp462 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp400 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp348 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp625 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp556 android::SoftOMXComponent *createSoftOMXComponent(
H A DSoftAACEncoder2.cpp570 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp455 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp439 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp377 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp441 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp590 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp803 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp557 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp996 android::SoftOMXComponent *createSoftOMXComponent(

Completed in 45 milliseconds