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

/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h107 OMX_VIDEO_CODINGTYPE mCodingType; member in struct:android::SoftVideoDecoderOMXComponent
H A DSoftVideoEncoderOMXComponent.h96 OMX_VIDEO_CODINGTYPE mCodingType; member in struct:android::SoftVideoEncoderOMXComponent
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp68 mCodingType(codingType),
102 def.format.video.eCompressionFormat = mCodingType;
280 formatParams->eCompressionFormat = mCodingType;
364 if (formatParams->eCompressionFormat != mCodingType
H A DSoftVideoEncoderOMXComponent.cpp76 mCodingType(codingType),
137 def.format.video.eCompressionFormat = mCodingType;
194 if (port->format.video.eCompressionFormat != mCodingType
270 if (format->eCompressionFormat == mCodingType) {
339 formatParams->eCompressionFormat = mCodingType;

Completed in 904 milliseconds