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

  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 44 struct SoftAVC : public SoftVideoDecoderOMXComponent {
45 SoftAVC(const char *name, const OMX_CALLBACKTYPE *callbacks,
49 virtual ~SoftAVC();
115 DISALLOW_EVIL_CONSTRUCTORS(SoftAVC);
SoftAVCDec.cpp 62 SoftAVC::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::setFlushMode()
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 127 SoftAVC::SoftAVC(
161 SoftAVC::~SoftAVC() {
169 void SoftAVC::initEncParams() {
200 OMX_ERRORTYPE SoftAVC::setDimensions() {
225 OMX_ERRORTYPE SoftAVC::setNumCores() {
248 OMX_ERRORTYPE SoftAVC::setFrameRate() {
274 OMX_ERRORTYPE SoftAVC::setIpeParams() {
301 OMX_ERRORTYPE SoftAVC::setBitRate()
    [all...]