Lines Matching defs:data
204 u32 data[CX2341X_MBOX_MAX_DATA];
209 u32 data[CX2341X_MBOX_MAX_DATA]; /* last sent api data */
225 #define IVTV_F_S_DMA_HAS_VBI 1 /* the current DMA request also requests VBI data */
226 #define IVTV_F_S_NEEDS_DATA 2 /* this decoding stream needs more data */
236 #define IVTV_F_S_PIO_HAS_VBI 1 /* the current PIO request also requests VBI data */
527 /* VBI data */
534 u8 data[5]; /* five-byte VPS payload */
538 /* VBI general data, does not change during streaming */
559 int insert_mpeg; /* if non-zero, then embed VBI data in MPEG stream */
566 /* Sliced VBI output data */
569 prevent dropping CC data if they couldn't be
577 /* Sliced VBI capture data */
582 /* VBI Embedding data */
584 /* Buffer for VBI data inserted into MPEG stream.
586 The next 16 bytes contain the MPEG header for the VBI data,
587 the remainder is the actual VBI data.
593 However, it seems that the data must be 1K aligned, so we have to
594 pad the data until the 1 or 2 K boundary.
599 struct ivtv_buffer sliced_mpeg_buf; /* temporary buffer holding data from sliced_mpeg_data */
600 u32 inserted_frame; /* index in sliced_mpeg_size of next sliced data
609 /* General fixed card data */
667 struct ivtv_stream streams[IVTV_MAX_STREAMS]; /* stream data */
736 struct vbi_info vbi; /* VBI-specific data */
740 struct yuv_playback_info yuv_info; /* YUV playback data */