Searched refs:max_height (Results 176 - 200 of 308) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/atmel/
H A Datmel-isi.c581 try_crop->height = fse.max_height;
758 fsize->discrete.height = fse.max_height;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h562 u32 max_height; member in struct:amdgpu_video_codec_info
570 .max_height = height,\
H A Damdgpu_kms.c1213 caps->codec_info[idx].max_height =
1214 codecs->codec_array[i].max_height;
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c860 unsigned int max_height = 1024; local
866 max_height <<= ctx->downsize_coeff_v;
900 !tile->height || tile->height > max_height) {
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta-v4l2.c520 dec->max_height ? dec->max_height : DELTA_MAX_HEIGHT,
/linux-master/drivers/staging/media/imx/
H A Dimx-media-csi.c1304 fse->max_height = MAX_H;
1313 fse->max_height = fse->min_height;
/linux-master/drivers/media/i2c/
H A Dov9650.c1098 fse->max_height = ov965x_framesizes[fse->index].height;
1099 fse->min_height = fse->max_height;
H A Ds5k5baf.c1239 fse->max_height = S5K5BAF_CIS_HEIGHT;
1250 fse->max_height = S5K5BAF_WIN_HEIGHT_MIN;
H A Dov2659.c1018 fse->max_height = ov2659_framesizes[fse->index].height;
1019 fse->min_height = fse->max_height;
H A Dimx296.c673 fse->max_height = fse->min_height;
H A Dimx208.c531 fse->max_height = fse->min_height;
H A Dov7740.c716 fse->min_height = fse->max_height = VGA_HEIGHT;
H A Dov9282.c770 fsize->max_height = fsize->min_height;
H A Dmt9v111.c867 fse->max_height = mt9v111_frame_sizes[fse->index].height;
/linux-master/drivers/gpu/drm/ast/
H A Dast_mode.c1878 dev->mode_config.max_height = 2048;
1881 dev->mode_config.max_height = 1200;
/linux-master/drivers/staging/media/tegra-video/
H A Dvi.c357 sizes->discrete.height = fse.max_height;
495 try_crop->height = fse.max_height;
/linux-master/include/uapi/linux/
H A Dvideodev2.h910 __u32 max_height; /* Maximum frame height [pixel] */ member in struct:v4l2_frmsize_stepwise
1694 * @max_height: height in lines
1705 __u32 max_height; member in struct:v4l2_bt_timings_cap
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c155 bt->height > cap->max_height ||
/linux-master/drivers/media/platform/via/
H A Dvia-camera.c950 sizes->stepwise.max_height = VGA_HEIGHT;
/linux-master/drivers/gpu/drm/tiny/
H A Dgm12u320.c670 dev->mode_config.max_height = GM12U320_HEIGHT;
H A Drepaper.c1097 drm->mode_config.max_height = mode->vdisplay;
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_drv.c407 drm->mode_config.max_height = hwdev->max_line_size;
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c857 dev->mode_config.max_height = VBE_DISPI_MAX_YRES;
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-csid.c425 fse->max_height = format.height;
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-bytecap.c303 fsize->stepwise.max_height = DCMIPP_FRAME_MAX_HEIGHT;

Completed in 443 milliseconds

1234567891011>>