Searched defs:in_height (Results 1 - 5 of 5) sorted by relevance

/drivers/gpu/ipu-v3/
H A Dipu-ic.c446 int in_width, int in_height,
457 ret = calc_resize_coeffs(ic, in_height, out_height,
445 ipu_ic_task_init(struct ipu_ic *ic, int in_width, int in_height, int out_width, int out_height, enum ipu_color_space in_cs, enum ipu_color_space out_cs) argument
/drivers/media/platform/
H A Dsh_vou.c521 unsigned int in_height; member in struct:sh_vou_geometry
543 &geo->in_height, 0, img_height_max, 1, 0);
580 err = abs(found - geo->in_height);
590 geo->in_height = best;
647 unsigned int found = geo->in_height * vou_scale_v_num[i] /
669 pr_debug("%s(): H %u * %u/%u = %u\n", __func__, geo->in_height,
717 geo.in_height = pix->height;
750 pix->height = geo.in_height;
975 geo.in_height = pix->height;
1012 pix->height = geo.in_height;
[all...]
/drivers/media/platform/soc_camera/
H A Dsh_mobile_ceu_camera.c680 unsigned int height, width, cdwdr_width, in_width, in_height; local
718 in_height = cam->height;
721 in_height /= 2;
737 (in_height << 16) | in_width, (height << 16) | width,
741 ceu_write(pcdev, CAPWR, (in_height << 16) | in_width);
/drivers/media/platform/exynos4-is/
H A Dfimc-is-param.h618 u32 in_height; member in struct:param_scaler_input_crop
/drivers/video/fbdev/omap2/dss/
H A Ddispc.c2154 u16 in_width, in_height; local
2162 in_height = height / *decim_y;
2165 in_height, out_width, out_height, mem_to_mem);
2195 u16 in_width, in_height; local
2201 in_height = height / *decim_y;
2203 *five_taps = in_height > out_height;
2206 if (in_height > out_height &&
2207 in_height < out_height * 2)
2212 in_width, in_height, out_width,
2216 in_height, out_widt
2270 u16 in_height = height / *decim_y; local
2381 u16 in_height = oi->height; local
2431 u16 in_height = height; local
2607 int in_height = mgr_timings->y_res; local
[all...]

Completed in 194 milliseconds