Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DSoftVideoEncoderOMXComponent.cpp78 mCodingType(codingType), in SoftVideoEncoderOMXComponent()
139 def.format.video.eCompressionFormat = mCodingType; in initPorts()
196 if (port->format.video.eCompressionFormat != mCodingType in internalSetPortParams()
272 if (format->eCompressionFormat == mCodingType) { in internalSetParameter()
341 formatParams->eCompressionFormat = mCodingType; in internalGetParameter()
DSoftVideoDecoderOMXComponent.cpp70 mCodingType(codingType), in SoftVideoDecoderOMXComponent()
122 def.format.video.eCompressionFormat = mCodingType; in initPorts()
368 formatParams->eCompressionFormat = mCodingType; in internalGetParameter()
448 if (formatParams->eCompressionFormat != mCodingType in internalSetParameter()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoEncoderOMXComponent.h99 OMX_VIDEO_CODINGTYPE mCodingType; member
DSoftVideoDecoderOMXComponent.h185 OMX_VIDEO_CODINGTYPE mCodingType; member