Home
last modified time | relevance | path

Searched refs:V4L2_CAP_READWRITE (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_QUERYCAP.c52 V4L2_CAP_READWRITE | in valid_capabilities()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dvideodev2.h476 #define V4L2_CAP_READWRITE 0x01000000 /* read/write systemcalls */ macro
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h476 #define V4L2_CAP_READWRITE 0x01000000 /* read/write systemcalls */ macro
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c3101 if (v4l2object->device_caps & V4L2_CAP_READWRITE) { in gst_v4l2_object_setup_pool()