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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h27 struct SoftMPEG4 : public SoftVideoDecoderOMXComponent { struct in namespace:android
28 SoftMPEG4(const char *name,
38 virtual ~SoftMPEG4();
72 DISALLOW_EVIL_CONSTRUCTORS(SoftMPEG4);
H A DSoftMPEG4.cpp18 #define LOG_TAG "SoftMPEG4"
21 #include "SoftMPEG4.h"
52 SoftMPEG4::SoftMPEG4( function in class:android::SoftMPEG4
81 SoftMPEG4::~SoftMPEG4() {
90 status_t SoftMPEG4::initDecoder() {
95 void SoftMPEG4::onQueueFilled(OMX_U32 /* portIndex */) {
287 bool SoftMPEG4::handlePortSettingsChange() {
340 void SoftMPEG4
[all...]

Completed in 274 milliseconds