| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/ |
| H A D | 0008-v4l2src-Support-setting-max-resolution.patch | 40 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 D | 0008-v4l2src-Support-setting-max-resolution.patch | 40 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 D | 0008-v4l2src-Support-setting-max-resolution.patch | 40 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 D | Camera.cpp | 210 … 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 D | Kconfig | 21 # 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 D | amc6821.rst | 75 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 D | Kconfig | 12 Renesas USBHS is a discrete USB host and peripheral controller chip
|
| /OK3568_Linux_fs/u-boot/drivers/thermal/ |
| H A D | Kconfig | 7 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 D | 0011-HACK-media-capture-linux-Allow-camera-without-suppor.patch | 7 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 D | 0011-HACK-media-capture-linux-Allow-camera-without-suppor.patch | 7 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 D | 0012-HACK-media-capture-linux-Allow-camera-without-suppor.patch | 7 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 D | 0012-HACK-media-capture-linux-Allow-camera-without-suppor.patch | 7 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 D | 0012-HACK-media-capture-linux-Allow-camera-without-suppor.patch | 7 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 D | 0011-HACK-media-capture-linux-Allow-camera-without-suppor.patch | 7 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 D | 0011-HACK-media-capture-linux-Allow-camera-without-suppor.patch | 7 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 D | 0012-HACK-media-capture-linux-Allow-camera-without-suppor.patch | 7 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 D | 0011-HACK-media-capture-linux-Allow-camera-without-suppor.patch | 7 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 D | 0013-HACK-media-capture-linux-Allow-camera-without-suppor.patch | 7 The chromium would only accept discrete frame sizes.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | leds-rgb13h.txt | 9 A discrete LED element connected to the device must be represented by a child
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/uvc/ |
| H A D | uvc_v4l2.c | 1250 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 D | vidioc-enum-frameintervals.rst | 51 the `discrete` member is valid. 147 - ``discrete``
|
| H A D | vidioc-enum-framesizes.rst | 52 ``discrete`` member is valid. 157 - ``discrete``
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | maxim,max9485.txt | 6 - MAX9485_CLKOUT: A PLL that can be configured to 16 different discrete
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | rtc.rst | 128 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 D | sur40.c | 1074 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()
|