Searched refs:SoftVPX (Results 1 - 3 of 3) 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();
58 DISALLOW_EVIL_CONSTRUCTORS(SoftVPX);
H A DAndroid.mk5 SoftVPX.cpp
H A DSoftVPX.cpp18 #define LOG_TAG "SoftVPX"
21 #include "SoftVPX.h"
29 SoftVPX::SoftVPX( function in class:android::SoftVPX
53 SoftVPX::~SoftVPX() {
72 status_t SoftVPX::initDecoder() {
89 void SoftVPX::onQueueFilled(OMX_U32 /* portIndex */) {
185 return new android::SoftVPX(
189 return new android::SoftVPX(
[all...]

Completed in 1433 milliseconds