Searched refs:SoftAVC (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h29 struct SoftAVC : public SoftVideoDecoderOMXComponent { struct in namespace:android
30 SoftAVC(const char *name,
36 virtual ~SoftAVC();
78 DISALLOW_EVIL_CONSTRUCTORS(SoftAVC);
H A DSoftAVC.cpp18 #define LOG_TAG "SoftAVC"
21 #include "SoftAVC.h"
50 SoftAVC::SoftAVC( function in class:android::SoftAVC
76 SoftAVC::~SoftAVC() {
94 status_t SoftAVC::initDecoder() {
102 void SoftAVC::onQueueFilled(OMX_U32 /* portIndex */) {
220 SoftVideoDecoderOMXComponent::CropSettingsMode SoftAVC::handleCropParams(
241 void SoftAVC
[all...]
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h44 struct SoftAVC : public SoftVideoDecoderOMXComponent { struct in namespace:android
45 SoftAVC(const char *name, const OMX_CALLBACKTYPE *callbacks,
49 virtual ~SoftAVC();
115 DISALLOW_EVIL_CONSTRUCTORS(SoftAVC);
H A DSoftAVCDec.cpp62 SoftAVC::SoftAVC( function in class:android::SoftAVC
91 SoftAVC::~SoftAVC() {
119 void SoftAVC::logVersion() {
145 status_t SoftAVC::setParams(size_t stride) {
171 status_t SoftAVC::resetPlugin() {
184 status_t SoftAVC::resetDecoder() {
208 status_t SoftAVC::setNumCores() {
227 status_t SoftAVC
[all...]
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp128 SoftAVC::SoftAVC( function in class:android::SoftAVC
162 SoftAVC::~SoftAVC() {
170 void SoftAVC::initEncParams() {
201 OMX_ERRORTYPE SoftAVC::setDimensions() {
226 OMX_ERRORTYPE SoftAVC::setNumCores() {
249 OMX_ERRORTYPE SoftAVC::setFrameRate() {
275 OMX_ERRORTYPE SoftAVC::setIpeParams() {
302 OMX_ERRORTYPE SoftAVC
[all...]
H A DSoftAVCEnc.h120 struct SoftAVC : public SoftVideoEncoderOMXComponent { struct in namespace:android
121 SoftAVC(
137 virtual ~SoftAVC();
256 DISALLOW_EVIL_CONSTRUCTORS(SoftAVC);

Completed in 106 milliseconds