Lines Matching defs:height
85 int width, height;
203 static int device_init(AVFormatContext *ctx, int *width, int *height,
211 fmt.fmt.pix.height = *height;
220 if ((*width != fmt.fmt.pix.width) || (*height != fmt.fmt.pix.height)) {
223 *width, *height, fmt.fmt.pix.width, fmt.fmt.pix.height);
225 *height = fmt.fmt.pix.height;
269 vfse.discrete.width, vfse.discrete.height);
780 int *height,
789 ret = device_init(ctx, width, height, *desired_format);
806 ret = device_init(ctx, width, height, *desired_format);
921 if (!s->width && !s->height) {
934 s->height = fmt.fmt.pix.height;
936 "Setting frame size to %dx%d\n", s->width, s->height);
939 res = device_try_init(ctx, pix_fmt, &s->width, &s->height, &desired_format, &codec_id);
950 if ((res = av_image_check_size(s->width, s->height, 0, ctx)) < 0)
961 s->width, s->height, 1);
982 st->codecpar->height = s->height;