Lines Matching refs:full_height
177 geo->src.full_width, geo->src.full_height); in mxr_geometry_dump()
183 geo->dst.full_width, geo->dst.full_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()
225 layer->geo.dst.full_height == mbus_fmt.width) in mxr_layer_update_output()
229 layer->geo.dst.full_height = mbus_fmt.height; in mxr_layer_update_output()
306 pix->height = layer->geo.src.full_height; in mxr_g_fmt()
336 geo->src.full_height = max(geo->dst.full_height, pix->height); in mxr_s_fmt()
349 geo->src.full_height = 0; in mxr_s_fmt()
383 s->r.height = geo->src.full_height; in mxr_g_selection()
397 s->r.height = geo->dst.full_height; in mxr_g_selection()
444 res.height = geo->src.full_height; in mxr_s_selection()
451 res.height = geo->dst.full_height; in mxr_s_selection()
900 layer->geo.src.full_height); in queue_setup()