| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
| H A D | ia_css_sdis_common.host.h | 37 #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) : \
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css_defs.h | 292 #define _ISP_S3ATBL_HEIGHT(in_height, deci_factor_log2) \ argument 293 (_ISP_BQS(in_height) >> deci_factor_log2) 299 #define _ISP_S3ATBL_ISP_HEIGHT(in_height, deci_factor_log2) \ argument 300 CEIL_SHIFT(_ISP_BQS(in_height), deci_factor_log2)
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dispc.c | 2259 u16 in_width, in_height; in dispc_ovl_calc_scaling_24xx() local 2267 in_height = height / *decim_y; in dispc_ovl_calc_scaling_24xx() 2270 in_height, out_width, out_height, mem_to_mem); in dispc_ovl_calc_scaling_24xx() 2305 u16 in_width, in_height; in dispc_ovl_calc_scaling_34xx() local 2310 in_height = height / *decim_y; in dispc_ovl_calc_scaling_34xx() 2312 *five_taps = in_height > out_height; in dispc_ovl_calc_scaling_34xx() 2315 if (in_height > out_height && in dispc_ovl_calc_scaling_34xx() 2316 in_height < out_height * 2) in dispc_ovl_calc_scaling_34xx() 2321 in_width, in_height, out_width, in dispc_ovl_calc_scaling_34xx() 2325 in_height, out_width, out_height, in dispc_ovl_calc_scaling_34xx() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dispc.c | 2289 u16 in_width, in_height; in dispc_ovl_calc_scaling_24xx() local 2296 in_height = height / *decim_y; in dispc_ovl_calc_scaling_24xx() 2299 in_height, out_width, out_height, mem_to_mem); in dispc_ovl_calc_scaling_24xx() 2338 u16 in_width, in_height; in dispc_ovl_calc_scaling_34xx() local 2342 in_height = height / *decim_y; in dispc_ovl_calc_scaling_34xx() 2344 *five_taps = in_height > out_height; in dispc_ovl_calc_scaling_34xx() 2347 if (in_height > out_height && in dispc_ovl_calc_scaling_34xx() 2348 in_height < out_height * 2) in dispc_ovl_calc_scaling_34xx() 2353 in_width, in_height, out_width, in dispc_ovl_calc_scaling_34xx() 2357 in_height, out_width, out_height, in dispc_ovl_calc_scaling_34xx() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A D | sh_vou.c | 497 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()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/ |
| H A D | rk_ispfec.cpp | 125 ret = ctx->_fecGenMesh->init(cfg->in_width, cfg->in_height, cfg->out_width, cfg->out_height, in _configure() 310 param.in_height = ctx->_cfg.in_height; in rk_ispfec_api_process()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/ |
| H A D | stream_v20.c | 66 u32 in_width, in_height; in config_fec() local 83 in_height = dev->ispp_sdev.in_fmt.height; in config_fec() 85 max_h = hw->max_in.h ? hw->max_in.h : in_height; in config_fec() 103 rkispp_write(dev, RKISPP_FEC_SRC_SIZE, in_height << 16 | in_width); in config_fec() 141 __func__, in_width, in_height, in config_fec()
|
| H A D | fec.c | 127 u32 in_w = buf->in_width, in_h = buf->in_height; in fec_running()
|
| H A D | stream_v10.c | 620 u32 in_width, in_height, fmt, mult = 1; in config_fec() local 636 in_height = dev->ispp_sdev.in_fmt.height; in config_fec() 666 __func__, in_width, in_height, out_width, out_height, in config_fec()
|
| H A D | stream.c | 728 u32 in_height = dev->ispp_sdev.out_fmt.height; in config_scl() local 732 (in_height - 1) + 1; in config_scl()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/ |
| H A D | ipu-ic.c | 399 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()
|
| H A D | ipu-image-convert.c | 701 unsigned int in_top, unsigned int in_height, in fill_tile_row() argument 714 in_tile->height = in_height; in fill_tile_row() 1197 u32 in_height; in calc_tile_resize_coefficients() local 1229 in_height = round_up( in calc_tile_resize_coefficients() 1243 in_tile->height = in_height; in calc_tile_resize_coefficients()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include/ |
| H A D | rk_ispfec_api.h | 71 int in_height; member
|
| /OK3568_Linux_fs/kernel/include/linux/dma/ |
| H A D | ipu-dma.h | 122 unsigned short in_height; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/ |
| H A D | hal_jpegd_vdpu1.c | 260 RK_U32 in_height = s->ver_stride; in jpegd_setup_pp() local 290 post->reg92_display.sw_pp_in_h_ext = (((in_height / 16) & 0x700) >> 8); in jpegd_setup_pp() 291 post->reg72_crop.sw_pp_in_height = ((in_height / 16) & 0x0FF); in jpegd_setup_pp() 320 in_height = crop_height; in jpegd_setup_pp() 545 inh = in_height - 1; in jpegd_setup_pp()
|
| H A D | hal_jpegd_vdpu2.c | 287 RK_U32 in_height = s->ver_stride; in jpegd_setup_pp() local 315 reg->reg34.sw_pp_in_h_ext = (((in_height / 16) & 0x700) >> 8); in jpegd_setup_pp() 316 reg->reg34.sw_pp_in_height = ((in_height / 16) & 0x0FF); in jpegd_setup_pp() 339 in_height = crop_height; in jpegd_setup_pp() 564 inh = in_height - 1; in jpegd_setup_pp()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/imx/ |
| H A D | imx-media-csi.c | 1201 u32 in_height; in csi_try_crop() local 1213 in_height = infmt->height; in csi_try_crop() 1215 in_height *= 2; in csi_try_crop() 1226 crop->height = in_height; in csi_try_crop() 1227 crop->top = (in_height == 480) ? 2 : 0; in csi_try_crop() 1229 crop->height = min_t(__u32, in_height, crop->height); in csi_try_crop() 1230 if (crop->top + crop->height > in_height) in csi_try_crop() 1231 crop->top = in_height - crop->height; in csi_try_crop()
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | imx-ipu-v3.h | 439 int in_width, int in_height, 443 int in_width, int in_height,
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/ |
| H A D | rkispp-config.h | 139 int in_height; member
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/ |
| H A D | 0008-video-converter-Support-rockchip-RGA-2D-accel.patch | 190 + convert->in_width, convert->in_height)) {
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk-ispp-config.h | 118 int in_height; member
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/ |
| H A D | 0008-video-converter-Support-rockchip-RGA-2D-accel.patch | 190 + convert->in_width, convert->in_height)) {
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/ |
| H A D | 0008-video-converter-Support-rockchip-RGA-2D-accel.patch | 190 + convert->in_width, convert->in_height)) {
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/ |
| H A D | fimc-is-param.h | 615 u32 in_height; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | rkisp_demo.cpp | 184 int mesh_size = rk_ispfec_api_calFecMeshsize(cfg->in_width, cfg->in_height); in init_ispfec_bufs() 2756 g_ispfec_cfg.in_height = main_ctx.height;
|