Home
last modified time | relevance | path

Searched refs:AV_CODEC_ID_MSVIDEO1 (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
Driff.c332 { AV_CODEC_ID_MSVIDEO1, MKTAG('M', 'S', 'V', 'C') },
333 { AV_CODEC_ID_MSVIDEO1, MKTAG('m', 's', 'v', 'c') },
334 { AV_CODEC_ID_MSVIDEO1, MKTAG('C', 'R', 'A', 'M') },
335 { AV_CODEC_ID_MSVIDEO1, MKTAG('c', 'r', 'a', 'm') },
336 { AV_CODEC_ID_MSVIDEO1, MKTAG('W', 'H', 'A', 'M') },
337 { AV_CODEC_ID_MSVIDEO1, MKTAG('w', 'h', 'a', 'm') },
/third_party/ffmpeg/libavcodec/
Dcodec_id.h95 AV_CODEC_ID_MSVIDEO1, enumerator
Dmsvideo1.c355 .id = AV_CODEC_ID_MSVIDEO1,
Dmsvideo1enc.c299 .id = AV_CODEC_ID_MSVIDEO1,
Dcodec_desc.c358 .id = AV_CODEC_ID_MSVIDEO1,
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcodecmap.c1640 case AV_CODEC_ID_MSVIDEO1: in gst_ffmpeg_codecid_to_caps()