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

/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h52 struct SoftHEVC: public SoftVideoDecoderOMXComponent { struct in namespace:android
53 SoftHEVC(const char *name, const OMX_CALLBACKTYPE *callbacks,
59 virtual ~SoftHEVC();
115 DISALLOW_EVIL_CONSTRUCTORS (SoftHEVC);
H A DSoftHEVC.cpp18 #define LOG_TAG "SoftHEVC"
25 #include "SoftHEVC.h"
62 SoftHEVC::SoftHEVC( function in class:android::SoftHEVC
86 status_t SoftHEVC::init() {
90 SoftHEVC::~SoftHEVC() {
91 ALOGV("In SoftHEVC::~SoftHEVC");
119 void SoftHEVC
[all...]

Completed in 68 milliseconds