Lines Matching refs:maxh
1390 unsigned int maxh = norm_maxh(dev); in size_to_scale() local
1396 *vscale = (((unsigned long)maxh) << 12) / height - 4096L; in size_to_scale()
1406 unsigned int maxh = norm_maxh(dev); in scale_to_size() local
1409 *height = (((unsigned long)maxh) << 12) / (vscale + 4096L); in scale_to_size()
1463 unsigned int maxh = norm_maxh(dev); in vidioc_try_fmt_vid_cap() local
1476 height = height > (3 * maxh / 4) ? maxh : maxh / 2; in vidioc_try_fmt_vid_cap()
1483 if (width == maxw && height == maxh) in vidioc_try_fmt_vid_cap()
1490 v4l_bound_align_image(&width, 48, maxw, 1, &height, 32, maxh, in vidioc_try_fmt_vid_cap()
2017 unsigned int maxh = norm_maxh(dev); in vidioc_enum_framesizes() local
2031 fsize->discrete.height = maxh / (1 + fsize->index); in vidioc_enum_framesizes()
2047 fsize->stepwise.max_height = maxh; in vidioc_enum_framesizes()