Searched refs:video_stype (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dv_profile.c | 75 .video_stype = 0x0, 92 .video_stype = 0x0, 109 .video_stype = 0x0, 126 .video_stype = 0x4, 143 .video_stype = 0x4, 160 .video_stype = 0x14, 177 .video_stype = 0x14, 194 .video_stype = 0x18, 211 .video_stype = 0x18, 228 .video_stype = 0x1, [all …]
|
D | dv.h | 84 #define DV_PROFILE_IS_HD(p) ((p)->video_stype & 0x10) 85 #define DV_PROFILE_IS_1080i50(p) (((p)->video_stype == 0x14) && ((p)->dsf == 1)) 86 #define DV_PROFILE_IS_1080i60(p) (((p)->video_stype == 0x14) && ((p)->dsf == 0)) 87 #define DV_PROFILE_IS_720p50(p) (((p)->video_stype == 0x18) && ((p)->dsf == 1))
|
D | dv_profile.h | 41 int video_stype; /* stype for VAUX source pack */ member
|
D | dvenc.c | 885 if (s->sys->video_stype == 4) { /* SD 422 */ in dv_encode_video_segment() 1057 c->sys->video_stype; /* signal type video compression */ in dv_write_pack()
|
D | dvdec.c | 491 if (s->sys->video_stype == 4) { /* SD 422 */ in dv_decode_video_segment()
|
/third_party/ffmpeg/libavformat/ |
D | dvenc.c | 129 (DV_PROFILE_IS_HD(c->sys) ? 0x3 : c->sys->video_stype ? 2 : 0); /* stype */ in dv_write_pack()
|