HomeSort by relevance Sort by last modified time
    Searched refs:SoftRaw (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.h 27 struct SoftRaw : public SimpleSoftOMXComponent {
28 SoftRaw(const char *name,
34 virtual ~SoftRaw();
57 DISALLOW_EVIL_CONSTRUCTORS(SoftRaw);
Android.mk 5 SoftRaw.cpp
SoftRaw.cpp 18 #define LOG_TAG "SoftRaw"
21 #include "SoftRaw.h"
37 SoftRaw::SoftRaw(
50 SoftRaw::~SoftRaw() {
53 void SoftRaw::initPorts() {
94 status_t SoftRaw::initDecoder() {
98 OMX_ERRORTYPE SoftRaw::internalGetParameter(
129 OMX_ERRORTYPE SoftRaw::internalSetParameter
    [all...]

Completed in 381 milliseconds