Home
last modified time | relevance | path

Searched refs:V4L2_CTRL_ID2CLASS (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/linux/
H A Dv4l2_capture_delegate_unittest.cc110 if (V4L2_CTRL_ID2CLASS(range.id) != V4L2_CTRL_ID2CLASS(control.class_id)) in SetControlsToMaxValues()
135 if (V4L2_CTRL_ID2CLASS(range.id) != V4L2_CTRL_ID2CLASS(control.class_id)) in SetControlsToMaxValues()
158 if (V4L2_CTRL_ID2CLASS(range.id) != V4L2_CTRL_ID2CLASS(control.class_id)) in VerifyUserControlsAreSetToDefaultValues()
H A Dv4l2_capture_delegate.cc729 if (V4L2_CTRL_ID2CLASS(range.id) != V4L2_CTRL_ID2CLASS(control.class_id)) in ResetUserAndCameraControlsToDefault()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/linux/
H A Dv4l2_capture_delegate_unittest.cc110 if (V4L2_CTRL_ID2CLASS(range.id) != V4L2_CTRL_ID2CLASS(control.class_id)) in SetControlsToMaxValues()
135 if (V4L2_CTRL_ID2CLASS(range.id) != V4L2_CTRL_ID2CLASS(control.class_id)) in SetControlsToMaxValues()
158 if (V4L2_CTRL_ID2CLASS(range.id) != V4L2_CTRL_ID2CLASS(control.class_id)) in VerifyUserControlsAreSetToDefaultValues()
H A Dv4l2_capture_delegate.cc736 if (V4L2_CTRL_ID2CLASS(range.id) != V4L2_CTRL_ID2CLASS(control.class_id)) in ResetUserAndCameraControlsToDefault()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/avcap/linux/
H A Duvc_compat.h35 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/avcap/linux/
H A Duvc_compat.h35 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/plugins/input_uvc/
H A Duvc_compat.h63 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/plugins/input_control/
H A Duvc_compat.h63 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VideoCapture/src/v4l2sys/src/
H A Dcapturev4l2.cpp973 if (V4L2_CTRL_ID2CLASS(queryctrl->id) != controlClass) in queryControl()
982 ctrls.ctrl_class = V4L2_CTRL_ID2CLASS(queryctrl->id); in queryControl()
986 if (V4L2_CTRL_ID2CLASS(queryctrl->id) != V4L2_CTRL_CLASS_USER && in queryControl()
1040 && V4L2_CTRL_ID2CLASS(qctrl.id) == controlClass) in findControls()
1054 && V4L2_CTRL_ID2CLASS(qctrl.id) == controlClass) in findControls()
1062 && V4L2_CTRL_ID2CLASS(qctrl.id) == controlClass) in findControls()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/v4l2/
H A Dcontrols.c118 .ctrl_class = V4L2_CTRL_ID2CLASS(c->id), in ControlSet64()
137 .ctrl_class = V4L2_CTRL_ID2CLASS(c->id), in ControlSetStr()
525 .ctrl_class = V4L2_CTRL_ID2CLASS(c->id), in ControlAddInteger64()
577 .ctrl_class = V4L2_CTRL_ID2CLASS(c->id), in ControlAddString()
/dports/graphics/zbar/zbar-0.23.90/zbar/video/
H A Dv4l2.c750 (*ptr)->s.group = strdup(v4l2_ctrl_class(V4L2_CTRL_ID2CLASS(query->id)));
835 const char *class = v4l2_ctrl_class(V4L2_CTRL_ID2CLASS(query.id));
875 ctrls.ctrl_class = V4L2_CTRL_ID2CLASS(p->id);
927 ctrls.ctrl_class = V4L2_CTRL_ID2CLASS(p->id);
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dextended-controls.rst135 if (V4L2_CTRL_ID2CLASS(qctrl.id) != V4L2_CTRL_CLASS_CODEC)
148 driver-specific controls. The macro ``V4L2_CTRL_ID2CLASS(id)`` returns
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dextended-controls.rst135 if (V4L2_CTRL_ID2CLASS(qctrl.id) != V4L2_CTRL_CLASS_CODEC)
148 driver-specific controls. The macro ``V4L2_CTRL_ID2CLASS(id)`` returns
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dextended-controls.rst135 if (V4L2_CTRL_ID2CLASS(qctrl.id) != V4L2_CTRL_CLASS_CODEC)
148 driver-specific controls. The macro ``V4L2_CTRL_ID2CLASS(id)`` returns
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dvideoio.h60 #define V4L2_CTRL_ID2CLASS(id) ((id >> 16) & 0xfff) macro
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dvideodev2.h499 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dvideodev2.h499 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro
/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Dvideodev2k.h788 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro
/dports/comms/hamlib/hamlib-4.3.1/rigs/tuner/
H A Dvideodev2.h928 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro
/dports/multimedia/xawtv/xawtv-3.107/libng/
H A Dvideodev2.h1594 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions544 ignore define V4L2_CTRL_ID2CLASS
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/sys/v4l2/ext/
H A Dvideodev2.h1664 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/sys/v4l2/ext/
H A Dvideodev2.h1664 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/sys/v4l2/ext/
H A Dvideodev2.h1664 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/sys/v4l2/ext/
H A Dvideodev2.h1664 #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) macro

123