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

/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h29 struct SoftVPX : public SoftVideoDecoderOMXComponent { struct in namespace:android
30 SoftVPX(const char *name,
38 virtual ~SoftVPX();
71 DISALLOW_EVIL_CONSTRUCTORS(SoftVPX);
H A DSoftVPX.cpp18 #define LOG_TAG "SoftVPX"
23 #include "SoftVPX.h"
36 SoftVPX::SoftVPX( function in class:android::SoftVPX
64 SoftVPX::~SoftVPX() {
81 status_t SoftVPX::initDecoder() {
105 status_t SoftVPX::destroyDecoder() {
112 bool SoftVPX::outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset) {
198 bool SoftVPX
[all...]

Completed in 184 milliseconds