Home
last modified time | relevance | path

Searched refs:max_height (Results 1 – 25 of 179) sorted by relevance

12345678

/Linux-v4.19/drivers/media/usb/gspca/
Dw996Xcf.c404 max_width, max_height; in w9968cf_set_crop_window() local
408 max_height = 288; in w9968cf_set_crop_window()
411 max_height = 480; in w9968cf_set_crop_window()
439 fh = SC(sd->gspca_dev.pixfmt.height) / max_height; in w9968cf_set_crop_window()
442 ch = (fw >= fh) ? SC(sd->gspca_dev.pixfmt.height) / fw : max_height; in w9968cf_set_crop_window()
445 sd->sensor_height = max_height; in w9968cf_set_crop_window()
448 y = (max_height - ch) / 2; in w9968cf_set_crop_window()
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cfg.c87 .max_height = 0xFFFF,
165 .max_height = 0xFFFF,
259 .max_height = 0xFFFF,
336 .max_height = 0xFFFF,
421 .max_height = 0xFFFF,
522 .max_height = 0xFFFF,
Dmdp5_cfg.h54 uint32_t max_height; member
/Linux-v4.19/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_dc.c53 .max_height = 860,
127 .max_height = 128,
146 .max_height = 600,
243 .max_height = 128,
264 .max_height = 2048,
360 .max_height = 2048,
592 dev->mode_config.max_height = dc->desc->max_height; in atmel_hlcdc_dc_modeset_init()
Datmel_hlcdc_dc.h275 int max_height; member
338 int max_height; member
/Linux-v4.19/drivers/gpu/drm/tinydrm/core/
Dtinydrm-helpers.c40 unsigned int flags, u32 max_width, u32 max_height) in tinydrm_merge_clips() argument
48 dst->y2 = max_height; in tinydrm_merge_clips()
66 if (dst->x2 > max_width || dst->y2 > max_height || in tinydrm_merge_clips()
73 dst->y2 = max_height; in tinydrm_merge_clips()
77 (dst->y2 - dst->y1) == max_height; in tinydrm_merge_clips()
/Linux-v4.19/drivers/media/platform/soc_camera/
Dsoc_scale_crop.c230 unsigned int max_width, unsigned int max_height, in client_set_fmt() argument
268 if (max_height > sdsel.r.height) in client_set_fmt()
269 max_height = sdsel.r.height; in client_set_fmt()
277 tmp_w < max_width && tmp_h < max_height) { in client_set_fmt()
279 tmp_h = min(2 * tmp_h, max_height); in client_set_fmt()
Dsh_mobile_ceu_camera.c114 int max_height; member
1011 mf->height > pcdev->max_height) && shift < 4) { in sh_mobile_ceu_get_formats()
1161 if (mf->width > pcdev->max_width || mf->height > pcdev->max_height) in sh_mobile_ceu_set_selection()
1277 ceu_sub_height = pcdev->max_height; in sh_mobile_ceu_set_fmt()
1428 &pix->height, 4, pcdev->max_height, 2, 0); in sh_mobile_ceu_try_fmt()
1464 mf->height = pcdev->max_height; in sh_mobile_ceu_try_fmt()
1675 pcdev->max_height = pcdev->pdata->max_height; in sh_mobile_ceu_probe()
1689 if (!pcdev->max_height) { in sh_mobile_ceu_probe()
1693 pcdev->max_height = v; in sh_mobile_ceu_probe()
1695 if (!pcdev->max_height) in sh_mobile_ceu_probe()
[all …]
/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_entity.c295 unsigned int max_width, unsigned int max_height) in vsp1_subdev_enum_frame_size() argument
319 fse->max_height = max_height; in vsp1_subdev_enum_frame_size()
328 fse->max_height = format->height; in vsp1_subdev_enum_frame_size()
359 unsigned int max_width, unsigned int max_height) in vsp1_subdev_set_pad_format() argument
397 min_height, max_height); in vsp1_subdev_set_pad_format()
Dvsp1_sru.c147 fse->max_height = SRU_MAX_SIZE; in sru_enum_frame_size()
154 fse->max_height = format->height * 2; in sru_enum_frame_size()
157 fse->max_height = format->height; in sru_enum_frame_size()
Dvsp1_rwpf.h40 unsigned int max_height; member
Dvsp1_rwpf.c56 rwpf->max_height); in vsp1_rwpf_enum_frame_size()
98 RWPF_MIN_HEIGHT, rwpf->max_height); in vsp1_rwpf_set_format()
/Linux-v4.19/include/media/drv-intf/
Dsh_mobile_ceu.h24 int max_height; member
/Linux-v4.19/drivers/media/platform/xilinx/
Dxilinx-vip.c310 fse->max_height = XVIP_MAX_HEIGHT; in xvip_enum_frame_size()
318 fse->max_height = format->height; in xvip_enum_frame_size()
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_framebuffer.c55 drm->mode_config.max_height = 8192; in sun4i_framebuffer_init()
/Linux-v4.19/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_kms.c36 fsl_dev->drm->mode_config.max_height = 2047; in fsl_dcu_drm_modeset_init()
/Linux-v4.19/drivers/media/platform/rcar-vin/
Drcar-core.c870 .max_height = 2048,
877 .max_height = 2048,
884 .max_height = 2048,
927 .max_height = 4096,
981 .max_height = 4096,
1021 .max_height = 4096,
1065 .max_height = 4096,
1084 .max_height = 4096,
1096 .max_height = 4096,
/Linux-v4.19/drivers/media/platform/s3c-camif/
Dcamif-core.c570 .max_height = 4096,
577 .max_height = 480,
598 .max_height = 4096,
605 .max_height = 4096,
/Linux-v4.19/drivers/media/platform/omap3isp/
Dispresizer.c793 unsigned int max_height; in resizer_calc_ratios() local
804 max_height = ((input->height - 4) * 256 + 255 - 16 - 32 * spv) / 64 + 1; in resizer_calc_ratios()
805 max_height = min_t(unsigned int, max_height, MAX_OUT_HEIGHT); in resizer_calc_ratios()
806 output->height = clamp(output->height, min_height, max_height); in resizer_calc_ratios()
1200 unsigned int max_height = in resizer_try_crop() local
1204 crop->height = clamp_t(u32, crop->height, min_height, max_height); in resizer_try_crop()
1466 fse->max_height = format.height; in resizer_enum_frame_size()
/Linux-v4.19/include/drm/tinydrm/
Dtinydrm-helpers.h38 unsigned int flags, u32 max_width, u32 max_height);
/Linux-v4.19/drivers/gpu/drm/arm/
Dmalidp_mw.c38 dev->mode_config.max_height); in malidp_mw_connector_get_modes()
52 if ((h < mode_config->min_height) || (h > mode_config->max_height)) in malidp_mw_connector_mode_valid()
/Linux-v4.19/drivers/media/pci/ivtv/
Divtvfb.c973 int max_height; in ivtvfb_init_vidmode() local
1012 max_height = itv->is_out_50hz ? 576 : 480; in ivtvfb_init_vidmode()
1014 if (osd_yres > max_height) in ivtvfb_init_vidmode()
1015 osd_yres = max_height; in ivtvfb_init_vidmode()
1021 if (osd_upper + start_window.height > max_height + 1) { in ivtvfb_init_vidmode()
1029 start_window.top = osd_upper >= 0 ? osd_upper : ((max_height - start_window.height) / 2); in ivtvfb_init_vidmode()
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/
Dbcm2835-camera.h108 unsigned int max_height; member
/Linux-v4.19/include/uapi/linux/
Dv4l2-subdev.h97 __u32 max_height; member
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.h301 uint32_t max_width, uint32_t max_height);
344 u32 max_height,

12345678