Searched refs:in_height (Results 1 - 3 of 3) sorted by relevance

/drivers/media/video/
H A Dsh_vou.c519 unsigned int in_height; member in struct:sh_vou_geometry
541 &geo->in_height, 0, img_height_max, 1, 0);
578 err = abs(found - geo->in_height);
588 geo->in_height = best;
645 unsigned int found = geo->in_height * vou_scale_v_num[i] /
667 pr_debug("%s(): H %u * %u/%u = %u\n", __func__, geo->in_height,
716 geo.in_height = pix->height;
749 pix->height = geo.in_height;
975 geo.in_height = pix->height;
1012 pix->height = geo.in_height;
[all...]
H A Dsh_mobile_ceu_camera.c665 unsigned int height, width, cdwdr_width, in_width, in_height; local
709 in_height = cam->height;
712 in_height /= 2;
728 (in_height << 16) | in_width, (height << 16) | width,
732 ceu_write(pcdev, CAPWR, (in_height << 16) | in_width);
/drivers/dma/ipu/
H A Dipu_idmac.c520 calc_resize_coeffs(params->video.in_height,

Completed in 84 milliseconds