Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc.c2303 u16 in_width, in_height; in dispc_ovl_calc_scaling_24xx() local
2311 in_height = height / *decim_y; in dispc_ovl_calc_scaling_24xx()
2314 in_height, out_width, out_height, mem_to_mem); in dispc_ovl_calc_scaling_24xx()
2349 u16 in_width, in_height; in dispc_ovl_calc_scaling_34xx() local
2354 in_height = height / *decim_y; in dispc_ovl_calc_scaling_34xx()
2356 *five_taps = in_height > out_height; in dispc_ovl_calc_scaling_34xx()
2359 if (in_height > out_height && in dispc_ovl_calc_scaling_34xx()
2360 in_height < out_height * 2) in dispc_ovl_calc_scaling_34xx()
2365 in_width, in_height, out_width, in dispc_ovl_calc_scaling_34xx()
2369 in_height, out_width, out_height, in dispc_ovl_calc_scaling_34xx()
[all …]
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddispc.c2320 u16 in_width, in_height; in dispc_ovl_calc_scaling_24xx() local
2327 in_height = height / *decim_y; in dispc_ovl_calc_scaling_24xx()
2330 in_height, out_width, out_height, mem_to_mem); in dispc_ovl_calc_scaling_24xx()
2369 u16 in_width, in_height; in dispc_ovl_calc_scaling_34xx() local
2373 in_height = height / *decim_y; in dispc_ovl_calc_scaling_34xx()
2375 *five_taps = in_height > out_height; in dispc_ovl_calc_scaling_34xx()
2378 if (in_height > out_height && in dispc_ovl_calc_scaling_34xx()
2379 in_height < out_height * 2) in dispc_ovl_calc_scaling_34xx()
2384 in_width, in_height, out_width, in dispc_ovl_calc_scaling_34xx()
2388 in_height, out_width, out_height, in dispc_ovl_calc_scaling_34xx()
[all …]
/Linux-v4.19/drivers/media/platform/
Dsh_vou.c508 unsigned int in_height; member
531 &geo->in_height, in vou_adjust_input()
569 err = abs(found - geo->in_height); in vou_adjust_input()
579 geo->in_height = best; in vou_adjust_input()
636 unsigned int found = geo->in_height * vou_scale_v_num[i] / in vou_adjust_output()
658 pr_debug("%s(): H %u * %u/%u = %u\n", __func__, geo->in_height, in vou_adjust_output()
722 geo.in_height = pix->height; in sh_vou_set_fmt_vid_out()
760 pix->height = geo.in_height; in sh_vou_set_fmt_vid_out()
980 geo.in_height = pix->height; in sh_vou_s_selection()
1017 pix->height = geo.in_height; in sh_vou_s_selection()
/Linux-v4.19/include/linux/dma/
Dipu-dma.h125 unsigned short in_height; member
/Linux-v4.19/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c602 unsigned int height, width, cdwdr_width, in_width, in_height; in sh_mobile_ceu_set_rect() local
640 in_height = cam->height; in sh_mobile_ceu_set_rect()
643 in_height /= 2; in sh_mobile_ceu_set_rect()
653 (in_height << 16) | in_width, (height << 16) | width, in sh_mobile_ceu_set_rect()
657 ceu_write(pcdev, CAPWR, (in_height << 16) | in_width); in sh_mobile_ceu_set_rect()
/Linux-v4.19/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()
/Linux-v4.19/include/video/
Dimx-ipu-v3.h386 int in_width, int in_height,
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-is-param.h618 u32 in_height; member
/Linux-v4.19/drivers/dma/ipu/
Dipu_idmac.c519 calc_resize_coeffs(params->video.in_height, in ipu_ic_init_prpenc()