Home
last modified time | relevance | path

Searched refs:ts_type (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/firewire/
H A Dfiredtv-dvb.c127 !((dvbdmxfeed->ts_type & TS_PACKET) && in fdtv_stop_feed()
130 if (dvbdmxfeed->ts_type & TS_DECODER) { in fdtv_stop_feed()
139 if (!(dvbdmxfeed->ts_type & TS_DECODER && in fdtv_stop_feed()
/linux/drivers/media/dvb-core/
H A Ddmxdev.c623 int ts_type; in dvb_dmxdev_start_feed() local
633 ts_type = TS_DECODER; in dvb_dmxdev_start_feed()
635 ts_type = 0; in dvb_dmxdev_start_feed()
638 ts_type |= TS_PACKET; in dvb_dmxdev_start_feed()
640 ts_type |= TS_PACKET | TS_DEMUX; in dvb_dmxdev_start_feed()
642 ts_type |= TS_PACKET | TS_DEMUX | TS_PAYLOAD_ONLY; in dvb_dmxdev_start_feed()
652 ret = tsfeed->set(tsfeed, feed->pid, ts_type, ts_pes, timeout); in dvb_dmxdev_start_feed()
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-ts.c236 switch (saa7134_boards[dev->board].ts_type) { in saa7134_ts_stop()
279 switch (saa7134_boards[dev->board].ts_type) { in saa7134_ts_start()
H A Dsaa7134.h411 enum saa7134_mpeg_ts_type ts_type; member
/linux/include/media/
H A Ddvb_demux.h152 enum ts_filter_type ts_type; member
/linux/Documentation/sound/designs/
H A Dtimestamping.rst151 $ ./audio_time -p --ts_type=1
162 $ ./audio_time -p --ts_type=1 -d
172 $ ./audio_time -p --ts_type=2 -d
/linux/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c975 if (dvbdmxfeed->ts_type & TS_DECODER) in ttusb_dec_start_ts_feed()
978 if (dvbdmxfeed->ts_type & TS_PACKET) in ttusb_dec_start_ts_feed()
981 if (dvbdmxfeed->ts_type & TS_PAYLOAD_ONLY) in ttusb_dec_start_ts_feed()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c637 u8 ts_type; in mlxsw_pci_skb_cb_ts_set() local
642 ts_type = mlxsw_pci_cqe2_time_stamp_type_get(cqe); in mlxsw_pci_skb_cb_ts_set()
644 if (ts_type != MLXSW_PCI_CQE_TIME_STAMP_TYPE_UTC && in mlxsw_pci_skb_cb_ts_set()
645 ts_type != MLXSW_PCI_CQE_TIME_STAMP_TYPE_MIRROR_UTC) in mlxsw_pci_skb_cb_ts_set()
/linux/drivers/staging/media/av7110/
H A Dav7110_av.c82 if (!(dvbdmxfeed->ts_type & TS_PACKET)) in av7110_record_cb()
88 if (dvbdmxfeed->ts_type & TS_PAYLOAD_ONLY) in av7110_record_cb()
/linux/drivers/media/usb/dvb-usb-v2/
H A Dlmedm04.c1162 static int lme2510_get_stream_config(struct dvb_frontend *fe, u8 *ts_type, in lme2510_get_stream_config() argument