Home
last modified time | relevance | path

Searched refs:AV_CODEC_ID_DVVIDEO (Results 1 – 20 of 20) sorted by relevance

/third_party/ffmpeg/libavformat/
Disom_tags.c90 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', 'p') }, /* DV PAL */
91 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', ' ') }, /* DV NTSC */
92 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'p', 'p') }, /* DVCPRO PAL produced by FCP */
93 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', '5', 'p') }, /* DVCPRO50 PAL produced by FCP */
94 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', '5', 'n') }, /* DVCPRO50 NTSC produced by FCP */
95 { AV_CODEC_ID_DVVIDEO, MKTAG('A', 'V', 'd', 'v') }, /* AVID DV */
96 { AV_CODEC_ID_DVVIDEO, MKTAG('A', 'V', 'd', '1') }, /* AVID DV100 */
97 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', 'q') }, /* DVCPRO HD 720p50 */
98 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', 'p') }, /* DVCPRO HD 720p60 */
99 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', '1') },
[all …]
Driff.c136 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 's', 'd') },
137 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', 'd') },
138 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', '1') },
139 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 's', 'l') },
140 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', '2', '5') },
141 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', '5', '0') },
143 { AV_CODEC_ID_DVVIDEO, MKTAG('c', 'd', 'v', 'c') },
145 { AV_CODEC_ID_DVVIDEO, MKTAG('C', 'D', 'V', 'H') },
147 { AV_CODEC_ID_DVVIDEO, MKTAG('C', 'D', 'V', '5') },
148 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', ' ') },
[all …]
Dlxfdec.c40 { AV_CODEC_ID_DVVIDEO, 4 }, //DV25
41 { AV_CODEC_ID_DVVIDEO, 5 }, //DVCPRO
42 { AV_CODEC_ID_DVVIDEO, 6 }, //DVCPRO50
Dgxfenc.c106 { AV_CODEC_ID_DVVIDEO , 13 }, /* NTSC */
107 { AV_CODEC_ID_DVVIDEO , 14 }, /* PAL */
108 { AV_CODEC_ID_DVVIDEO , 15 }, /* 50M NTSC */
109 { AV_CODEC_ID_DVVIDEO , 16 }, /* 50M PAL */
631 case AV_CODEC_ID_DVVIDEO: in gxf_write_umf_media_description()
800 case AV_CODEC_ID_DVVIDEO: in gxf_write_header()
930 } else if (st->codecpar->codec_id == AV_CODEC_ID_DVVIDEO) { in gxf_write_media_preamble()
Drtpdec_dv.c137 .codec_id = AV_CODEC_ID_DVVIDEO,
Dmxf.c46 …4,0x01,0x01,0x01,0x04,0x01,0x02,0x02,0x02,0x01,0x02,0x00 }, 13, AV_CODEC_ID_DVVIDEO }, /* DV25 …
Ddvenc.c323 if (st->codecpar->codec_id != AV_CODEC_ID_DVVIDEO) in dv_init_mux()
445 .video_codec = AV_CODEC_ID_DVVIDEO,
Dgxf.c126 st->codecpar->codec_id = AV_CODEC_ID_DVVIDEO; in get_sindex()
557 if (st->codecpar->codec_id == AV_CODEC_ID_DVVIDEO) in gxf_packet()
Dmxfenc.c139 { AV_CODEC_ID_DVVIDEO, INDEX_DV },
1125 if (st->codecpar->codec_id == AV_CODEC_ID_DVVIDEO) { in mxf_write_cdci_common()
1245 case 576: f1 = 23; f2 = st->codecpar->codec_id == AV_CODEC_ID_DVVIDEO ? 335 : 336; break; in mxf_write_cdci_common()
1247 case 480: f1 = 20; f2 = st->codecpar->codec_id == AV_CODEC_ID_DVVIDEO ? 285 : 283; break; in mxf_write_cdci_common()
2576 st->codecpar->codec_id == AV_CODEC_ID_DVVIDEO) in mxf_write_header()
2922 } else if (st->codecpar->codec_id == AV_CODEC_ID_DVVIDEO) { in mxf_write_packet()
Ddv.c331 c->vst->codecpar->codec_id = AV_CODEC_ID_DVVIDEO; in dv_init_demux()
Dmxfdec.c1430 …4,0x01,0x01,0x01,0x0d,0x01,0x03,0x01,0x02,0x02,0x41,0x01 }, 14, AV_CODEC_ID_DVVIDEO, NULL, 15 }…
Dmovenc.c1675 (track->par->codec_id == AV_CODEC_ID_DVVIDEO || in mov_get_codec_tag()
1682 if (track->par->codec_id == AV_CODEC_ID_DVVIDEO) in mov_get_codec_tag()
/third_party/ffmpeg/libavcodec/
Dcodec_id.h73 AV_CODEC_ID_DVVIDEO, enumerator
Ddvdec.c626 .id = AV_CODEC_ID_DVVIDEO,
Ddvenc.c1219 .id = AV_CODEC_ID_DVVIDEO,
Dcodec_desc.c203 .id = AV_CODEC_ID_DVVIDEO,
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcodecmap.c316 case AV_CODEC_ID_DVVIDEO: in gst_ff_vid_caps_new()
1157 case AV_CODEC_ID_DVVIDEO: in gst_ffmpeg_codecid_to_caps()
3447 case AV_CODEC_ID_DVVIDEO: in gst_ffmpeg_caps_with_codecid()
3778 { AV_CODEC_ID_DVVIDEO, AV_CODEC_ID_NONE }; in gst_ffmpeg_formatid_get_codecids() enumerator
3788 AV_CODEC_ID_H264, AV_CODEC_ID_DVVIDEO, in gst_ffmpeg_formatid_get_codecids() enumerator
3938 id = AV_CODEC_ID_DVVIDEO; in gst_ffmpeg_caps_to_codecid()
Dgstavviddec.c2670 case AV_CODEC_ID_DVVIDEO: in gst_ffmpegviddec_register()
/third_party/ffmpeg/libavdevice/
Dvfwcap.c87 return AV_CODEC_ID_DVVIDEO; in vfw_codecid()
Davfoundation.m659 stream->codecpar->codec_id = AV_CODEC_ID_DVVIDEO;