Lines Matching full:height
86 .height = DCMIPP_FMT_HEIGHT_DEFAULT,
97 .height = DCMIPP_FRAME_MIN_HEIGHT,
123 r->height = fmt->height; in dcmipp_byteproc_adjust_compose()
127 /* Adjust height - we can only perform 1/2 decimation */ in dcmipp_byteproc_adjust_compose()
128 if (r->height <= (fmt->height / 2)) in dcmipp_byteproc_adjust_compose()
129 r->height = fmt->height / 2; in dcmipp_byteproc_adjust_compose()
131 r->height = fmt->height; in dcmipp_byteproc_adjust_compose()
153 fmt->height = clamp_t(u32, fmt->height, DCMIPP_FRAME_MIN_HEIGHT, in dcmipp_byteproc_adjust_fmt()
182 r->height = DCMIPP_FMT_HEIGHT_DEFAULT; in dcmipp_byteproc_init_state()
232 fse->max_height = compose->height; in dcmipp_byteproc_enum_frame_size()
257 fmt->format.height = crop->height; in dcmipp_byteproc_set_fmt()
263 crop->height = fmt->format.height; in dcmipp_byteproc_set_fmt()
317 s->r.height = sink_fmt->height; in dcmipp_byteproc_get_selection()
359 mf->height = s->r.height; in dcmipp_byteproc_set_selection()
362 crop->width, crop->height, crop->left, crop->top); in dcmipp_byteproc_set_selection()
372 mf->height = s->r.height; in dcmipp_byteproc_set_selection()
375 compose->width, compose->height, in dcmipp_byteproc_set_selection()
434 vprediv = sink_fmt->height / compose->height; in dcmipp_byteproc_configure_scale_crop()
443 compose->width, compose->height, in dcmipp_byteproc_configure_scale_crop()
447 dev_dbg(byteproc->dev, "crop to %dx%d\n", crop->width, crop->height); in dcmipp_byteproc_configure_scale_crop()
458 (crop->height << DCMIPP_P0SCSZR_VSIZE_SHIFT)); in dcmipp_byteproc_configure_scale_crop()