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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp255 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
334 formatParams->eCompressionFormat = OMX_VIDEO_CodingUnused;
461 if (def->format.video.eCompressionFormat != OMX_VIDEO_CodingUnused ||
523 if (formatParams->eCompressionFormat != OMX_VIDEO_CodingUnused ||
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp110 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
171 formatParams->eCompressionFormat = OMX_VIDEO_CodingUnused;
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp393 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
464 formatParams->eCompressionFormat = OMX_VIDEO_CodingUnused;
573 if (def->format.video.eCompressionFormat != OMX_VIDEO_CodingUnused ||
631 if (formatParams->eCompressionFormat != OMX_VIDEO_CodingUnused ||
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp155 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
196 formatParams->eCompressionFormat = OMX_VIDEO_CodingUnused;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp152 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
193 formatParams->eCompressionFormat = OMX_VIDEO_CodingUnused;
/frameworks/native/include/media/openmax/
H A DOMX_Video.h79 OMX_VIDEO_CodingUnused, /**< Value when coding is N/A */ enumerator in enum:OMX_VIDEO_CODINGTYPE
136 * component. When OMX_VIDEO_CodingUnused is
168 * component. When OMX_VIDEO_CodingUnused is specified,
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp787 OMX_VIDEO_CODINGTYPE compressionFormat = OMX_VIDEO_CodingUnused;
808 kPortIndexInput, OMX_VIDEO_CodingUnused,
828 video_def->eCompressionFormat = OMX_VIDEO_CodingUnused;
1180 OMX_VIDEO_CODINGTYPE compressionFormat = OMX_VIDEO_CodingUnused;
1214 CHECK_EQ((int)format.eCompressionFormat, (int)OMX_VIDEO_CodingUnused);
4035 "OMX_VIDEO_CodingUnused",
4431 if (video_def->eCompressionFormat == OMX_VIDEO_CodingUnused) {
H A DACodec.cpp1404 CHECK_EQ((int)format.eCompressionFormat, (int)OMX_VIDEO_CodingUnused);
1431 *codingType = OMX_VIDEO_CodingUnused;
1468 kPortIndexOutput, width, height, OMX_VIDEO_CodingUnused);
1487 kPortIndexInput, OMX_VIDEO_CodingUnused, colorFormat);
1548 video_def->eCompressionFormat = OMX_VIDEO_CodingUnused;

Completed in 669 milliseconds