Searched refs:ts_type (Results 1 – 10 of 10) sorted by relevance
127 !((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()
623 int ts_type; in dvb_dmxdev_start_feed() local633 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()
236 switch (saa7134_boards[dev->board].ts_type) { in saa7134_ts_stop()279 switch (saa7134_boards[dev->board].ts_type) { in saa7134_ts_start()
411 enum saa7134_mpeg_ts_type ts_type; member
152 enum ts_filter_type ts_type; member
151 $ ./audio_time -p --ts_type=1162 $ ./audio_time -p --ts_type=1 -d172 $ ./audio_time -p --ts_type=2 -d
975 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()
637 u8 ts_type; in mlxsw_pci_skb_cb_ts_set() local642 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()
82 if (!(dvbdmxfeed->ts_type & TS_PACKET)) in av7110_record_cb()88 if (dvbdmxfeed->ts_type & TS_PAYLOAD_ONLY) in av7110_record_cb()
1162 static int lme2510_get_stream_config(struct dvb_frontend *fe, u8 *ts_type, in lme2510_get_stream_config() argument