Home
last modified time | relevance | path

Searched refs:SoftVideoDecoderOMXComponent (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp43 SoftVideoDecoderOMXComponent::SoftVideoDecoderOMXComponent( in SoftVideoDecoderOMXComponent() function in android::SoftVideoDecoderOMXComponent
81 void SoftVideoDecoderOMXComponent::initPorts( in initPorts()
91 void SoftVideoDecoderOMXComponent::initPorts( in initPorts()
152 void SoftVideoDecoderOMXComponent::updatePortDefinitions(bool updateCrop, bool updateInputSize) { in updatePortDefinitions()
187 uint32_t SoftVideoDecoderOMXComponent::outputBufferWidth() { in outputBufferWidth()
191 uint32_t SoftVideoDecoderOMXComponent::outputBufferHeight() { in outputBufferHeight()
195 void SoftVideoDecoderOMXComponent::handlePortSettingsChange( in handlePortSettingsChange()
262 void SoftVideoDecoderOMXComponent::dumpColorAspects(const ColorAspects &colorAspects) { in dumpColorAspects()
270 bool SoftVideoDecoderOMXComponent::colorAspectsDiffer( in colorAspectsDiffer()
281 void SoftVideoDecoderOMXComponent::updateFinalColorAspects( in updateFinalColorAspects()
[all …]
DAndroid.bp83 "SoftVideoDecoderOMXComponent.cpp",
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h39 struct SoftVideoDecoderOMXComponent : public SimpleSoftOMXComponent { struct
40 SoftVideoDecoderOMXComponent(
192 DISALLOW_EVIL_CONSTRUCTORS(SoftVideoDecoderOMXComponent); argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp52 : SoftVideoDecoderOMXComponent( in SoftMPEG4()
359 SoftVideoDecoderOMXComponent::handlePortSettingsChange( in handlePortSettingsChange()
393 SoftVideoDecoderOMXComponent::onReset(); in onReset()
404 SoftVideoDecoderOMXComponent::updatePortDefinitions(updateCrop, updateInputSize); in updatePortDefinitions()
DSoftMPEG4.h27 struct SoftMPEG4 : public SoftVideoDecoderOMXComponent {
/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.h31 struct SoftVPX : public SoftVideoDecoderOMXComponent {
DSoftVPX.cpp46 : SoftVideoDecoderOMXComponent( in SoftVPX()
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.h52 struct SoftHEVC: public SoftVideoDecoderOMXComponent {
DSoftHEVC.cpp60 : SoftVideoDecoderOMXComponent(name, componentName, codingType, in SoftHEVC()
374 SoftVideoDecoderOMXComponent::onReset(); in onReset()
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.h44 struct SoftAVC : public SoftVideoDecoderOMXComponent {
DSoftAVCDec.cpp67 : SoftVideoDecoderOMXComponent( in SoftAVC()
333 SoftVideoDecoderOMXComponent::onReset(); in onReset()
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.h55 struct SoftMPEG2 : public SoftVideoDecoderOMXComponent {
DSoftMPEG2.cpp60 : SoftVideoDecoderOMXComponent( in SoftMPEG2()
457 SoftVideoDecoderOMXComponent::onReset(); in onReset()
509 OMX_ERRORTYPE ret = SoftVideoDecoderOMXComponent::internalSetParameter(index, params); in internalSetParameter()