Searched refs:image_height (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 499 int frame_width, image_height, image_width; in v4l2_detect_cvt() local 552 image_height = (frame_height - 2 * v_fp - 2 * vsync - 2 * v_bp) & ~0x1; in v4l2_detect_cvt() 554 image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; in v4l2_detect_cvt() 556 if (image_height < 0) in v4l2_detect_cvt() 562 image_width = (image_height * 4) / 3; in v4l2_detect_cvt() 565 image_width = (image_height * 16) / 9; in v4l2_detect_cvt() 568 image_width = (image_height * 16) / 10; in v4l2_detect_cvt() 572 if (image_height == 1024) in v4l2_detect_cvt() 573 image_width = (image_height * 5) / 4; in v4l2_detect_cvt() 574 else if (image_height in v4l2_detect_cvt() 718 int frame_width, image_height, image_width; v4l2_detect_gtf() local [all...] |
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 499 int frame_width, image_height, image_width; in v4l2_detect_cvt() local 552 image_height = (frame_height - 2 * v_fp - 2 * vsync - 2 * v_bp) & ~0x1; in v4l2_detect_cvt() 554 image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; in v4l2_detect_cvt() 556 if (image_height < 0) in v4l2_detect_cvt() 562 image_width = (image_height * 4) / 3; in v4l2_detect_cvt() 565 image_width = (image_height * 16) / 9; in v4l2_detect_cvt() 568 image_width = (image_height * 16) / 10; in v4l2_detect_cvt() 572 if (image_height == 1024) in v4l2_detect_cvt() 573 image_width = (image_height * 5) / 4; in v4l2_detect_cvt() 574 else if (image_height in v4l2_detect_cvt() 718 int frame_width, image_height, image_width; v4l2_detect_gtf() local [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/omap/ |
H A D | omap_vout_vrfb.c | 97 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()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap/ |
H A D | omap_vout_vrfb.c | 97 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()
|
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
H A D | ipu3-css-params.c | 1255 unsigned int image_height) in imgu_css_shd_ops_calc() 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() 1303 last_tr = set_height - image_height <= block_height ? 1 : 0; in imgu_css_shd_ops_calc() 1470 * last process lines to cover the image - image_height - 128 1484 unsigned int image_height; member 1519 if (pl->acc_enable && grid_last_line > pl->image_height) in imgu_css_acc_process_lines() 1253 imgu_css_shd_ops_calc(struct imgu_abi_shd_intra_frame_operations_data *ops, const struct ipu3_uapi_shd_grid_config *grid, unsigned int image_height) imgu_css_shd_ops_calc() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
H A D | ipu3-css-params.c | 1252 unsigned int image_height) in imgu_css_shd_ops_calc() 1288 if (image_height > first_process_lines) { in imgu_css_shd_ops_calc() 1290 (image_height - first_process_lines) % set_height; in imgu_css_shd_ops_calc() 1292 (image_height - first_process_lines) / set_height + 2 : in imgu_css_shd_ops_calc() 1293 (image_height - first_process_lines) / set_height + 1; in imgu_css_shd_ops_calc() 1299 first_process_lines = image_height; in imgu_css_shd_ops_calc() 1300 last_tr = set_height - image_height <= block_height ? 1 : 0; in imgu_css_shd_ops_calc() 1467 * last process lines to cover the image - image_height - 128 1481 unsigned int image_height; member 1516 if (pl->acc_enable && grid_last_line > pl->image_height) in imgu_css_acc_process_lines() 1250 imgu_css_shd_ops_calc(struct imgu_abi_shd_intra_frame_operations_data *ops, const struct ipu3_uapi_shd_grid_config *grid, unsigned int image_height) imgu_css_shd_ops_calc() argument [all...] |
Completed in 9 milliseconds