Searched refs:SoftOpus (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp18 #define LOG_TAG "SoftOpus"
21 #include "SoftOpus.h"
52 SoftOpus::SoftOpus( function in class:android::SoftOpus
71 SoftOpus::~SoftOpus() {
82 void SoftOpus::initPorts() {
126 status_t SoftOpus::initDecoder() {
130 OMX_ERRORTYPE SoftOpus::internalGetParameter(
220 OMX_ERRORTYPE SoftOpus
[all...]
H A DSoftOpus.h42 struct SoftOpus : public SimpleSoftOMXComponent { struct in namespace:android
43 SoftOpus(const char *name,
49 virtual ~SoftOpus();
91 DISALLOW_EVIL_CONSTRUCTORS(SoftOpus);

Completed in 57 milliseconds