Lines Matching refs:maxh
1218 unsigned int maxh = norm_maxh(dev); in size_to_scale() local
1224 *vscale = (((unsigned long)maxh) << 12) / height - 4096L; in size_to_scale()
1234 unsigned int maxh = norm_maxh(dev); in scale_to_size() local
1237 *height = (((unsigned long)maxh) << 12) / (vscale + 4096L); in scale_to_size()
1285 unsigned int maxh = norm_maxh(dev); in vidioc_try_fmt_vid_cap() local
1298 height = height > (3 * maxh / 4) ? maxh : maxh / 2; in vidioc_try_fmt_vid_cap()
1305 if (width == maxw && height == maxh) in vidioc_try_fmt_vid_cap()
1310 v4l_bound_align_image(&width, 48, maxw, 1, &height, 32, maxh, in vidioc_try_fmt_vid_cap()
1764 unsigned int maxh = norm_maxh(dev); in vidioc_enum_framesizes() local
1778 fsize->discrete.height = maxh / (1 + fsize->index); in vidioc_enum_framesizes()
1794 fsize->stepwise.max_height = maxh; in vidioc_enum_framesizes()