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

/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.h27 struct SoftRaw : public SimpleSoftOMXComponent { struct in namespace:android
28 SoftRaw(const char *name,
34 virtual ~SoftRaw();
57 DISALLOW_EVIL_CONSTRUCTORS(SoftRaw);
H A DSoftRaw.cpp18 #define LOG_TAG "SoftRaw"
21 #include "SoftRaw.h"
37 SoftRaw::SoftRaw( function in class:android::SoftRaw
50 SoftRaw::~SoftRaw() {
53 void SoftRaw::initPorts() {
94 status_t SoftRaw::initDecoder() {
98 OMX_ERRORTYPE SoftRaw::internalGetParameter(
129 OMX_ERRORTYPE SoftRaw
[all...]

Completed in 90 milliseconds