Lines Matching full:height
149 sink_crop->height == sink_fmt->height && in rkisp1_dcrop_config()
160 rkisp1_write(rkisp1, rsz->config->dual_crop.v_size, sink_crop->height); in rkisp1_dcrop_config()
166 sink_fmt->width, sink_fmt->height, in rkisp1_dcrop_config()
167 sink_crop->width, sink_crop->height); in rkisp1_dcrop_config()
245 if (sink_y->height != src_y->height) { in rkisp1_rsz_config_regs()
247 if (sink_y->height < src_y->height) in rkisp1_rsz_config_regs()
249 ratio = rkisp1_rsz_calc_ratio(sink_y->height, src_y->height); in rkisp1_rsz_config_regs()
253 if (sink_c->height != src_c->height) { in rkisp1_rsz_config_regs()
255 if (sink_c->height < src_c->height) in rkisp1_rsz_config_regs()
257 ratio = rkisp1_rsz_calc_ratio(sink_c->height, src_c->height); in rkisp1_rsz_config_regs()
293 sink_c.height = sink_y->height / sink_yuv_info->vdiv; in rkisp1_rsz_config()
296 src_y.height = src_fmt->height; in rkisp1_rsz_config()
298 src_c.height = src_y.height / src_yuv_info->vdiv; in rkisp1_rsz_config()
309 rsz->id, sink_y->width, sink_y->height, in rkisp1_rsz_config()
310 src_fmt->width, src_fmt->height, in rkisp1_rsz_config()
311 sink_c.width, sink_c.height, src_c.width, src_c.height); in rkisp1_rsz_config()
313 if (sink_y->width == src_y.width && sink_y->height == src_y.height && in rkisp1_rsz_config()
314 sink_c.width == src_c.width && sink_c.height == src_c.height) { in rkisp1_rsz_config()
387 sink_fmt->height = RKISP1_DEFAULT_HEIGHT; in rkisp1_rsz_init_state()
397 sink_crop->height = RKISP1_DEFAULT_HEIGHT; in rkisp1_rsz_init_state()
429 src_fmt->height = clamp_t(u32, format->height, in rkisp1_rsz_set_src_fmt()
456 sink_crop->height = sink_fmt->height; in rkisp1_rsz_set_sink_crop()
465 sink_crop->height = r->height; in rkisp1_rsz_set_sink_crop()
498 sink_fmt->height = clamp_t(u32, format->height, in rkisp1_rsz_set_sink_fmt()
574 sel->r.height = mf_sink->height; in rkisp1_rsz_get_selection()
604 sel->pad, sel->r.left, sel->r.top, sel->r.width, sel->r.height); in rkisp1_rsz_set_selection()