Home
last modified time | relevance | path

Searched refs:SoftMPEG2 (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp55 SoftMPEG2::SoftMPEG2( in SoftMPEG2() function in android::SoftMPEG2
82 SoftMPEG2::~SoftMPEG2() { in ~SoftMPEG2()
119 void SoftMPEG2::logVersion() { in logVersion()
144 status_t SoftMPEG2::setParams(size_t stride) { in setParams()
170 status_t SoftMPEG2::resetPlugin() { in resetPlugin()
183 status_t SoftMPEG2::resetDecoder() { in resetDecoder()
211 status_t SoftMPEG2::setNumCores() { in setNumCores()
230 status_t SoftMPEG2::setFlushMode() { in setFlushMode()
255 status_t SoftMPEG2::initDecoder() { in initDecoder()
412 status_t SoftMPEG2::deInitDecoder() { in deInitDecoder()
[all …]
DSoftMPEG2.h55 struct SoftMPEG2 : public SoftVideoDecoderOMXComponent { struct
56 SoftMPEG2(
61 virtual ~SoftMPEG2();
132 DISALLOW_EVIL_CONSTRUCTORS(SoftMPEG2); argument
DAndroid.bp6 srcs: ["SoftMPEG2.cpp"],