Home
last modified time | relevance | path

Searched refs:V4L2_IN_CAP_DV_TIMINGS (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dvideodev2.h1674 #define V4L2_IN_CAP_DV_TIMINGS 0x00000002 /* Supports S_DV_TIMINGS */ macro
1675 #define V4L2_IN_CAP_CUSTOM_TIMINGS V4L2_IN_CAP_DV_TIMINGS /* For compatibility */
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h1674 #define V4L2_IN_CAP_DV_TIMINGS 0x00000002 /* Supports S_DV_TIMINGS */ macro
1675 #define V4L2_IN_CAP_CUSTOM_TIMINGS V4L2_IN_CAP_DV_TIMINGS /* For compatibility */
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2src.c569 } else if (in.capabilities & V4L2_IN_CAP_DV_TIMINGS) { in gst_v4l2src_query_preferred_size()