Home
last modified time | relevance | path

Searched refs:V4L2_CAP_TIMEPERFRAME (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-misc.cpp388 if (parm.parm.capture.capability & V4L2_CAP_TIMEPERFRAME) in misc_get()
410 if (parm.parm.output.capability & V4L2_CAP_TIMEPERFRAME) in misc_get()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-misc.cpp388 if (parm.parm.capture.capability & V4L2_CAP_TIMEPERFRAME) in misc_get()
410 if (parm.parm.output.capability & V4L2_CAP_TIMEPERFRAME) in misc_get()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-misc.cpp388 if (parm.parm.capture.capability & V4L2_CAP_TIMEPERFRAME) in misc_get()
410 if (parm.parm.output.capability & V4L2_CAP_TIMEPERFRAME) in misc_get()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-parm.rst128 ``V4L2_CAP_TIMEPERFRAME`` flag in the ``capability`` field.
188 ``V4L2_CAP_TIMEPERFRAME`` flag in the ``capability`` field.
218 * - ``V4L2_CAP_TIMEPERFRAME``
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-parm.rst128 ``V4L2_CAP_TIMEPERFRAME`` flag in the ``capability`` field.
188 ``V4L2_CAP_TIMEPERFRAME`` flag in the ``capability`` field.
218 * - ``V4L2_CAP_TIMEPERFRAME``
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-parm.rst128 ``V4L2_CAP_TIMEPERFRAME`` flag in the ``capability`` field.
188 ``V4L2_CAP_TIMEPERFRAME`` flag in the ``capability`` field.
218 * - ``V4L2_CAP_TIMEPERFRAME``
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/linux/
H A Dfake_v4l2_impl.cc161 captureparm.capability = V4L2_CAP_TIMEPERFRAME; in g_parm()
173 captureparm.capability = V4L2_CAP_TIMEPERFRAME; in s_parm()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/linux-v4l2/
H A Dv4l2-output.c181 parm.parm.output.capability = V4L2_CAP_TIMEPERFRAME; in try_connect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/linux/
H A Dfake_v4l2_impl.cc186 captureparm.capability = V4L2_CAP_TIMEPERFRAME; in g_parm()
198 captureparm.capability = V4L2_CAP_TIMEPERFRAME; in s_parm()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/lib/libv4l2/
H A Dlog.c249 if (parm->parm.capture.capability & V4L2_CAP_TIMEPERFRAME) in v4l2_log_ioctl()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/lib/libv4l2/
H A Dlog.c249 if (parm->parm.capture.capability & V4L2_CAP_TIMEPERFRAME) in v4l2_log_ioctl()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/lib/libv4l2/
H A Dlog.c249 if (parm->parm.capture.capability & V4L2_CAP_TIMEPERFRAME) in v4l2_log_ioctl()
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_v4l2/
H A Dvidinput_v4l2.cxx219 canSetFrameRate = videoStreamParm.parm.capture.capability & V4L2_CAP_TIMEPERFRAME; in Open()
489 (streamParm.parm.capture.capability & V4L2_CAP_TIMEPERFRAME)) { in SetColourFormat()
906 (streamParm.parm.capture.capability & V4L2_CAP_TIMEPERFRAME)) { in VerifyHardwareFrameSize()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-common.c199 a->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in v4l2_g_parm_cap()
226 a->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in v4l2_s_parm_cap()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-common.c199 a->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in v4l2_g_parm_cap()
226 a->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in v4l2_s_parm_cap()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-common.c199 a->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in v4l2_g_parm_cap()
226 a->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in v4l2_s_parm_cap()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-test-formats.cpp1240 fail_on_test(cap->capability & ~V4L2_CAP_TIMEPERFRAME); in testParmStruct()
1246 if (cap->capability & V4L2_CAP_TIMEPERFRAME) in testParmStruct()
1259 fail_on_test(out->capability & ~V4L2_CAP_TIMEPERFRAME); in testParmStruct()
1262 if (out->capability & V4L2_CAP_TIMEPERFRAME) in testParmStruct()
1331 if (!ret && (cap & V4L2_CAP_TIMEPERFRAME) && !node->has_frmintervals) in testParmType()
1338 if (!(parm.parm.capture.capability & V4L2_CAP_TIMEPERFRAME)) in testParmType()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-test-formats.cpp1240 fail_on_test(cap->capability & ~V4L2_CAP_TIMEPERFRAME); in testParmStruct()
1246 if (cap->capability & V4L2_CAP_TIMEPERFRAME) in testParmStruct()
1259 fail_on_test(out->capability & ~V4L2_CAP_TIMEPERFRAME); in testParmStruct()
1262 if (out->capability & V4L2_CAP_TIMEPERFRAME) in testParmStruct()
1331 if (!ret && (cap & V4L2_CAP_TIMEPERFRAME) && !node->has_frmintervals) in testParmType()
1338 if (!(parm.parm.capture.capability & V4L2_CAP_TIMEPERFRAME)) in testParmType()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-test-formats.cpp1240 fail_on_test(cap->capability & ~V4L2_CAP_TIMEPERFRAME); in testParmStruct()
1246 if (cap->capability & V4L2_CAP_TIMEPERFRAME) in testParmStruct()
1259 fail_on_test(out->capability & ~V4L2_CAP_TIMEPERFRAME); in testParmStruct()
1262 if (out->capability & V4L2_CAP_TIMEPERFRAME) in testParmStruct()
1331 if (!ret && (cap & V4L2_CAP_TIMEPERFRAME) && !node->has_frmintervals) in testParmType()
1338 if (!(parm.parm.capture.capability & V4L2_CAP_TIMEPERFRAME)) in testParmType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_capture/linux/
H A Dvideo_capture_linux.cc214 if (streamparms.parm.capture.capability & V4L2_CAP_TIMEPERFRAME) { in StartCapture()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_capture/linux/
H A Dvideo_capture_linux.cc214 if (streamparms.parm.capture.capability & V4L2_CAP_TIMEPERFRAME) { in StartCapture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_capture/linux/
H A Dvideo_capture_linux.cc214 if (streamparms.parm.capture.capability & V4L2_CAP_TIMEPERFRAME) { in StartCapture()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_capture/linux/
H A Dvideo_capture_linux.cc229 if (streamparms.parm.capture.capability & V4L2_CAP_TIMEPERFRAME) { in StartCapture()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_capture/linux/
H A Dvideo_capture_linux.cc228 if (streamparms.parm.capture.capability & V4L2_CAP_TIMEPERFRAME) { in StartCapture()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_capture/linux/
H A Dvideo_capture_linux.cc228 if (streamparms.parm.capture.capability & V4L2_CAP_TIMEPERFRAME) { in StartCapture()

12345678