Home
last modified time | relevance | path

Searched refs:GoldfishVideoDecoderOMXComponent (Results 1 – 7 of 7) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.cpp43 GoldfishVideoDecoderOMXComponent::GoldfishVideoDecoderOMXComponent( in GoldfishVideoDecoderOMXComponent() function in android::GoldfishVideoDecoderOMXComponent
81 void GoldfishVideoDecoderOMXComponent::initPorts( in initPorts()
91 void GoldfishVideoDecoderOMXComponent::initPorts( in initPorts()
152 void GoldfishVideoDecoderOMXComponent::updatePortDefinitions(bool updateCrop, bool updateInputSize)… in updatePortDefinitions()
187 uint32_t GoldfishVideoDecoderOMXComponent::outputBufferWidth() { in outputBufferWidth()
191 uint32_t GoldfishVideoDecoderOMXComponent::outputBufferHeight() { in outputBufferHeight()
195 void GoldfishVideoDecoderOMXComponent::handlePortSettingsChange( in handlePortSettingsChange()
262 void GoldfishVideoDecoderOMXComponent::dumpColorAspects(const ColorAspects &colorAspects) { in dumpColorAspects()
270 bool GoldfishVideoDecoderOMXComponent::colorAspectsDiffer( in colorAspectsDiffer()
281 void GoldfishVideoDecoderOMXComponent::updateFinalColorAspects( in updateFinalColorAspects()
[all …]
DGoldfishVideoDecoderOMXComponent.h36 struct GoldfishVideoDecoderOMXComponent : public SimpleGoldfishOMXComponent { struct
37 GoldfishVideoDecoderOMXComponent(
192 DISALLOW_EVIL_CONSTRUCTORS(GoldfishVideoDecoderOMXComponent); argument
DAndroid.mk21 GoldfishVideoDecoderOMXComponent.cpp \
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp78 : GoldfishVideoDecoderOMXComponent( in GoldfishAVCDec()
170 GoldfishVideoDecoderOMXComponent::onReset(); in onReset()
556 return GoldfishVideoDecoderOMXComponent::internalGetParameter(index, params); in internalGetParameter()
603 return GoldfishVideoDecoderOMXComponent::internalSetParameter(index, params); in internalSetParameter()
623 return GoldfishVideoDecoderOMXComponent::getExtensionIndex(name, index); in getExtensionIndex()
DGoldfishAVCDec.h56 struct GoldfishAVCDec : public GoldfishVideoDecoderOMXComponent {
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp63 : GoldfishVideoDecoderOMXComponent( in GoldfishVPX()
415 return GoldfishVideoDecoderOMXComponent::internalGetParameter( in internalGetParameter()
470 return GoldfishVideoDecoderOMXComponent::internalSetParameter( in internalSetParameter()
494 return GoldfishVideoDecoderOMXComponent::getExtensionIndex(name, index); in getExtensionIndex()
DGoldfishVPX.h40 struct GoldfishVPX : public GoldfishVideoDecoderOMXComponent {