Lines Matching defs:width
39 /* Minimum and maximum frame width/height */
817 unsigned int hsize = src_q_data->format.width;
891 picture_size = (q_data->format.width << FD1_RPF_SIZE_H_SHIFT)
1435 pix->width / hsub * fmt->bpp[i] / 8,
1461 unsigned int width;
1495 * Align the width and height for YUV 4:2:2 and 4:2:0 formats and clamp
1500 width = round_down(pix->width, fmt->hsub);
1501 pix->width = clamp(width, FDP1_MIN_W, FDP1_MAX_W);
1576 * The frame width is identical to the output queue, and the height is
1580 pix->width = src_data->format.width;
1601 f->fmt.pix_mp.width, f->fmt.pix_mp.height, f->fmt.pix_mp.field);
1676 f->fmt.pix_mp.width, f->fmt.pix_mp.height, f->fmt.pix_mp.field);
1945 stride = round_up(q_data->format.width, 8);