Home
last modified time | relevance | path

Searched refs:discrete (Results 1 – 25 of 115) sorted by relevance

12345

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/
H A D0008-v4l2src-Support-setting-max-resolution.patch40 GST_LOG_OBJECT (v4l2object->dbg_obj, "got discrete frame size %dx%d",
41 size.discrete.width, size.discrete.height);
43 - w = MIN (size.discrete.width, G_MAXINT);
44 - h = MIN (size.discrete.height, G_MAXINT);
45 + w = MIN (size.discrete.width, max_width);
46 + h = MIN (size.discrete.height, max_height);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A D0008-v4l2src-Support-setting-max-resolution.patch40 GST_LOG_OBJECT (v4l2object->dbg_obj, "got discrete frame size %dx%d",
41 size.discrete.width, size.discrete.height);
43 - w = MIN (size.discrete.width, G_MAXINT);
44 - h = MIN (size.discrete.height, G_MAXINT);
45 + w = MIN (size.discrete.width, max_width);
46 + h = MIN (size.discrete.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.patch40 GST_LOG_OBJECT (v4l2object->dbg_obj, "got discrete frame size %dx%d",
41 size.discrete.width, size.discrete.height);
43 - w = MIN (size.discrete.width, G_MAXINT);
44 - h = MIN (size.discrete.height, G_MAXINT);
45 + w = MIN (size.discrete.width, max_width);
46 + h = MIN (size.discrete.height, max_height);
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/
H A DCamera.cpp210 … qDebug() << "width: " << frmsize.discrete.width << "height: " << frmsize.discrete.height; in StartWorkThread()
211 if ((w == frmsize.discrete.width) in StartWorkThread()
212 && (h == frmsize.discrete.height)) { in StartWorkThread()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A DKconfig21 # before discrete ones so they will be the initial/default value:
23 # - licensed IP used in both SOC and discrete versions
24 # - discrete ones (including all PCI-only controllers)
174 R8A66597 is a discrete USB host and peripheral controller chip that
186 Renesas USBHS is a discrete USB host and peripheral controller chip
291 # Controllers available in both integrated and discrete versions
298 M66592 is a discrete USB peripheral controller chip that
309 # Controllers available only in discrete form (and all PCI controllers)
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Damc6821.rst75 It can only have certain discrete values
91 speed. It can only have certain discrete
/OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/
H A DKconfig12 Renesas USBHS is a discrete USB host and peripheral controller chip
/OK3568_Linux_fs/u-boot/drivers/thermal/
H A DKconfig7 devices may be discrete but connected on a suitable bus.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/
H A D0011-HACK-media-capture-linux-Allow-camera-without-suppor.patch7 The chromium would only accept discrete frame sizes.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_100.0.4896/
H A D0011-HACK-media-capture-linux-Allow-camera-without-suppor.patch7 The chromium would only accept discrete frame sizes.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/
H A D0012-HACK-media-capture-linux-Allow-camera-without-suppor.patch7 The chromium would only accept discrete frame sizes.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_96.0.4664/
H A D0012-HACK-media-capture-linux-Allow-camera-without-suppor.patch7 The chromium would only accept discrete frame sizes.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/
H A D0012-HACK-media-capture-linux-Allow-camera-without-suppor.patch7 The chromium would only accept discrete frame sizes.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/
H A D0011-HACK-media-capture-linux-Allow-camera-without-suppor.patch7 The chromium would only accept discrete frame sizes.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_101.0.4951/
H A D0011-HACK-media-capture-linux-Allow-camera-without-suppor.patch7 The chromium would only accept discrete frame sizes.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_97.0.4692/
H A D0012-HACK-media-capture-linux-Allow-camera-without-suppor.patch7 The chromium would only accept discrete frame sizes.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_103.0.5060/
H A D0011-HACK-media-capture-linux-Allow-camera-without-suppor.patch7 The chromium would only accept discrete frame sizes.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/
H A D0013-HACK-media-capture-linux-Allow-camera-without-suppor.patch7 The chromium would only accept discrete frame sizes.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-rgb13h.txt9 A discrete LED element connected to the device must be represented by a child
/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_v4l2.c1250 fsize->discrete.width = frame->wWidth; in uvc_ioctl_enum_framesizes()
1251 fsize->discrete.height = frame->wHeight; in uvc_ioctl_enum_framesizes()
1292 fival->discrete.numerator = in uvc_ioctl_enum_frameintervals()
1294 fival->discrete.denominator = 10000000; in uvc_ioctl_enum_frameintervals()
1295 uvc_simplify_fraction(&fival->discrete.numerator, in uvc_ioctl_enum_frameintervals()
1296 &fival->discrete.denominator, 8, 333); in uvc_ioctl_enum_frameintervals()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-enum-frameintervals.rst51 the `discrete` member is valid.
147 - ``discrete``
H A Dvidioc-enum-framesizes.rst52 ``discrete`` member is valid.
157 - ``discrete``
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dmaxim,max9485.txt6 - MAX9485_CLKOUT: A PLL that can be configured to 16 different discrete
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Drtc.rst128 integrated into embeddable system-on-chip (SOC) processors to discrete chips
134 example, maybe the low-power battery-backed RTC is a discrete I2C chip, but
136 the system clock from the discrete RTC, but use the integrated one for all
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dsur40.c1074 f->discrete.width = sur40->pix_fmt.width; in sur40_vidioc_enum_framesizes()
1075 f->discrete.height = sur40->pix_fmt.height; in sur40_vidioc_enum_framesizes()
1091 f->discrete.denominator = 60; in sur40_vidioc_enum_frameintervals()
1092 f->discrete.numerator = 1; in sur40_vidioc_enum_frameintervals()

12345