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

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

Completed in 69 milliseconds