Home
last modified time | relevance | path

Searched refs:in_height (Results 1 – 6 of 6) sorted by relevance

/drivers/video/fbdev/omap2/dss/
Ddispc.c2154 u16 in_width, in_height; in dispc_ovl_calc_scaling_24xx() local
2162 in_height = height / *decim_y; in dispc_ovl_calc_scaling_24xx()
2165 in_height, out_width, out_height, mem_to_mem); in dispc_ovl_calc_scaling_24xx()
2195 u16 in_width, in_height; in dispc_ovl_calc_scaling_34xx() local
2201 in_height = height / *decim_y; in dispc_ovl_calc_scaling_34xx()
2203 *five_taps = in_height > out_height; in dispc_ovl_calc_scaling_34xx()
2206 if (in_height > out_height && in dispc_ovl_calc_scaling_34xx()
2207 in_height < out_height * 2) in dispc_ovl_calc_scaling_34xx()
2212 in_width, in_height, out_width, in dispc_ovl_calc_scaling_34xx()
2216 in_height, out_width, out_height, in dispc_ovl_calc_scaling_34xx()
[all …]
/drivers/media/platform/
Dsh_vou.c521 unsigned int in_height; member
543 &geo->in_height, 0, img_height_max, 1, 0); in vou_adjust_input()
580 err = abs(found - geo->in_height); in vou_adjust_input()
590 geo->in_height = best; in vou_adjust_input()
647 unsigned int found = geo->in_height * vou_scale_v_num[i] / in vou_adjust_output()
669 pr_debug("%s(): H %u * %u/%u = %u\n", __func__, geo->in_height, in vou_adjust_output()
717 geo.in_height = pix->height; in sh_vou_s_fmt_vid_out()
750 pix->height = geo.in_height; in sh_vou_s_fmt_vid_out()
975 geo.in_height = pix->height; in sh_vou_s_crop()
1012 pix->height = geo.in_height; in sh_vou_s_crop()
/drivers/gpu/ipu-v3/
Dipu-ic.c446 int in_width, int in_height, in ipu_ic_task_init() argument
457 ret = calc_resize_coeffs(ic, in_height, out_height, in ipu_ic_task_init()
/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c680 unsigned int height, width, cdwdr_width, in_width, in_height; in sh_mobile_ceu_set_rect() local
718 in_height = cam->height; in sh_mobile_ceu_set_rect()
721 in_height /= 2; in sh_mobile_ceu_set_rect()
737 (in_height << 16) | in_width, (height << 16) | width, in sh_mobile_ceu_set_rect()
741 ceu_write(pcdev, CAPWR, (in_height << 16) | in_width); in sh_mobile_ceu_set_rect()
/drivers/media/platform/exynos4-is/
Dfimc-is-param.h618 u32 in_height; member
/drivers/dma/ipu/
Dipu_idmac.c519 calc_resize_coeffs(params->video.in_height, in ipu_ic_init_prpenc()