Lines Matching full:height

101 		return pix->bytesperline * pix->height * 2;  in rvin_format_sizeimage()
103 return pix->bytesperline * pix->height; in rvin_format_sizeimage()
128 pix->height *= 2; in rvin_format_align()
140 &pix->height, 4, vin->info->max_height, 2, 0); in rvin_format_align()
146 pix->width, pix->height, pix->bytesperline, pix->sizeimage); in rvin_format_align()
172 vin->source.height = vin->format.height; in rvin_reset_format()
191 u32 width, height; in rvin_try_format() local
206 height = pix->height; in rvin_try_format()
218 crop->height = pix->height; in rvin_try_format()
222 * to INTERLACE it. The crop height then needs to be doubled. in rvin_try_format()
225 crop->height *= 2; in rvin_try_format()
232 pix->height = height; in rvin_try_format()
240 compose->height = pix->height; in rvin_try_format()
326 s->r.height = vin->source.height; in rvin_g_selection()
335 s->r.height = vin->format.height; in rvin_g_selection()
356 .height = 2, in rvin_s_selection()
369 max_rect.height = vin->source.height; in rvin_s_selection()
373 &r.height, 2, vin->source.height, 0, 0); in rvin_s_selection()
375 r.top = clamp_t(s32, r.top, 0, vin->source.height - r.height); in rvin_s_selection()
381 r.width, r.height, r.left, r.top, in rvin_s_selection()
382 vin->source.width, vin->source.height); in rvin_s_selection()
388 max_rect.height = vin->format.height; in rvin_s_selection()
406 r.width, r.height, r.left, r.top, in rvin_s_selection()
407 vin->format.width, vin->format.height); in rvin_s_selection()
492 /* Changing the standard will change the width/height */ in rvin_s_std()
548 /* Changing the timings will change the width/height */ in rvin_s_dv_timings()
716 vin->crop.height = vin->format.height; in rvin_mc_s_fmt_vid_cap()
911 vin->format.height = RVIN_DEFAULT_HEIGHT; in rvin_v4l2_register()