Lines Matching defs:height
82 .height = 480,
99 .height = 576,
116 .height = 576,
133 .height = 480,
150 .height = 576,
167 .height = 1080,
184 .height = 1080,
201 .height = 720,
218 .height = 720,
235 .height = 576,
254 p->width, p->height, av_get_pix_fmt_name(p->pix_fmt),
305 const AVDVProfile *av_dv_codec_profile(int width, int height,
309 return av_dv_codec_profile2(width, height, pix_fmt, (AVRational){0, 0});
315 const AVDVProfile *av_dv_codec_profile2(int width, int height,
326 if (height == dv_profiles[i].height &&