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

/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp18 #define LOG_TAG "SoftMPEG2"
25 #include "SoftMPEG2.h"
61 SoftMPEG2::SoftMPEG2( function in class:android::SoftMPEG2
88 SoftMPEG2::~SoftMPEG2() {
120 void SoftMPEG2::logVersion() {
145 status_t SoftMPEG2::setParams(size_t stride) {
171 status_t SoftMPEG2::resetPlugin() {
184 status_t SoftMPEG2
[all...]
H A DSoftMPEG2.h55 struct SoftMPEG2 : public SoftVideoDecoderOMXComponent { struct in namespace:android
56 SoftMPEG2(
61 virtual ~SoftMPEG2();
128 DISALLOW_EVIL_CONSTRUCTORS(SoftMPEG2);

Completed in 72 milliseconds