Searched refs:SoftAVC (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h29 struct SoftAVC : public SoftVideoDecoderOMXComponent { struct in namespace:android
30 SoftAVC(const char *name,
36 virtual ~SoftAVC();
81 DISALLOW_EVIL_CONSTRUCTORS(SoftAVC);
H A DSoftAVC.cpp18 #define LOG_TAG "SoftAVC"
21 #include "SoftAVC.h"
50 SoftAVC::SoftAVC( function in class:android::SoftAVC
75 SoftAVC::~SoftAVC() {
93 status_t SoftAVC::initDecoder() {
101 void SoftAVC::onQueueFilled(OMX_U32 portIndex) {
218 bool SoftAVC::handlePortSettingChangeEvent(const H264SwDecInfo *info) {
232 bool SoftAVC
[all...]
H A DAndroid.mk34 SoftAVC.cpp \

Completed in 59 milliseconds