Searched refs:V4L2_CAP_TUNER (Results 1 – 6 of 6) sorted by relevance
49 V4L2_CAP_TUNER | in valid_capabilities()
1109 if (v4l2object->device_caps & V4L2_CAP_TUNER) { in gst_v4l2_get_input()1134 if (v4l2object->device_caps & V4L2_CAP_TUNER) { in gst_v4l2_set_input()1181 if (v4l2object->device_caps & V4L2_CAP_TUNER) { in gst_v4l2_get_output()1206 if (v4l2object->device_caps & V4L2_CAP_TUNER) { in gst_v4l2_set_output()
99 if (!(v4l2object->device_caps & V4L2_CAP_TUNER)) in gst_v4l2radio_fill_channel_list()
218 {V4L2_CAP_TUNER, "Device has a tuner or modulator", "tuner"}, in gst_v4l2_device_get_type()759 V4L2_CAP_VBI_OUTPUT | V4L2_CAP_TUNER | V4L2_CAP_AUDIO); in gst_v4l2_object_get_property_helper()
466 #define V4L2_CAP_TUNER 0x00010000 /* has a tuner */ macro