Home
last modified time | relevance | path

Searched refs:streams (Results 1 – 25 of 38) sorted by relevance

12

/f-stack/dpdk/app/test-flow-perf/
H A Dmain.c87 struct stream streams[MAX_STREAMS]; member
1174 li->streams[stream_id].rx_port, in start_forwarding()
1175 li->streams[stream_id].rx_queue); in start_forwarding()
1178 li->streams[stream_id].tx_port, in start_forwarding()
1179 li->streams[stream_id].tx_queue); in start_forwarding()
1210 lcore_infos[i].streams[j].tx_port = -1; in init_lcore_info()
1211 lcore_infos[i].streams[j].rx_port = -1; in init_lcore_info()
1277 lcore_infos[i].streams[j].rx_port, in init_lcore_info()
1278 lcore_infos[i].streams[j].rx_queue, in init_lcore_info()
1279 lcore_infos[i].streams[j].tx_port, in init_lcore_info()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dfsl,audmix.txt4 audio streams into a single audio stream. Audio Mixer has two input serial
15 The output of Audio Mixer can be selected from any of the three streams
21 input streams must have same audio sample rate with same number of channels
H A Dxlnx,i2s.txt12 - xlnx,num-channels: Number of I2S streams. Can be any of 1, 2, 3, 4.
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstream-cgroups.tcl104 set c [llength [lindex [r xreadgroup group g1 c1 streams events >] 0 1]]
107 set c [llength [lindex [r xreadgroup group g1 c2 streams events >] 0 1]]
123 set res [r xreadgroup group mygroup myconsumer count 3 streams events 0]
127 set res [r xreadgroup group mygroup myconsumer count 3 streams events >]
131 set res [r xreadgroup group mygroup myconsumer count 3 streams events 0]
/f-stack/freebsd/contrib/device-tree/Bindings/display/xlnx/
H A Dxlnx,zynqmp-dpsub.yaml31 live audio/video streams from the programmable logic. The Video Rendering
33 conversion. The Audio Mixer mixes the incoming audio streams. The DisplayPort
37 The subsystem supports 2 video and 2 audio streams, and various pixel formats
/f-stack/freebsd/contrib/zlib/contrib/
H A DREADME.contrib39 A C++ I/O streams interface to the zlib gz* functions
42 Another C++ I/O streams interface
46 Yet another C++ I/O streams interface
/f-stack/freebsd/contrib/device-tree/Bindings/display/bridge/
H A Dthine,thc63lvd1024.yaml15 streams to parallel data outputs. The chip supports single/dual input/output
16 modes, handling up to two LVDS input streams and up to two digital CMOS/TTL
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dilitek,ili9322.yaml14 streams that get adapted and scaled to the panel. The panel output has
/f-stack/freebsd/contrib/device-tree/Bindings/media/xilinx/
H A Dxlnx,video.txt7 Xilinx video IP pipeline processes video streams through one or more Xilinx
H A Dvideo.txt4 Xilinx video IP cores process video streams by acting as video sinks and/or
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Drockchip,vdec.yaml14 HEVC an VP9 streams.
H A Dimx.txt32 gasket demultiplexes the four virtual channel streams from the host
H A Dcdns,csi2tx.txt5 4 CSI lanes in output, and up to 4 different pixel streams in input.
H A Dcdns,csi2rx.txt5 lanes in input, and 4 different pixel streams in output.
H A Ds5p-mfc.txt6 video raw/elementary streams and has support for all popular
/f-stack/tools/libxo/doc/
H A Dindex.rst22 multiple output streams, pluralization, color, syslog,
/f-stack/freebsd/net80211/
H A Dieee80211_phy.h223 uint16_t rate, int streams, int isht40,
H A Dieee80211_phy.c598 int streams, int isht40, int isShortGI) in ieee80211_compute_duration_ht() argument
616 HT_L_SIG + HT_SIG + HT_STF + HT_LTF(streams); in ieee80211_compute_duration_ht()
/f-stack/freebsd/contrib/device-tree/Bindings/slimbus/
H A Dbus.txt37 Required for devices which deal with streams.
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py194 def streams(fs, first, second): function
1963 with streams(srcfs, src1, src2) as (_, (full, incr)):
2095 with streams(srcfs, src, None) as (_, (stream, _)):
2115 with streams(srcfs, src, None) as (_, (stream, _)):
2139 with streams(srcfs, src1, src2) as (_, (full, incr)):
2152 with streams(srcfs, src1, src2) as (_, (full, incr)):
2166 with streams(srcfs, src1, src2) as (_, (full, incr)):
2181 with streams(srcfs, src1, src2) as (_, (full, incr)):
2261 with streams(srcfs, src1, src2) as (_, (_, incr)):
2273 with streams(srcfs, src1, src2) as (_, (_, incr)):
[all …]
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md439 followed by 1 or 4 streams.
490 It's also necessary to decode the number of streams (1 or 4).
523 - `Size_Format` == 01 : 4 streams.
526 - `Size_Format` == 10 : 4 streams.
529 - `Size_Format` == 11 : 4 streams.
557 it must be used to determine where streams begin.
568 [Huffman-Coded Streams](#huffman-coded-streams).
572 of all four streams _combined_.
579 describing the compressed sizes of the first three streams.
588 as described at [Huffman-Coded Streams](#huffman-coded-streams)
[all …]
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtrace_lib.rst255 Based on the ``CTF`` specification, one of a CTF trace's streams is mandatory:
258 layouts of all the other streams.
263 trace's binary streams of events without CTF specifying any fixed layout.
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md41 During decompression zlib and zstd streams are automatically detected and decompressed using a prop…
98 The ordinary zlib compression of two files/streams allocates two contexts:
/f-stack/dpdk/doc/guides/nics/
H A Docteontx2.rst86 …io packet forwarding - ports=1 - cores=1 - streams=1 - NUMA support enabled, MP allocation mode: n…
87 Logical Core 9 (socket 0) forwards packets on 1 streams:
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES248 Redis streams, and finally a set of new APIs for Redis Modules.
656 Upgrade urgency: CRITICAL if you use streams and consumer groups.
942 1. The new Stream data type. https://redis.io/topics/streams-intro
971 of the new general purpose data type after years: the streams.
1027 Streams: rewrite empty streams with certain lastid
1035 Streams: rewrite empty streams with XADD MAXLEN 0. Use XSETID.
1619 * Fix: Fix blocking XREAD for streams that are empty.
1717 #5299 Fix blocking XREAD for streams that ran dry
2197 Streams: show last id for streams and groups
2575 add active defrag support for streams
[all …]

12