Home
last modified time | relevance | path

Searched refs:SoftAVC (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp62 SoftAVC::SoftAVC( in SoftAVC() function in android::SoftAVC
91 SoftAVC::~SoftAVC() { in ~SoftAVC()
119 void SoftAVC::logVersion() { in logVersion()
145 status_t SoftAVC::setParams(size_t stride) { in setParams()
171 status_t SoftAVC::resetPlugin() { in resetPlugin()
184 status_t SoftAVC::resetDecoder() { in resetDecoder()
208 status_t SoftAVC::setNumCores() { in setNumCores()
227 status_t SoftAVC::setFlushMode() { in setFlushMode()
251 status_t SoftAVC::initDecoder() { in initDecoder()
306 status_t SoftAVC::deInitDecoder() { in deInitDecoder()
[all …]
DSoftAVCDec.h44 struct SoftAVC : public SoftVideoDecoderOMXComponent { struct
45 SoftAVC(const char *name, const OMX_CALLBACKTYPE *callbacks,
49 virtual ~SoftAVC();
115 DISALLOW_EVIL_CONSTRUCTORS(SoftAVC); argument
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp127 SoftAVC::SoftAVC( in SoftAVC() function in android::SoftAVC
161 SoftAVC::~SoftAVC() { in ~SoftAVC()
169 void SoftAVC::initEncParams() { in initEncParams()
200 OMX_ERRORTYPE SoftAVC::setDimensions() { in setDimensions()
225 OMX_ERRORTYPE SoftAVC::setNumCores() { in setNumCores()
248 OMX_ERRORTYPE SoftAVC::setFrameRate() { in setFrameRate()
274 OMX_ERRORTYPE SoftAVC::setIpeParams() { in setIpeParams()
301 OMX_ERRORTYPE SoftAVC::setBitRate() { in setBitRate()
325 OMX_ERRORTYPE SoftAVC::setFrameType(IV_PICTURE_CODING_TYPE_T e_frame_type) { in setFrameType()
349 OMX_ERRORTYPE SoftAVC::setQp() { in setQp()
[all …]
DSoftAVCEnc.h120 struct SoftAVC : public SoftVideoEncoderOMXComponent { struct
121 SoftAVC(
137 virtual ~SoftAVC();
256 DISALLOW_EVIL_CONSTRUCTORS(SoftAVC);