Searched refs:max_height (Results 51 - 75 of 308) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-vin.h156 * @max_height: max input height the VIN supports
168 unsigned int max_height; member in struct:rvin_info
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uds.c152 fse->max_height = UDS_MAX_SIZE;
157 &fse->max_height);
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispresizer.c792 unsigned int max_height; local
803 max_height = ((input->height - 4) * 256 + 255 - 16 - 32 * spv) / 64 + 1;
804 max_height = min_t(unsigned int, max_height, MAX_OUT_HEIGHT);
805 output->height = clamp(output->height, min_height, max_height);
1199 unsigned int max_height = local
1203 crop->height = clamp_t(u32, crop->height, min_height, max_height);
1468 fse->max_height = format.height;
/linux-master/drivers/staging/media/deprecated/atmel/
H A Datmel-isc-base.c847 try_crop->height = isc->max_height;
850 try_crop->height = fse.max_height;
929 if (pixfmt->height > isc->max_height)
930 pixfmt->height = isc->max_height;
974 if (pixfmt->height > isc->max_height)
975 pixfmt->height = isc->max_height;
1016 if (f->fmt.pix.height > isc->max_height)
1017 f->fmt.pix.height = isc->max_height;
1122 fsize->stepwise.max_height = isc->max_height;
[all...]
H A Datmel-isc.h235 * @max_height: maximum frame height, dependent on the internal RAM
330 u32 max_height; member in struct:isc_device
/linux-master/drivers/gpu/drm/ingenic/
H A Dingenic-drm-drv.c73 unsigned int max_width, max_height; member in struct:jz_soc_info
389 if (mode->vdisplay > priv->soc_info->max_height)
1138 drm->mode_config.max_height = 4095;
1541 .max_height = 600,
1553 .max_height = 600,
1566 .max_height = 720,
1579 .max_height = 720,
1592 .max_height = 720,
1607 .max_height = 2048,
/linux-master/drivers/media/platform/ti/cal/
H A Dcal-video.c224 (f->fmt.pix.height == fse.max_height)) {
230 (f->fmt.pix.height <= fse.max_height)) {
331 fse.min_height, fse.max_height);
335 fsize->discrete.height = fse.max_height;
570 fsize->stepwise.max_height = CAL_MAX_HEIGHT_LINES;
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_plane.c213 u32 max_width, max_height; local
226 max_height = height << 16;
270 if (new_plane_state->src_h > max_height || new_plane_state->crtc_h > height)
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.c84 h, s->min_height, s->max_height, s->step_height,
170 s.max_height = pix_limit->hmax;
198 di = (u64)bpl * s.max_height * fmt->depth[i];
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu-enc.c19 .max_height = W5_MAX_ENC_PIC_HEIGHT,
26 .max_height = W5_MAX_ENC_PIC_HEIGHT,
35 .max_height = W5_MAX_ENC_PIC_HEIGHT,
42 .max_height = W5_MAX_ENC_PIC_HEIGHT,
49 .max_height = W5_MAX_ENC_PIC_HEIGHT,
56 .max_height = W5_MAX_ENC_PIC_HEIGHT,
63 .max_height = W5_MAX_ENC_PIC_HEIGHT,
70 .max_height = W5_MAX_ENC_PIC_HEIGHT,
367 fsize->stepwise.max_height = vpu_fmt->max_height;
[all...]
/linux-master/drivers/media/pci/ivtv/
H A Divtvfb.c966 int max_height; local
1005 max_height = itv->is_out_50hz ? 576 : 480;
1007 if (osd_yres > max_height)
1008 osd_yres = max_height;
1014 if (osd_upper + start_window.height > max_height + 1) {
1022 start_window.top = osd_upper >= 0 ? osd_upper : ((max_height - start_window.height) / 2);
/linux-master/drivers/media/platform/ti/vpe/
H A Dvpdma_priv.h297 static inline u32 dtd_max_width_height(int max_width, int max_height) argument
299 return (max_width << DTD_MAX_WIDTH_SHFT) | max_height;
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_txp.c190 dev->mode_config.max_height);
204 if (h < mode_config->min_height || h > mode_config->max_height)
/linux-master/drivers/media/platform/nvidia/tegra-vde/
H A Dvde.c470 .max_height = 2032,
493 .max_height = 2032,
/linux-master/drivers/media/platform/amphion/
H A Dvpu_helpers.c143 if (res->max_height)
144 height = clamp(height, res->min_height, res->max_height);
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_drv.c136 ddev->mode_config.max_height = descp->max_height * LSDC_NUM_CRTC;
/linux-master/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c1597 if (plane->max_height)
1598 return plane->max_height(fb, color_plane, rotation);
1712 const int max_height = intel_plane_max_height(plane, fb, 0, rotation); local
1718 if (w > max_width || w < min_width || h > max_height || h < 1) {
1721 w, h, min_width, max_width, max_height);
1781 int max_height = intel_plane_max_height(plane, fb, uv_plane, rotation); local
1789 if (w > max_width || h > max_height) {
1792 w, h, max_width, max_height);
2343 plane->max_height = icl_plane_max_height;
2347 plane->max_height
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c2078 dev->mode_config.max_height = dev_priv->texture_max_height;
2410 drm_rects[i].y2 > mode_config->max_height) {
2879 u32 max_height = dev_priv->texture_max_height; local
2887 max_height = min(dev_priv->stdu_max_height, max_height);
2893 if (max_height < mode->vdisplay)
2923 u32 max_height; local
2941 max_height = dev_priv->texture_max_height;
2945 max_height = min(dev_priv->stdu_max_height, max_height);
[all...]
/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.h135 u16 max_height; member in struct:vp_pix_limits
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta.h234 * @max_height: (optional) maximum height that can decode this decoder
255 u32 max_height; member in struct:delta_dec
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva.h381 * @max_height: maximum height of frame for this encoder
393 u32 max_height; member in struct:hva_enc
/linux-master/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-parameters.h726 u32 max_height; member in struct:mmal_parameter_camera_info_camera
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_writeback.c47 dev->mode_config.max_height);
/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_drv.c164 dev->mode_config.max_height = YRES_MAX;
/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-isc.h246 * @max_height: maximum frame height, dependent on the internal RAM
347 u32 max_height; member in struct:isc_device

Completed in 252 milliseconds

1234567891011>>