Lines Matching defs:height
39 /* Minimum and maximum frame width/height */
818 unsigned int vsize = src_q_data->format.height;
1440 * pix->height / vsub;
1462 unsigned int height;
1495 * Align the width and height for YUV 4:2:2 and 4:2:0 formats and clamp
1496 * them to the supported frame size range. The height boundary are
1503 height = round_down(pix->height, fmt->vsub);
1505 pix->height = clamp(height, FDP1_MIN_H / 2, FDP1_MAX_H / 2);
1507 pix->height = clamp(height, FDP1_MIN_H, FDP1_MAX_H);
1576 * The frame width is identical to the output queue, and the height is
1582 pix->height = 2 * src_data->format.height;
1584 pix->height = src_data->format.height;
1601 f->fmt.pix_mp.width, f->fmt.pix_mp.height, f->fmt.pix_mp.field);
1621 q_data->vsize = pix->height;
1642 * size, override the field and double the height if needed.
1650 dst_data->format.height *= 2;
1654 dst_data->vsize = dst_data->format.height;
1676 f->fmt.pix_mp.width, f->fmt.pix_mp.height, f->fmt.pix_mp.field);
1811 * the mem-to-mem API, use the height as a heuristic.
1813 fbuf->field = (q_data->format.height < 576) == field_num