|
Linux Kernel
3.7.1
|
#include <demux.h>
Data Fields | |
| int | is_filtering |
| struct dmx_demux * | parent |
| void * | priv |
| int | check_crc |
| u32 | crc_val |
| u8 * | secbuf |
| u8 | secbuf_base [DMX_MAX_SECFEED_SIZE] |
| u16 | secbufp |
| u16 | seclen |
| u16 | tsfeedp |
| int(* | set )(struct dmx_section_feed *feed, u16 pid, size_t circular_buffer_size, int check_crc) |
| int(* | allocate_filter )(struct dmx_section_feed *feed, struct dmx_section_filter **filter) |
| int(* | release_filter )(struct dmx_section_feed *feed, struct dmx_section_filter *filter) |
| int(* | start_filtering )(struct dmx_section_feed *feed) |
| int(* | stop_filtering )(struct dmx_section_feed *feed) |
| int(* allocate_filter)(struct dmx_section_feed *feed, struct dmx_section_filter **filter) |
| int(* release_filter)(struct dmx_section_feed *feed, struct dmx_section_filter *filter) |
| u8 secbuf_base[DMX_MAX_SECFEED_SIZE] |
| int(* start_filtering)(struct dmx_section_feed *feed) |
| int(* stop_filtering)(struct dmx_section_feed *feed) |
1.8.2