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

12

/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"
93 typedef SoftOMXComponent *(*CreateSoftOMXComponentFunc)(
110 sp<SoftOMXComponent> codec =
139 SoftOMXComponent *me =
140 (SoftOMXComponent *)
H A DAndroid.mk14 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.cpp306 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp264 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp181 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.cpp467 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp400 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp369 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp398 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp317 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp556 android::SoftOMXComponent *createSoftOMXComponent(
H A DSoftAACEncoder2.cpp647 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.cpp467 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp494 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp536 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp473 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp713 android::SoftOMXComponent *createSoftOMXComponent(
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp766 android::SoftOMXComponent *createSoftOMXComponent(const char *name,
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp778 android::SoftOMXComponent *createSoftOMXComponent(

Completed in 78 milliseconds

12