Searched refs:TS_PACKET (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddemux.h79 #define TS_PACKET 1 /* send TS packets (188 bytes) to callback (default) */ macro
80 #define TS_PAYLOAD_ONLY 2 /* in case TS_PACKET is set, only send the TS
83 #define TS_DEMUX 8 /* in case TS_PACKET is set, send the TS to
H A Ddmxdev.c590 ts_type |= TS_PACKET;
592 ts_type |= TS_PACKET | TS_DEMUX;
594 ts_type |= TS_PACKET | TS_DEMUX | TS_PAYLOAD_ONLY;
H A Ddvb_demux.c361 if (feed->ts_type & TS_PACKET) {
388 (((f)->ts_type & (TS_PACKET | TS_DEMUX)) == TS_PACKET))
H A Ddvb_net.c1035 TS_PACKET, /* type */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/firewire/
H A Dfiredtv-dvb.c136 !((dvbdmxfeed->ts_type & TS_PACKET) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110.c336 if (!(dvbdmxfilter->feed->ts_type & TS_PACKET))
812 } else if ((dvbdmxfeed->ts_type & TS_PACKET) &&
891 if ((i == 2) && npids[i] && (dvbdmxfeed->ts_type & TS_PACKET)) {
912 if ((dvbdmxfeed->ts_type & TS_PACKET) && !av7110->full_ts) {
945 if (dvbdmxfeed->ts_type & TS_PACKET)
996 } else if ((feed->ts_type & TS_PACKET) &&
1049 if ((feed->ts_type & TS_PACKET) &&
H A Dav7110_av.c99 if (!(dvbdmxfeed->ts_type & TS_PACKET))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttusb-dec/
H A Dttusb_dec.c944 if (dvbdmxfeed->ts_type & TS_PACKET)
945 dprintk(" TS_PACKET");

Completed in 201 milliseconds