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.cpp110 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
180 if (port->format.video.eCompressionFormat != OMX_VIDEO_CodingUnused
314 formatParams->eCompressionFormat = OMX_VIDEO_CodingUnused;
/frameworks/native/include/media/openmax/
H A DOMX_AsString.h701 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 DACodec.cpp2172 if (compressionFormat == OMX_VIDEO_CodingUnused
2255 if (format.eCompressionFormat != OMX_VIDEO_CodingUnused) {
2308 *codingType = OMX_VIDEO_CodingUnused;
2356 kPortIndexOutput, OMX_VIDEO_CodingUnused, colorFormat, haveNativeWindow);
2387 kPortIndexOutput, width, height, OMX_VIDEO_CodingUnused);
2406 kPortIndexInput, OMX_VIDEO_CodingUnused, colorFormat);
2468 video_def->eCompressionFormat = OMX_VIDEO_CodingUnused;
3460 case OMX_VIDEO_CodingUnused:
H A DOMXCodec.cpp890 OMX_VIDEO_CODINGTYPE compressionFormat = OMX_VIDEO_CodingUnused;
913 kPortIndexInput, OMX_VIDEO_CodingUnused,
933 video_def->eCompressionFormat = OMX_VIDEO_CodingUnused;
1284 OMX_VIDEO_CODINGTYPE compressionFormat = OMX_VIDEO_CodingUnused;
1322 CHECK_EQ((int)format.eCompressionFormat, (int)OMX_VIDEO_CodingUnused);
4362 if (video_def->eCompressionFormat == OMX_VIDEO_CodingUnused) {

Completed in 406 milliseconds