Searched defs:max_height (Results 1 - 17 of 17) sorted by relevance

/drivers/media/platform/vsp1/
H A Dvsp1_rwpf.h33 unsigned int max_height; member in struct:vsp1_rwpf
/drivers/gpu/drm/exynos/
H A Dexynos_drm_connector.c130 unsigned int max_width, unsigned int max_height)
138 height = max_height;
129 exynos_drm_connector_fill_modes(struct drm_connector *connector, unsigned int max_width, unsigned int max_height) argument
/drivers/media/platform/soc_camera/
H A Dsoc_scale_crop.c217 unsigned int max_width, unsigned int max_height,
253 if (max_height > cap.bounds.height)
254 max_height = cap.bounds.height;
260 /* width <= max_width && height <= max_height - guaranteed by try_fmt */
262 tmp_w < max_width && tmp_h < max_height) {
264 tmp_h = min(2 * tmp_h, max_height);
215 client_s_fmt(struct soc_camera_device *icd, struct v4l2_rect *rect, struct v4l2_rect *subrect, unsigned int max_width, unsigned int max_height, struct v4l2_mbus_framefmt *mf, bool host_can_scale) argument
H A Dsh_mobile_ceu_camera.c125 int max_height; member in struct:sh_mobile_ceu_dev
1103 mf.height > pcdev->max_height) && shift < 4) {
1251 if (mf.width > pcdev->max_width || mf.height > pcdev->max_height)
1368 ceu_sub_height = pcdev->max_height;
1515 &pix->height, 4, pcdev->max_height, 2, 0);
1551 mf.height = pcdev->max_height;
1755 pcdev->max_height = pcdev->pdata->max_height;
1768 if (!pcdev->max_height) {
1772 pcdev->max_height
[all...]
/drivers/media/usb/gspca/
H A Dw996Xcf.c399 max_width, max_height; local
403 max_height = 288;
406 max_height = 480;
434 fh = SC(sd->gspca_dev.pixfmt.height) / max_height;
437 ch = (fw >= fh) ? SC(sd->gspca_dev.pixfmt.height) / fw : max_height;
440 sd->sensor_height = max_height;
443 y = (max_height - ch) / 2;
/drivers/media/platform/exynos4-is/
H A Dfimc-lite.h56 * @max_height: maximum camera interface input height in pixels
67 unsigned short max_height; member in struct:flite_drvdata
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c52 unsigned max_height; member in struct:vmw_fb_par
144 (var->yoffset + var->yres) > par->max_height) {
452 par->max_height = fb_height;
H A Dvmwgfx_kms.c1475 dev->mode_config.max_height = 8192;
1940 uint32_t max_width, uint32_t max_height)
1992 bmode->vdisplay > max_height)
2068 rects[i].y + rects[i].h > mode_config->max_height) {
1939 vmw_du_connector_fill_modes(struct drm_connector *connector, uint32_t max_width, uint32_t max_height) argument
/drivers/gpu/drm/
H A Ddrm_fb_helper.c1508 height = dev->mode_config.max_height;
1614 dev->mode_config.max_height);
1652 u32 max_width, max_height; local
1663 max_height = fb_helper->fb->height;
1665 drm_fb_helper_probe_connector_modes(fb_helper, max_width, max_height);
/drivers/media/pci/ivtv/
H A Divtvfb.c980 int max_height; local
1019 max_height = itv->is_out_50hz ? 576 : 480;
1021 if (osd_yres > max_height)
1022 osd_yres = max_height;
1028 if (osd_upper + start_window.height > max_height + 1) {
1036 start_window.top = osd_upper >= 0 ? osd_upper : ((max_height - start_window.height) / 2);
/drivers/media/platform/davinci/
H A Dvpbe_display.c635 int max_height; local
662 max_height = vpbe_dev->current_timings.yres;
672 (pixfmt->height > max_height)) {
H A Dvpfe_capture.c818 u32 min_height = 1, min_width = 32, max_width, max_height; local
894 max_height = vpfe_dev->std_info.active_lines;
901 pixfmt->height = clamp((pixfmt->height), min_height, max_height);
/drivers/media/platform/omap3isp/
H A Dispresizer.c794 unsigned int max_height; local
805 max_height = ((input->height - 4) * 256 + 255 - 16 - 32 * spv) / 64 + 1;
806 max_height = min_t(unsigned int, max_height, MAX_OUT_HEIGHT);
807 output->height = clamp(output->height, min_height, max_height);
1201 unsigned int max_height = local
1205 crop->height = clamp_t(u32, crop->height, min_height, max_height);
1467 fse->max_height = format.height;
/drivers/media/platform/s3c-camif/
H A Dcamif-core.h139 u16 max_height; member in struct:vp_pix_limits
/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2002 __s32 max_height; local
2027 max_height = b->height;
2033 max_height -= btv->vbi_end - b->top;
2035 if (min_height > max_height)
2046 max_height = c->max_scaled_height;
2057 max_height >>= !V4L2_FIELD_HAS_BOTH(field);
2061 *height = clamp(*height, min_height, max_height);
2079 *height > max_height ||
/drivers/media/platform/ti-vpe/
H A Dvpdma_priv.h299 static inline u32 dtd_max_width_height(int max_width, int max_height) argument
301 return (max_width << DTD_MAX_WIDTH_SHFT) | max_height;
/drivers/gpu/drm/i915/
H A Dintel_pm.c499 unsigned int max_width, max_height; local
564 max_height = 4096;
567 max_height = 2048;
570 max_height = 1536;
573 intel_crtc->config.pipe_src_h > max_height) {

Completed in 8456 milliseconds