Lines Matching refs:maxh
1380 unsigned int maxh = norm_maxh(dev); in size_to_scale() local
1386 *vscale = (((unsigned long)maxh) << 12) / height - 4096L; in size_to_scale()
1396 unsigned int maxh = norm_maxh(dev); in scale_to_size() local
1399 *height = (((unsigned long)maxh) << 12) / (vscale + 4096L); in scale_to_size()
1453 unsigned int maxh = norm_maxh(dev); in vidioc_try_fmt_vid_cap() local
1466 height = height > (3 * maxh / 4) ? maxh : maxh / 2; in vidioc_try_fmt_vid_cap()
1473 if (width == maxw && height == maxh) in vidioc_try_fmt_vid_cap()
1480 v4l_bound_align_image(&width, 48, maxw, 1, &height, 32, maxh, in vidioc_try_fmt_vid_cap()
2007 unsigned int maxh = norm_maxh(dev); in vidioc_enum_framesizes() local
2021 fsize->discrete.height = maxh / (1 + fsize->index); in vidioc_enum_framesizes()
2037 fsize->stepwise.max_height = maxh; in vidioc_enum_framesizes()