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

/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp124 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
282 formatParams->eCompressionFormat = OMX_VIDEO_CodingUnused;
353 if (formatParams->eCompressionFormat != OMX_VIDEO_CodingUnused
H A DSoftVideoEncoderOMXComponent.cpp112 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
182 if (port->format.video.eCompressionFormat != OMX_VIDEO_CodingUnused
316 formatParams->eCompressionFormat = OMX_VIDEO_CodingUnused;
/frameworks/native/include/media/openmax/
H A DOMX_AsString.h705 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
138 * component. When OMX_VIDEO_CodingUnused is
170 * component. When OMX_VIDEO_CodingUnused is specified,
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp898 OMX_VIDEO_CODINGTYPE compressionFormat = OMX_VIDEO_CodingUnused;
921 kPortIndexInput, OMX_VIDEO_CodingUnused,
941 video_def->eCompressionFormat = OMX_VIDEO_CodingUnused;
1292 OMX_VIDEO_CODINGTYPE compressionFormat = OMX_VIDEO_CodingUnused;
1330 CHECK_EQ((int)format.eCompressionFormat, (int)OMX_VIDEO_CodingUnused);
4173 if (video_def->eCompressionFormat == OMX_VIDEO_CodingUnused) {
H A DACodec.cpp2719 if (compressionFormat == OMX_VIDEO_CodingUnused
2802 if (format.eCompressionFormat != OMX_VIDEO_CodingUnused) {
2855 *codingType = OMX_VIDEO_CodingUnused;
2903 kPortIndexOutput, OMX_VIDEO_CodingUnused, colorFormat, haveNativeWindow);
2934 kPortIndexOutput, width, height, OMX_VIDEO_CodingUnused);
2953 kPortIndexInput, OMX_VIDEO_CodingUnused, colorFormat);
3015 video_def->eCompressionFormat = OMX_VIDEO_CodingUnused;
4015 case OMX_VIDEO_CodingUnused:

Completed in 188 milliseconds