Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:TS_PACKET
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/include/media/
H
A
D
demux.h
66
* @
TS_PACKET
: Send TS packets (188 bytes) to callback (default).
67
* @TS_PAYLOAD_ONLY: In case
TS_PACKET
is set, only send the TS payload
70
* @TS_DEMUX: In case
TS_PACKET
is set, send the TS to the demux
74
TS_PACKET
= 1,
enumerator
239
* TS packet (
TS_PACKET
) or just the payload (
TS_PACKET
|TS_PAYLOAD_ONLY)
/kernel/linux/linux-6.6/include/media/
H
A
D
demux.h
66
* @
TS_PACKET
: Send TS packets (188 bytes) to callback (default).
67
* @TS_PAYLOAD_ONLY: In case
TS_PACKET
is set, only send the TS payload
70
* @TS_DEMUX: In case
TS_PACKET
is set, send the TS to the demux
74
TS_PACKET
= 1,
enumerator
239
* TS packet (
TS_PACKET
) or just the payload (
TS_PACKET
|TS_PAYLOAD_ONLY)
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H
A
D
av7110.c
311
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
D
av7110_av.c
82
if (!(dvbdmxfeed->ts_type &
TS_PACKET
))
in av7110_record_cb()
/kernel/linux/linux-6.6/drivers/staging/media/av7110/
H
A
D
av7110.c
311
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
D
av7110_av.c
83
if (!(dvbdmxfeed->ts_type &
TS_PACKET
))
in av7110_record_cb()
/kernel/linux/linux-5.10/drivers/media/firewire/
H
A
D
firedtv-dvb.c
127
!((dvbdmxfeed->ts_type &
TS_PACKET
) &&
in fdtv_stop_feed()
/kernel/linux/linux-6.6/drivers/media/firewire/
H
A
D
firedtv-dvb.c
127
!((dvbdmxfeed->ts_type &
TS_PACKET
) &&
in fdtv_stop_feed()
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H
A
D
dvb_demux.c
385
if (feed->ts_type &
TS_PACKET
) {
in dvb_dmx_swfilter_packet_type()
413
(((f)->ts_type & (
TS_PACKET
| TS_DEMUX)) ==
TS_PACKET
))
H
A
D
dmxdev.c
644
ts_type |=
TS_PACKET
;
in dvb_dmxdev_start_feed()
646
ts_type |=
TS_PACKET
| TS_DEMUX;
in dvb_dmxdev_start_feed()
648
ts_type |=
TS_PACKET
| TS_DEMUX | TS_PAYLOAD_ONLY;
in dvb_dmxdev_start_feed()
H
A
D
dvb_net.c
1128
TS_PACKET
, /* type */
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H
A
D
dvb_demux.c
375
if (feed->ts_type &
TS_PACKET
) {
in dvb_dmx_swfilter_packet_type()
403
(((f)->ts_type & (
TS_PACKET
| TS_DEMUX)) ==
TS_PACKET
))
H
A
D
dmxdev.c
634
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
D
dvb_net.c
1128
TS_PACKET
, /* type */
/kernel/linux/linux-5.10/drivers/media/usb/ttusb-dec/
H
A
D
ttusb_dec.c
981
if (dvbdmxfeed->ts_type &
TS_PACKET
)
in ttusb_dec_start_ts_feed()
982
dprintk("
TS_PACKET
");
in ttusb_dec_start_ts_feed()
/kernel/linux/linux-6.6/drivers/media/usb/ttusb-dec/
H
A
D
ttusb_dec.c
978
if (dvbdmxfeed->ts_type &
TS_PACKET
)
in ttusb_dec_start_ts_feed()
979
dprintk("
TS_PACKET
");
in ttusb_dec_start_ts_feed()
Completed in 27 milliseconds