Lines Matching refs:height

179 		geo->src.width, geo->src.height);  in mxr_geometry_dump()
185 geo->dst.width, geo->dst.height); in mxr_geometry_dump()
202 layer->geo.dst.full_height = mbus_fmt.height; in mxr_layer_default_geo()
204 layer->geo.dst.height = layer->geo.dst.full_height; in mxr_layer_default_geo()
208 layer->geo.src.full_height = mbus_fmt.height; in mxr_layer_default_geo()
210 layer->geo.src.height = layer->geo.src.full_height; in mxr_layer_default_geo()
229 layer->geo.dst.full_height = mbus_fmt.height; in mxr_layer_update_output()
265 unsigned int width, unsigned int height) in mxr_get_plane_size() argument
268 unsigned int bl_height = divup(height, blk->height); in mxr_get_plane_size()
274 const struct mxr_format *fmt, u32 width, u32 height) in mxr_mplane_fill() argument
288 u32 bl_height = divup(height, blk->height); in mxr_mplane_fill()
290 u32 bytesperline = bl_width * blk->size / blk->height; in mxr_mplane_fill()
306 pix->height = layer->geo.src.full_height; in mxr_g_fmt()
310 mxr_mplane_fill(pix->plane_fmt, layer->fmt, pix->width, pix->height); in mxr_g_fmt()
336 geo->src.full_height = max(geo->dst.full_height, pix->height); in mxr_s_fmt()
341 geo->src.height = pix->height; in mxr_s_fmt()
376 s->r.height = geo->src.height; in mxr_g_selection()
383 s->r.height = geo->src.full_height; in mxr_g_selection()
390 s->r.height = geo->dst.height; in mxr_g_selection()
397 s->r.height = geo->dst.full_height; in mxr_g_selection()
415 if (a->top + a->height > b->top + b->height) in mxr_is_rect_inside()
433 s->r.width, s->r.height, s->r.left, s->r.top); in mxr_s_selection()
444 res.height = geo->src.full_height; in mxr_s_selection()
451 res.height = geo->dst.full_height; in mxr_s_selection()
475 target->height = s->r.height; in mxr_s_selection()
483 res.height = target->height; in mxr_s_selection()