Lines Matching defs:width
83 .width = 720,
100 .width = 720,
117 .width = 720,
134 .width = 720,
151 .width = 720,
168 .width = 1280,
185 .width = 1440,
202 .width = 960,
219 .width = 960,
236 .width = 720,
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,
328 width == dv_profiles[i].width)