HomeSort by relevance Sort by last modified time
    Searched refs:SimpleSoftOMXComponent (Results 26 - 34 of 34) sorted by null

12

  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 52 : SimpleSoftOMXComponent(name, callbacks, appData, component),
103 return SimpleSoftOMXComponent::initCheck();
190 return SimpleSoftOMXComponent::internalGetParameter(index, params);
261 return SimpleSoftOMXComponent::internalSetParameter(index, params);
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 65 : SimpleSoftOMXComponent(name, callbacks, appData, component),
236 return SimpleSoftOMXComponent::internalSetParameter(index, param);
290 return SimpleSoftOMXComponent::internalSetParameter(index, param);
347 return SimpleSoftOMXComponent::internalGetParameter(index, param);
613 return SimpleSoftOMXComponent::getExtensionIndex(name, index);
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 45 : SimpleSoftOMXComponent(name, callbacks, appData, component),
220 return SimpleSoftOMXComponent::internalGetParameter(index, params);
305 return SimpleSoftOMXComponent::internalSetParameter(index, params);
SoftAACEncoder2.cpp 43 : SimpleSoftOMXComponent(name, callbacks, appData, component),
224 return SimpleSoftOMXComponent::internalGetParameter(index, params);
327 return SimpleSoftOMXComponent::internalSetParameter(index, params);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 46 : SimpleSoftOMXComponent(name, callbacks, appData, component),
217 return SimpleSoftOMXComponent::internalGetParameter(index, params);
316 return SimpleSoftOMXComponent::internalSetParameter(index, params);
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp 51 : SimpleSoftOMXComponent(name, callbacks, appData, component),
176 return SimpleSoftOMXComponent::internalGetParameter(index, params);
210 return SimpleSoftOMXComponent::internalSetParameter(index, params);
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 50 : SimpleSoftOMXComponent(name, callbacks, appData, component),
188 return SimpleSoftOMXComponent::internalGetParameter(index, params);
222 return SimpleSoftOMXComponent::internalSetParameter(index, params);
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 63 : SimpleSoftOMXComponent(name, callbacks, appData, component),
275 return SimpleSoftOMXComponent::internalGetParameter(index, params);
395 return SimpleSoftOMXComponent::internalSetParameter(index, params);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 474 return SimpleSoftOMXComponent::setConfig(index, _params);

Completed in 1711 milliseconds

12