Home
last modified time | relevance | path

Searched refs:V4L2_SLICED_VBI_625 (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-g-sliced-vbi-cap.rst169 * - ``V4L2_SLICED_VBI_625``
Ddev-sliced-vbi.rst260 * - ``V4L2_SLICED_VBI_625``
/linux-6.12.1/drivers/media/pci/cx18/
Dcx18-ioctl.c190 u16 valid_set = (is_pal ? V4L2_SLICED_VBI_625 : V4L2_SLICED_VBI_525); in select_service_from_set()
677 int set = cx->is_50hz ? V4L2_SLICED_VBI_625 : V4L2_SLICED_VBI_525; in cx18_g_sliced_vbi_cap()
/linux-6.12.1/drivers/media/pci/ivtv/
Divtv-ioctl.c51 u16 valid_set = (is_pal ? V4L2_SLICED_VBI_625 : V4L2_SLICED_VBI_525); in select_service_from_set()
383 vbifmt->service_set = itv->is_50hz ? V4L2_SLICED_VBI_625 : in ivtv_g_fmt_sliced_vbi_cap()
1218 int set = itv->is_50hz ? V4L2_SLICED_VBI_625 : V4L2_SLICED_VBI_525; in ivtv_g_sliced_vbi_cap()
/linux-6.12.1/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions499 replace define V4L2_SLICED_VBI_625 vbi-services
/linux-6.12.1/include/uapi/linux/
Dvideodev2.h2318 #define V4L2_SLICED_VBI_625 (V4L2_SLICED_TELETEXT_B | V4L2_SLICED_VPS | V4L2_SLICED_WSS… macro