Go to the documentation of this file.
22 #ifndef _CX231XX_VBI_H
23 #define _CX231XX_VBI_H
27 #define NTSC_VBI_START_LINE 10
28 #define NTSC_VBI_END_LINE 21
29 #define NTSC_VBI_LINES (NTSC_VBI_END_LINE-NTSC_VBI_START_LINE+1)
31 #define PAL_VBI_START_LINE 6
32 #define PAL_VBI_END_LINE 23
33 #define PAL_VBI_LINES (PAL_VBI_END_LINE-PAL_VBI_START_LINE+1)
35 #define VBI_STRIDE 1440
36 #define VBI_SAMPLES_PER_LINE 1440
38 #define CX231XX_NUM_VBI_PACKETS 4
39 #define CX231XX_NUM_VBI_BUFS 5
43 int num_bufs,
int max_pkt_size,
44 int (*bulk_copy) (
struct cx231xx *dev,
51 u8 sav_eav,
u8 *p_buffer,
u32 buffer_size);
60 u8 *p_buffer,
u32 bytes_to_copy);