Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-dv-timings.c437 int frame_width, image_height, image_width; in v4l2_detect_cvt() local
490 image_height = (frame_height - 2 * v_fp - 2 * vsync - 2 * v_bp) & ~0x1; in v4l2_detect_cvt()
492 image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; in v4l2_detect_cvt()
494 if (image_height < 0) in v4l2_detect_cvt()
500 image_width = (image_height * 4) / 3; in v4l2_detect_cvt()
503 image_width = (image_height * 16) / 9; in v4l2_detect_cvt()
506 image_width = (image_height * 16) / 10; in v4l2_detect_cvt()
510 if (image_height == 1024) in v4l2_detect_cvt()
511 image_width = (image_height * 5) / 4; in v4l2_detect_cvt()
512 else if (image_height == 768) in v4l2_detect_cvt()
[all …]
/Linux-v4.19/drivers/media/platform/omap/
Domap_vout_vrfb.c98 int image_width, image_height; in omap_vout_setup_vrfb_bufs() local
124 image_height = VID_MAX_HEIGHT / TILE_SIZE; in omap_vout_setup_vrfb_bufs()
127 image_height++; in omap_vout_setup_vrfb_bufs()
129 image_height = image_height * TILE_SIZE; in omap_vout_setup_vrfb_bufs()
130 vout->smsshado_size = PAGE_ALIGN(image_width * image_height * 2 * 2); in omap_vout_setup_vrfb_bufs()
/Linux-v4.19/drivers/staging/media/davinci_vpfe/
Ddm365_resizer.c263 int image_height; in resizer_calculate_sdram_offsets() local
273 image_height = outformat->height + 1; in resizer_calculate_sdram_offsets()
288 offset += (image_height - 1) * in resizer_calculate_sdram_offsets()
299 offset += (((image_height >> 1) - 1) * in resizer_calculate_sdram_offsets()
303 param->ext_mem_param[index].rsz_sdr_oft_y * image_height; in resizer_calculate_sdram_offsets()