Lines Matching full:height

102 	.height = DCMIPP_FMT_HEIGHT_DEFAULT,
113 .height = DCMIPP_FRAME_MIN_HEIGHT,
139 r->height = fmt->height; in dcmipp_byteproc_adjust_compose()
143 /* Adjust height - we can only perform 1/2 decimation */ in dcmipp_byteproc_adjust_compose()
144 if (r->height <= (fmt->height / 2)) in dcmipp_byteproc_adjust_compose()
145 r->height = fmt->height / 2; in dcmipp_byteproc_adjust_compose()
147 r->height = fmt->height; in dcmipp_byteproc_adjust_compose()
169 fmt->height = clamp_t(u32, fmt->height, DCMIPP_FRAME_MIN_HEIGHT, in dcmipp_byteproc_adjust_fmt()
198 r->height = DCMIPP_FMT_HEIGHT_DEFAULT; in dcmipp_byteproc_init_state()
248 fse->max_height = compose->height; in dcmipp_byteproc_enum_frame_size()
272 fmt->format.height = crop->height; in dcmipp_byteproc_set_fmt()
278 crop->height = fmt->format.height; in dcmipp_byteproc_set_fmt()
332 s->r.height = sink_fmt->height; in dcmipp_byteproc_get_selection()
374 mf->height = s->r.height; in dcmipp_byteproc_set_selection()
377 crop->width, crop->height, crop->left, crop->top); in dcmipp_byteproc_set_selection()
387 mf->height = s->r.height; in dcmipp_byteproc_set_selection()
390 compose->width, compose->height, in dcmipp_byteproc_set_selection()
438 vprediv = sink_fmt->height / compose->height; in dcmipp_byteproc_configure_scale_crop()
447 compose->width, compose->height, in dcmipp_byteproc_configure_scale_crop()
451 dev_dbg(byteproc->dev, "crop to %dx%d\n", crop->width, crop->height); in dcmipp_byteproc_configure_scale_crop()
462 (crop->height << DCMIPP_P0SCSZR_VSIZE_SHIFT)); in dcmipp_byteproc_configure_scale_crop()