Lines Matching defs:width
338 const int width = avio_rl16(pb);
346 linesize = width;
351 linesize = width * 2;
354 linesize = width * 4;
363 if (av_image_check_size(width, height, 0, s) < 0 ||
366 av_log(s, AV_LOG_ERROR, "invalid frame size %dx%d\n", width, height);
373 ch_id, bmp_fmt, width, height, linesize, len, out_len, colormapsize);
418 if (!st->codecpar->width && !st->codecpar->height) {
419 st->codecpar->width = width;
422 ff_add_param_change(pkt, 0, 0, 0, width, height);