Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/
A Dia_css_sdis_common.host.h37 #define __ISP_SDIS_VER_COEF_NUM_VECS(in_height) _ISP_VECS(_ISP_BQS(in_height)) argument
46 #define __ISP_SDIS_HOR_PROJ_NUM_ISP(in_width, in_height, deci_factor_log2, \ argument
49 CEIL_SHIFT(_ISP_BQS(in_height), deci_factor_log2) : \
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/
A Dsh_css_defs.h252 #define _ISP_S3ATBL_HEIGHT(in_height, deci_factor_log2) \ argument
253 (_ISP_BQS(in_height) >> deci_factor_log2)
259 #define _ISP_S3ATBL_ISP_HEIGHT(in_height, deci_factor_log2) \ argument
260 CEIL_SHIFT(_ISP_BQS(in_height), deci_factor_log2)
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A Ddispc.c2257 u16 in_width, in_height; in dispc_ovl_calc_scaling_24xx() local
2265 in_height = height / *decim_y; in dispc_ovl_calc_scaling_24xx()
2303 u16 in_width, in_height; in dispc_ovl_calc_scaling_34xx() local
2308 in_height = height / *decim_y; in dispc_ovl_calc_scaling_34xx()
2519 u16 in_height = oi->height; in dispc_ovl_check() local
2535 in_height /= 2; in dispc_ovl_check()
2539 in_height, out_height); in dispc_ovl_check()
2569 u16 in_height = height; in dispc_ovl_setup_common() local
2602 in_height /= 2; in dispc_ovl_setup_common()
2622 in_height = in_height / y_predecim; in dispc_ovl_setup_common()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/
A Ddispc.c2298 u16 in_width, in_height; in dispc_ovl_calc_scaling_24xx() local
2305 in_height = height / *decim_y; in dispc_ovl_calc_scaling_24xx()
2347 u16 in_width, in_height; in dispc_ovl_calc_scaling_34xx() local
2351 in_height = height / *decim_y; in dispc_ovl_calc_scaling_34xx()
2356 if (in_height > out_height && in dispc_ovl_calc_scaling_34xx()
2633 u16 in_height = height; in dispc_ovl_setup_common() local
2664 in_height /= 2; in dispc_ovl_setup_common()
2684 in_height = in_height / y_predecim; in dispc_ovl_setup_common()
2709 if (!in_height || in_height == out_height) in dispc_ovl_setup_common()
2830 int in_height = vm->vactive; in dispc_wb_setup() local
[all …]
/linux-6.3-rc2/drivers/media/platform/renesas/
A Dsh_vou.c497 unsigned int in_height; member
520 &geo->in_height, in vou_adjust_input()
558 err = abs(found - geo->in_height); in vou_adjust_input()
568 geo->in_height = best; in vou_adjust_input()
625 unsigned int found = geo->in_height * vou_scale_v_num[i] / in vou_adjust_output()
647 pr_debug("%s(): H %u * %u/%u = %u\n", __func__, geo->in_height, in vou_adjust_output()
711 geo.in_height = pix->height; in sh_vou_set_fmt_vid_out()
749 pix->height = geo.in_height; in sh_vou_set_fmt_vid_out()
969 geo.in_height = pix->height; in sh_vou_s_selection()
1006 pix->height = geo.in_height; in sh_vou_s_selection()
/linux-6.3-rc2/drivers/gpu/ipu-v3/
A Dipu-ic.c399 int in_width, int in_height, in ipu_ic_task_init_rsc() argument
411 ret = calc_resize_coeffs(ic, in_height, out_height, in ipu_ic_task_init_rsc()
443 int in_width, int in_height, in ipu_ic_task_init() argument
447 in_width, in_height, in ipu_ic_task_init()
A Dipu-image-convert.c701 unsigned int in_top, unsigned int in_height, in fill_tile_row() argument
714 in_tile->height = in_height; in fill_tile_row()
1194 u32 in_height; in calc_tile_resize_coefficients() local
1226 in_height = round_up( in calc_tile_resize_coefficients()
1240 in_tile->height = in_height; in calc_tile_resize_coefficients()
/linux-6.3-rc2/include/linux/dma/
A Dipu-dma.h122 unsigned short in_height; member
/linux-6.3-rc2/drivers/staging/media/imx/
A Dimx-media-csi.c1184 u32 in_height; in csi_try_crop() local
1196 in_height = infmt->height; in csi_try_crop()
1198 in_height *= 2; in csi_try_crop()
1209 crop->height = in_height; in csi_try_crop()
1210 crop->top = (in_height == 480) ? 2 : 0; in csi_try_crop()
1212 crop->height = min_t(__u32, in_height, crop->height); in csi_try_crop()
1213 if (crop->top + crop->height > in_height) in csi_try_crop()
1214 crop->top = in_height - crop->height; in csi_try_crop()
/linux-6.3-rc2/include/video/
A Dimx-ipu-v3.h441 int in_width, int in_height,
445 int in_width, int in_height,
/linux-6.3-rc2/drivers/media/platform/mediatek/mdp3/
A Dmtk-img-ipi.h141 u32 in_height; member
/linux-6.3-rc2/drivers/media/platform/samsung/exynos4-is/
A Dfimc-is-param.h615 u32 in_height; member
/linux-6.3-rc2/drivers/dma/ipu/
A Dipu_idmac.c516 calc_resize_coeffs(params->video.in_height, in ipu_ic_init_prpenc()

Completed in 69 milliseconds