Home
last modified time | relevance | path

Searched refs:image_height (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/v4l2-core/
A Dv4l2-dv-timings.c534 if (image_height < 0) in v4l2_detect_cvt()
540 image_width = (image_height * 4) / 3; in v4l2_detect_cvt()
543 image_width = (image_height * 16) / 9; in v4l2_detect_cvt()
546 image_width = (image_height * 16) / 10; in v4l2_detect_cvt()
550 if (image_height == 1024) in v4l2_detect_cvt()
551 image_width = (image_height * 5) / 4; in v4l2_detect_cvt()
552 else if (image_height == 768) in v4l2_detect_cvt()
553 image_width = (image_height * 15) / 9; in v4l2_detect_cvt()
609 fmt->bt.height = image_height; in v4l2_detect_cvt()
721 if (image_height < 0) in v4l2_detect_gtf()
[all …]
/linux/drivers/media/platform/omap/
A Domap_vout_vrfb.c97 int image_width, image_height; in omap_vout_setup_vrfb_bufs() local
122 image_height = VID_MAX_HEIGHT / TILE_SIZE; in omap_vout_setup_vrfb_bufs()
125 image_height++; in omap_vout_setup_vrfb_bufs()
127 image_height = image_height * TILE_SIZE; in omap_vout_setup_vrfb_bufs()
128 vout->smsshado_size = PAGE_ALIGN(image_width * image_height * 2 * 2); in omap_vout_setup_vrfb_bufs()
/linux/drivers/staging/media/ipu3/
A Dipu3-css-params.c1255 unsigned int image_height) in imgu_css_shd_ops_calc() argument
1291 if (image_height > first_process_lines) { in imgu_css_shd_ops_calc()
1293 (image_height - first_process_lines) % set_height; in imgu_css_shd_ops_calc()
1295 (image_height - first_process_lines) / set_height + 2 : in imgu_css_shd_ops_calc()
1296 (image_height - first_process_lines) / set_height + 1; in imgu_css_shd_ops_calc()
1302 first_process_lines = image_height; in imgu_css_shd_ops_calc()
1484 unsigned int image_height; member
1519 if (pl->acc_enable && grid_last_line > pl->image_height) in imgu_css_acc_process_lines()
1533 pl->image_height - grid_last_line - 4; in imgu_css_acc_process_lines()
1644 .image_height = css_pipe->rect[IPU3_CSS_RECT_BDS].height, in imgu_css_af_ops_calc()
[all …]

Completed in 15 milliseconds