Searched defs:SoftMP3 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp18 #define LOG_TAG "SoftMP3"
21 #include "SoftMP3.h"
39 SoftMP3::SoftMP3( function in class:android::SoftMP3
59 SoftMP3::~SoftMP3() {
69 void SoftMP3::initPorts() {
112 void SoftMP3::initDecoder() {
123 OMX_ERRORTYPE SoftMP3::internalGetParameter(
171 OMX_ERRORTYPE SoftMP3
[all...]
H A DSoftMP3.h27 struct SoftMP3 : public SimpleSoftOMXComponent { struct in namespace:android
28 SoftMP3(const char *name,
34 virtual ~SoftMP3();
76 DISALLOW_EVIL_CONSTRUCTORS(SoftMP3);

Completed in 83 milliseconds