Home
last modified time | relevance | path

Searched refs:maxh (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/shelf-pack/2.1.1/include/mapbox/
H A Dshelf-pack.hpp44 ) : id(id1), w(w1), h(h1), maxw(maxw1), maxh(maxh1), x(x1), y(y1), refcount_(0) { in Bin()
49 if (maxh == -1) { in Bin()
50 maxh = h; in Bin()
58 int32_t maxh; member in mapbox::Bin
261 if (h == freebin->maxh && w == freebin->maxw) { in packOne()
265 if (h > freebin->maxh || w > freebin->maxw) { in packOne()
269 if (h <= freebin->maxh && w <= freebin->maxw) { in packOne()
270 waste = (freebin->maxw * freebin->maxh) - (w * h); in packOne()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/
H A D0008-v4l2src-Support-setting-max-resolution.patch55 - maxh = MIN (size.stepwise.max_height, G_MAXINT);
57 + maxh = MIN (size.stepwise.max_height, max_height);
66 - maxh = MIN (size.stepwise.max_height, G_MAXINT);
68 + maxh = MIN (size.stepwise.max_height, max_height);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A D0008-v4l2src-Support-setting-max-resolution.patch55 - maxh = MIN (size.stepwise.max_height, G_MAXINT);
57 + maxh = MIN (size.stepwise.max_height, max_height);
66 - maxh = MIN (size.stepwise.max_height, G_MAXINT);
68 + maxh = MIN (size.stepwise.max_height, max_height);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/
H A D0008-v4l2src-Support-setting-max-resolution.patch55 - maxh = MIN (size.stepwise.max_height, G_MAXINT);
57 + maxh = MIN (size.stepwise.max_height, max_height);
66 - maxh = MIN (size.stepwise.max_height, G_MAXINT);
68 + maxh = MIN (size.stepwise.max_height, max_height);
/OK3568_Linux_fs/kernel/drivers/media/common/saa7146/
H A Dsaa7146_video.c618 int maxw, maxh; in vidioc_try_fmt_vid_cap() local
629 maxh = vv->standard->v_max_out; in vidioc_try_fmt_vid_cap()
632 field = (f->fmt.pix.height > maxh / 2) in vidioc_try_fmt_vid_cap()
639 maxh = maxh / 2; in vidioc_try_fmt_vid_cap()
644 maxh = maxh / 2; in vidioc_try_fmt_vid_cap()
658 if (f->fmt.pix.height > maxh) in vidioc_try_fmt_vid_cap()
659 f->fmt.pix.height = maxh; in vidioc_try_fmt_vid_cap()
684 int maxw, maxh; in vidioc_try_fmt_vid_overlay() local
708 maxh = vv->standard->v_max_out; in vidioc_try_fmt_vid_overlay()
711 field = (win->w.height > maxh / 2) in vidioc_try_fmt_vid_overlay()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/tw68/
H A Dtw68-video.c594 unsigned int maxh; in tw68_try_fmt_vid_cap() local
601 maxh = (dev->tvnorm->id & V4L2_STD_525_60) ? 480 : 576; in tw68_try_fmt_vid_cap()
610 maxh = maxh * 2; in tw68_try_fmt_vid_cap()
613 field = (f->fmt.pix.height > maxh / 2) in tw68_try_fmt_vid_cap()
626 if (f->fmt.pix.height > maxh) in tw68_try_fmt_vid_cap()
627 f->fmt.pix.height = maxh; in tw68_try_fmt_vid_cap()
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Dfsl-viu.c601 unsigned int maxw, maxh; in vidioc_try_fmt_cap() local
611 maxh = norm_maxh(); in vidioc_try_fmt_cap()
616 if (f->fmt.pix.height > maxh) in vidioc_try_fmt_cap()
617 f->fmt.pix.height = maxh; in vidioc_try_fmt_cap()
662 int maxw, maxh; in verify_preview() local
673 maxh = dev->crop_current.height; in verify_preview()
676 field = (win->w.height > maxh/2) in verify_preview()
683 maxh = maxh / 2; in verify_preview()
694 if (win->w.height > maxh) in verify_preview()
695 win->w.height = maxh; in verify_preview()
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/
H A Dsaa7134-video.c659 int maxw, maxh; in verify_preview() local
674 maxh = dev->crop_current.height; in verify_preview()
677 field = (win->w.height > maxh/2) in verify_preview()
684 maxh = maxh / 2; in verify_preview()
694 if (win->w.height > maxh) in verify_preview()
695 win->w.height = maxh; in verify_preview()
1300 unsigned int maxw, maxh; in saa7134_try_fmt_vid_cap() local
1308 maxh = min(dev->crop_current.height*4, dev->crop_bounds.height); in saa7134_try_fmt_vid_cap()
1311 field = (f->fmt.pix.height > maxh/2) in saa7134_try_fmt_vid_cap()
1318 maxh = maxh / 2; in saa7134_try_fmt_vid_cap()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/cx25821/
H A Dcx25821-video.c340 unsigned int maxh; in cx25821_vidioc_try_fmt_vid_cap() local
346 maxh = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_try_fmt_vid_cap()
353 f->fmt.pix.height = maxh / 4; in cx25821_vidioc_try_fmt_vid_cap()
356 f->fmt.pix.height = maxh / 2; in cx25821_vidioc_try_fmt_vid_cap()
359 f->fmt.pix.height = maxh; in cx25821_vidioc_try_fmt_vid_cap()
/OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/
H A Dem28xx-video.c1390 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()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/
H A Dcx23885-video.c554 unsigned int maxw, maxh; in vidioc_try_fmt_vid_cap() local
562 maxh = norm_maxh(dev->tvnorm); in vidioc_try_fmt_vid_cap()
565 field = (f->fmt.pix.height > maxh/2) in vidioc_try_fmt_vid_cap()
573 maxh = maxh / 2; in vidioc_try_fmt_vid_cap()
586 &f->fmt.pix.height, 32, maxh, 0, 0); in vidioc_try_fmt_vid_cap()
/OK3568_Linux_fs/kernel/drivers/media/pci/cx88/
H A Dcx88-blackbird.c833 unsigned int maxw, maxh; in vidioc_try_fmt_vid_cap() local
842 maxh = norm_maxh(core->tvnorm); in vidioc_try_fmt_vid_cap()
854 field = (f->fmt.pix.height > maxh / 2) in vidioc_try_fmt_vid_cap()
860 maxh /= 2; in vidioc_try_fmt_vid_cap()
863 &f->fmt.pix.height, 32, maxh, 0, 0); in vidioc_try_fmt_vid_cap()
H A Dcx88-video.c730 unsigned int maxw, maxh; in vidioc_try_fmt_vid_cap() local
737 maxh = norm_maxh(core->tvnorm); in vidioc_try_fmt_vid_cap()
749 field = (f->fmt.pix.height > maxh / 2) in vidioc_try_fmt_vid_cap()
755 maxh /= 2; in vidioc_try_fmt_vid_cap()
758 &f->fmt.pix.height, 32, maxh, 0, 0); in vidioc_try_fmt_vid_cap()
/OK3568_Linux_fs/kernel/drivers/media/usb/cx231xx/
H A Dcx231xx-cards.c1403 unsigned int maxh, maxw; in cx231xx_init_dev() local
1467 maxh = norm_maxh(dev); in cx231xx_init_dev()
1471 dev->height = maxh; in cx231xx_init_dev()
H A Dcx231xx-video.c864 unsigned int maxh = norm_maxh(dev); in vidioc_try_fmt_vid_cap() local
876 v4l_bound_align_image(&width, 48, maxw, 1, &height, 32, maxh, 1, 0); in vidioc_try_fmt_vid_cap()