Lines Matching refs:maxh
1212 unsigned int maxh = norm_maxh(dev); in size_to_scale() local
1218 *vscale = (((unsigned long)maxh) << 12) / height - 4096L; in size_to_scale()
1228 unsigned int maxh = norm_maxh(dev); in scale_to_size() local
1231 *height = (((unsigned long)maxh) << 12) / (vscale + 4096L); in scale_to_size()
1279 unsigned int maxh = norm_maxh(dev); in vidioc_try_fmt_vid_cap() local
1292 height = height > (3 * maxh / 4) ? maxh : maxh / 2; in vidioc_try_fmt_vid_cap()
1299 if (width == maxw && height == maxh) in vidioc_try_fmt_vid_cap()
1304 v4l_bound_align_image(&width, 48, maxw, 1, &height, 32, maxh, in vidioc_try_fmt_vid_cap()
1758 unsigned int maxh = norm_maxh(dev); in vidioc_enum_framesizes() local
1772 fsize->discrete.height = maxh / (1 + fsize->index); in vidioc_enum_framesizes()
1788 fsize->stepwise.max_height = maxh; in vidioc_enum_framesizes()