Home
last modified time | relevance | path

Searched refs:mCodingType (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.cpp70 mCodingType(codingType), in GoldfishVideoDecoderOMXComponent()
122 def.format.video.eCompressionFormat = mCodingType; in initPorts()
368 formatParams->eCompressionFormat = mCodingType; in internalGetParameter()
448 if (formatParams->eCompressionFormat != mCodingType in internalSetParameter()
DGoldfishVideoDecoderOMXComponent.h185 OMX_VIDEO_CODINGTYPE mCodingType; member