Home
last modified time | relevance | path

Searched refs:pes_type (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/media/firewire/
A Dfiredtv-dvb.c69 switch (dvbdmxfeed->pes_type) { in fdtv_start_feed()
80 dvbdmxfeed->pes_type); in fdtv_start_feed()
131 if (dvbdmxfeed->pes_type >= DMX_PES_OTHER || in fdtv_stop_feed()
132 !demux->pesfilter[dvbdmxfeed->pes_type]) in fdtv_stop_feed()
135 demux->pids[dvbdmxfeed->pes_type] |= 0x8000; in fdtv_stop_feed()
136 demux->pesfilter[dvbdmxfeed->pes_type] = NULL; in fdtv_stop_feed()
140 dvbdmxfeed->pes_type < DMX_PES_OTHER)) in fdtv_stop_feed()
/linux/drivers/media/dvb-core/
A Ddvb_demux.c698 enum dmx_ts_pes pes_type, ktime_t timeout) in dmx_ts_feed_set() argument
710 if (pes_type >= DMX_PES_OTHER) { in dmx_ts_feed_set()
715 if (demux->pesfilter[pes_type] && in dmx_ts_feed_set()
716 demux->pesfilter[pes_type] != feed) { in dmx_ts_feed_set()
721 demux->pesfilter[pes_type] = feed; in dmx_ts_feed_set()
722 demux->pids[pes_type] = pid; in dmx_ts_feed_set()
730 feed->pes_type = pes_type; in dmx_ts_feed_set()
865 if (feed->ts_type & TS_DECODER && feed->pes_type < DMX_PES_OTHER) in dvbdmx_release_ts_feed()
866 demux->pesfilter[feed->pes_type] = NULL; in dvbdmx_release_ts_feed()
A Ddmxdev.c636 ts_pes = para->pes_type; in dvb_dmxdev_start_feed()
951 if ((unsigned int)params->pes_type > DMX_PES_OTHER) in dvb_dmxdev_pes_filter_set()
/linux/drivers/staging/media/av7110/
A Dav7110.c871 i = dvbdmxfeed->pes_type; in dvb_feed_start_pid()
880 if (dvbdmxfeed->pes_type <= 2 || dvbdmxfeed->pes_type == 4) { in dvb_feed_start_pid()
886 if (dvbdmxfeed->pes_type < 2 && npids[0]) in dvb_feed_start_pid()
914 if (dvbdmxfeed->pes_type <= 1) { in dvb_feed_stop_pid()
924 i = dvbdmxfeed->pes_type; in dvb_feed_stop_pid()
960 (feed->pes_type <= DMX_PES_PCR)) { in av7110_start_feed()
964 if (feed->pes_type < 2 && in av7110_start_feed()
1021 if (feed->pes_type >= DMX_PES_OTHER || in av7110_stop_feed()
1022 !demux->pesfilter[feed->pes_type]) in av7110_stop_feed()
1024 demux->pids[feed->pes_type] |= 0x8000; in av7110_stop_feed()
[all …]
A Dav7110_av.c847 switch (feed->pes_type) { in av7110_write_to_decoder()
860 return write_ts_to_decoder(av7110, feed->pes_type, buf, len); in av7110_write_to_decoder()
/linux/include/uapi/linux/dvb/
A Ddmx.h197 enum dmx_ts_pes pes_type; member
/linux/include/media/
A Ddvb_demux.h153 enum dmx_ts_pes pes_type; member
A Ddemux.h101 enum dmx_ts_pes pes_type,
/linux/drivers/media/usb/ttusb-dec/
A Dttusb_dec.c986 switch (dvbdmxfeed->pes_type) { in ttusb_dec_start_ts_feed()
1019 dprintk(" pes_type: unknown (%d)\n", dvbdmxfeed->pes_type); in ttusb_dec_start_ts_feed()
/linux/drivers/media/platform/sti/c8sectpfe/
A Dc8sectpfe-core.c155 switch (dvbdmxfeed->pes_type) { in c8sectpfe_start_feed()
/linux/drivers/media/usb/ttusb-budget/
A Ddvb-ttusb-budget.c875 switch (dvbdmxfeed->pes_type) { in ttusb_start_feed()

Completed in 28 milliseconds