Searched refs:OMX_VIDEO_CodingUnused (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp141 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
360 formatParams->eCompressionFormat = OMX_VIDEO_CodingUnused;
443 if (formatParams->eCompressionFormat != OMX_VIDEO_CodingUnused
H A DSoftVideoEncoderOMXComponent.cpp110 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
185 if (port->format.video.eCompressionFormat != OMX_VIDEO_CodingUnused
335 formatParams->eCompressionFormat = OMX_VIDEO_CodingUnused;
/frameworks/native/include/media/openmax/
H A DOMX_AsString.h729 case OMX_VIDEO_CodingUnused: return "Unused";
H A DOMX_Video.h79 OMX_VIDEO_CodingUnused, /**< Value when coding is N/A */ enumerator in enum:OMX_VIDEO_CODINGTYPE
139 * component. When OMX_VIDEO_CodingUnused is
171 * component. When OMX_VIDEO_CodingUnused is specified,
/frameworks/av/media/libstagefright/
H A DACodec.cpp3089 if (compressionFormat == OMX_VIDEO_CodingUnused
3177 if (format.eCompressionFormat != OMX_VIDEO_CodingUnused) {
3231 *codingType = OMX_VIDEO_CodingUnused;
3317 kPortIndexOutput, OMX_VIDEO_CodingUnused, colorFormat, haveNativeWindow);
3366 kPortIndexOutput, width, height, OMX_VIDEO_CodingUnused);
3721 kPortIndexInput, OMX_VIDEO_CodingUnused, colorFormat);
3783 video_def->eCompressionFormat = OMX_VIDEO_CodingUnused;
4951 case OMX_VIDEO_CodingUnused:

Completed in 2385 milliseconds