Searched refs:SoftVideoDecoderOMXComponent (Results 1 – 13 of 13) sorted by relevance
43 SoftVideoDecoderOMXComponent::SoftVideoDecoderOMXComponent( in SoftVideoDecoderOMXComponent() function in android::SoftVideoDecoderOMXComponent81 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 …]
83 "SoftVideoDecoderOMXComponent.cpp",
39 struct SoftVideoDecoderOMXComponent : public SimpleSoftOMXComponent { struct40 SoftVideoDecoderOMXComponent(192 DISALLOW_EVIL_CONSTRUCTORS(SoftVideoDecoderOMXComponent); argument
52 : SoftVideoDecoderOMXComponent( in SoftMPEG4()359 SoftVideoDecoderOMXComponent::handlePortSettingsChange( in handlePortSettingsChange()393 SoftVideoDecoderOMXComponent::onReset(); in onReset()404 SoftVideoDecoderOMXComponent::updatePortDefinitions(updateCrop, updateInputSize); in updatePortDefinitions()
27 struct SoftMPEG4 : public SoftVideoDecoderOMXComponent {
31 struct SoftVPX : public SoftVideoDecoderOMXComponent {
46 : SoftVideoDecoderOMXComponent( in SoftVPX()
52 struct SoftHEVC: public SoftVideoDecoderOMXComponent {
60 : SoftVideoDecoderOMXComponent(name, componentName, codingType, in SoftHEVC()374 SoftVideoDecoderOMXComponent::onReset(); in onReset()
44 struct SoftAVC : public SoftVideoDecoderOMXComponent {
67 : SoftVideoDecoderOMXComponent( in SoftAVC()333 SoftVideoDecoderOMXComponent::onReset(); in onReset()
55 struct SoftMPEG2 : public SoftVideoDecoderOMXComponent {
60 : SoftVideoDecoderOMXComponent( in SoftMPEG2()457 SoftVideoDecoderOMXComponent::onReset(); in onReset()509 OMX_ERRORTYPE ret = SoftVideoDecoderOMXComponent::internalSetParameter(index, params); in internalSetParameter()