Home
last modified time | relevance | path

Searched refs:has_raw_vbi_cap (Results 1 – 24 of 24) sorted by relevance

/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dgeneral-tab.h210 bool has_raw_vbi_cap() const { return m_fd->has_raw_vbi_cap(); } in has_raw_vbi_cap() function
H A Dgeneral-tab.cpp219 if (has_raw_vbi_cap() || has_raw_vbi_out()) in GeneralTab()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dgeneral-tab.h210 bool has_raw_vbi_cap() const { return m_fd->has_raw_vbi_cap(); } in has_raw_vbi_cap() function
H A Dgeneral-tab.cpp219 if (has_raw_vbi_cap() || has_raw_vbi_out()) in GeneralTab()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dgeneral-tab.h210 bool has_raw_vbi_cap() const { return m_fd->has_raw_vbi_cap(); } in has_raw_vbi_cap() function
H A Dgeneral-tab.cpp219 if (has_raw_vbi_cap() || has_raw_vbi_out()) in GeneralTab()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/test-drivers/vivid/
H A Dvivid-core.c830 else if (buf_type == V4L2_BUF_TYPE_VBI_CAPTURE && !dev->has_raw_vbi_cap) in vivid_create_queue()
917 dev->has_raw_vbi_cap = node_type & 0x0004; in vivid_detect_feature_set()
919 dev->has_vbi_cap = dev->has_raw_vbi_cap | dev->has_sliced_vbi_cap; in vivid_detect_feature_set()
1050 dev->vbi_cap_caps = (dev->has_raw_vbi_cap ? V4L2_CAP_VBI_CAPTURE : 0) | in vivid_set_capabilities()
1469 (dev->has_raw_vbi_cap && dev->has_sliced_vbi_cap) ? in vivid_create_devnodes()
1471 (dev->has_raw_vbi_cap ? "raw" : "sliced")); in vivid_create_devnodes()
H A Dvivid-vbi-cap.c243 if (!vivid_is_sdtv_cap(dev) || !dev->has_raw_vbi_cap) in vidioc_g_fmt_vbi_cap()
H A Dvivid-core.h196 bool has_raw_vbi_cap; member
H A Dvivid-ctrls.c1704 if (dev->has_raw_vbi_cap) in vivid_create_controls()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/test-drivers/vivid/
H A Dvivid-core.c830 else if (buf_type == V4L2_BUF_TYPE_VBI_CAPTURE && !dev->has_raw_vbi_cap) in vivid_create_queue()
917 dev->has_raw_vbi_cap = node_type & 0x0004; in vivid_detect_feature_set()
919 dev->has_vbi_cap = dev->has_raw_vbi_cap | dev->has_sliced_vbi_cap; in vivid_detect_feature_set()
1050 dev->vbi_cap_caps = (dev->has_raw_vbi_cap ? V4L2_CAP_VBI_CAPTURE : 0) | in vivid_set_capabilities()
1469 (dev->has_raw_vbi_cap && dev->has_sliced_vbi_cap) ? in vivid_create_devnodes()
1471 (dev->has_raw_vbi_cap ? "raw" : "sliced")); in vivid_create_devnodes()
H A Dvivid-vbi-cap.c243 if (!vivid_is_sdtv_cap(dev) || !dev->has_raw_vbi_cap) in vidioc_g_fmt_vbi_cap()
H A Dvivid-core.h196 bool has_raw_vbi_cap; member
H A Dvivid-ctrls.c1704 if (dev->has_raw_vbi_cap) in vivid_create_controls()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/test-drivers/vivid/
H A Dvivid-core.c830 else if (buf_type == V4L2_BUF_TYPE_VBI_CAPTURE && !dev->has_raw_vbi_cap) in vivid_create_queue()
917 dev->has_raw_vbi_cap = node_type & 0x0004; in vivid_detect_feature_set()
919 dev->has_vbi_cap = dev->has_raw_vbi_cap | dev->has_sliced_vbi_cap; in vivid_detect_feature_set()
1050 dev->vbi_cap_caps = (dev->has_raw_vbi_cap ? V4L2_CAP_VBI_CAPTURE : 0) | in vivid_set_capabilities()
1469 (dev->has_raw_vbi_cap && dev->has_sliced_vbi_cap) ? in vivid_create_devnodes()
1471 (dev->has_raw_vbi_cap ? "raw" : "sliced")); in vivid_create_devnodes()
H A Dvivid-vbi-cap.c243 if (!vivid_is_sdtv_cap(dev) || !dev->has_raw_vbi_cap) in vidioc_g_fmt_vbi_cap()
H A Dvivid-core.h196 bool has_raw_vbi_cap; member
H A Dvivid-ctrls.c1704 if (dev->has_raw_vbi_cap) in vivid_create_controls()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h68 bool has_raw_vbi_cap() const { return v4l_has_raw_vbi_cap(this); } in has_raw_vbi_cap() function
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h68 bool has_raw_vbi_cap() const { return v4l_has_raw_vbi_cap(this); } in has_raw_vbi_cap() function
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h68 bool has_raw_vbi_cap() const { return v4l_has_raw_vbi_cap(this); } in has_raw_vbi_cap() function
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-streaming.cpp1805 !fd.has_raw_vbi_cap() || !fd.has_sliced_vbi_cap()) in streaming_set_cap()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-streaming.cpp1805 !fd.has_raw_vbi_cap() || !fd.has_sliced_vbi_cap()) in streaming_set_cap()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-streaming.cpp1805 !fd.has_raw_vbi_cap() || !fd.has_sliced_vbi_cap()) in streaming_set_cap()