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"
55 SoftMPEG2::SoftMPEG2( function in class:android::SoftMPEG2
82 SoftMPEG2::~SoftMPEG2() {
119 void SoftMPEG2::logVersion() {
144 status_t SoftMPEG2::setParams(size_t stride) {
170 status_t SoftMPEG2::resetPlugin() {
183 status_t SoftMPEG2
[all...]
H A DSoftMPEG2.h55 struct SoftMPEG2 : public SoftVideoDecoderOMXComponent { struct in namespace:android
56 SoftMPEG2(
61 virtual ~SoftMPEG2();
132 DISALLOW_EVIL_CONSTRUCTORS(SoftMPEG2);

Completed in 73 milliseconds