Home
last modified time | relevance | path

Searched refs:VBI_ACTIVE_SAMPLES (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/media/pci/cx18/
Dcx18-vbi.c97 u32 line_size = VBI_ACTIVE_SAMPLES; in compress_raw_buf()
Dcx18-streams.c592 data[2] = (raw ? VBI_ACTIVE_SAMPLES in cx18_vbi_setup()
748 * 2 * VBI_ACTIVE_SAMPLES; in cx18_stream_configure_mdls()
Dcx18-driver.h481 #define VBI_ACTIVE_SAMPLES 1444 /* 4 byte SAV + 720 Y + 720 U/V */ macro
Dcx18-driver.c548 cx->stream_buf_size[CX18_ENC_STREAM_TYPE_VBI] = VBI_ACTIVE_SAMPLES * 36; in cx18_process_options()
Dcx18-ioctl.c166 vbifmt->samples_per_line = VBI_ACTIVE_SAMPLES - 4; in cx18_g_fmt_vbi_cap()