Home
last modified time | relevance | path

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

/openbmc/linux/include/media/
H A Ddemux.h74 TS_PACKET = 1, enumerator
/openbmc/linux/drivers/media/firewire/
H A Dfiredtv-dvb.c127 !((dvbdmxfeed->ts_type & TS_PACKET) && in fdtv_stop_feed()
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110.c311 if (!(dvbdmxfilter->feed->ts_type & TS_PACKET)) in DvbDmxFilterCallback()
796 } else if ((dvbdmxfeed->ts_type & TS_PACKET) && in StartHWFilter()
873 if ((i == 2) && npids[i] && (dvbdmxfeed->ts_type & TS_PACKET)) { in dvb_feed_start_pid()
894 if ((dvbdmxfeed->ts_type & TS_PACKET) && !av7110->full_ts) { in dvb_feed_start_pid()
927 if (dvbdmxfeed->ts_type & TS_PACKET) in dvb_feed_stop_pid()
978 } else if ((feed->ts_type & TS_PACKET) && in av7110_start_feed()
1031 if ((feed->ts_type & TS_PACKET) && in av7110_stop_feed()
H A Dav7110_av.c83 if (!(dvbdmxfeed->ts_type & TS_PACKET)) in av7110_record_cb()
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_demux.c375 if (feed->ts_type & TS_PACKET) { in dvb_dmx_swfilter_packet_type()
403 (((f)->ts_type & (TS_PACKET | TS_DEMUX)) == TS_PACKET))
H A Ddmxdev.c634 ts_type |= TS_PACKET; in dvb_dmxdev_start_feed()
636 ts_type |= TS_PACKET | TS_DEMUX; in dvb_dmxdev_start_feed()
638 ts_type |= TS_PACKET | TS_DEMUX | TS_PAYLOAD_ONLY; in dvb_dmxdev_start_feed()
H A Ddvb_net.c1128 TS_PACKET, /* type */
/openbmc/linux/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c978 if (dvbdmxfeed->ts_type & TS_PACKET) in ttusb_dec_start_ts_feed()