Home
last modified time | relevance | path

Searched refs:SoftGSM (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/gsm/dec/
DSoftGSM.cpp40 SoftGSM::SoftGSM( in SoftGSM() function in android::SoftGSM
58 SoftGSM::~SoftGSM() { in ~SoftGSM()
62 void SoftGSM::initPorts() { in initPorts()
105 OMX_ERRORTYPE SoftGSM::internalGetParameter( in internalGetParameter()
136 OMX_ERRORTYPE SoftGSM::internalSetParameter( in internalSetParameter()
178 void SoftGSM::onQueueFilled(OMX_U32 /* portIndex */) { in onQueueFilled()
245 int SoftGSM::DecodeGSM(gsm handle, in DecodeGSM()
264 void SoftGSM::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()
273 void SoftGSM::onReset() { in onReset()
289 return new android::SoftGSM(name, callbacks, appData, component); in createSoftOMXComponent()
DSoftGSM.h29 struct SoftGSM : public SimpleSoftOMXComponent { struct
30 SoftGSM(const char *name,
36 virtual ~SoftGSM();
62 DISALLOW_EVIL_CONSTRUCTORS(SoftGSM); argument
DAndroid.mk5 SoftGSM.cpp