Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddv_profile.c76 .video_stype = 0x0,
93 .video_stype = 0x0,
110 .video_stype = 0x0,
127 .video_stype = 0x4,
144 .video_stype = 0x4,
161 .video_stype = 0x14,
178 .video_stype = 0x14,
195 .video_stype = 0x18,
212 .video_stype = 0x18,
229 .video_stype = 0x1,
[all …]
Ddv.h83 #define DV_PROFILE_IS_HD(p) ((p)->video_stype & 0x10)
84 #define DV_PROFILE_IS_1080i50(p) (((p)->video_stype == 0x14) && ((p)->dsf == 1))
85 #define DV_PROFILE_IS_1080i60(p) (((p)->video_stype == 0x14) && ((p)->dsf == 0))
86 #define DV_PROFILE_IS_720p50(p) (((p)->video_stype == 0x18) && ((p)->dsf == 1))
Ddv_profile.h40 int video_stype; /* stype for VAUX source pack */ member
Ddvenc.c894 if (s->sys->video_stype == 4) { /* SD 422 */ in dv_encode_video_segment()
1058 c->sys->video_stype; /* signal type video compression */ in dv_write_pack()
Ddvdec.c554 if (s->sys->video_stype == 4) { /* SD 422 */ in dv_decode_video_segment()
/third_party/ffmpeg/libavformat/
Ddvenc.c128 (DV_PROFILE_IS_HD(c->sys) ? 0x3 : c->sys->video_stype ? 2 : 0); /* stype */ in dv_write_pack()