Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_PARM.c35 if ((capability & ~(V4L2_CAP_TIMEPERFRAME)) == 0) { in valid_v4l2_captureparm_capability()
47 if ((capability & ~(V4L2_CAP_TIMEPERFRAME)) == 0) { in valid_v4l2_outputparm_capability()
126 capability & V4L2_CAP_TIMEPERFRAME) { in do_get_param()
174 if (parm.parm.output.capability & V4L2_CAP_TIMEPERFRAME) { in do_get_param()
/third_party/ffmpeg/libavdevice/
Dv4l2.c728 if (streamparm.parm.capture.capability & V4L2_CAP_TIMEPERFRAME) { in v4l2_set_parameters()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dvideodev2.h1197 #define V4L2_CAP_TIMEPERFRAME 0x1000 /* timeperframe field is supported */ macro
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h1197 #define V4L2_CAP_TIMEPERFRAME 0x1000 /* timeperframe field is supported */ macro
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c3918 if ((streamparm.parm.capture.capability & V4L2_CAP_TIMEPERFRAME) == 0) { in gst_v4l2_object_set_format_full()
3961 if ((streamparm.parm.output.capability & V4L2_CAP_TIMEPERFRAME) == 0) { in gst_v4l2_object_set_format_full()