Searched full:stateless (Results 1 – 25 of 77) sorted by relevance
1234
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | pixfmt-compressed.rst | 65 This format is adapted for stateless video decoders that implement an 76 :ref:`associated Codec Control IDs <v4l2-codec-stateless-h264>`. 114 This format is adapted for stateless video decoders that implement a 121 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-mpeg2>`. 158 This format is adapted for stateless video decoders that implement an 162 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-vp8>`. 180 This format is adapted for stateless video decoders that implement a 185 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-vp9>`. 205 This format is adapted for stateless video decoders that implement a 215 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-hevc>`. [all …]
|
D | vidioc-queryctrl.rst | 425 quantisation matrices for stateless video decoders. 431 sequence parameters for stateless video decoders. 437 picture parameters for stateless video decoders. 449 sequence parameters for stateless video decoders. 455 picture parameters for stateless video decoders. 461 scaling matrices for stateless video decoders. 467 slice parameters for stateless video decoders. 473 decode parameters for stateless video decoders. 479 parameters for stateless video decoders. 485 Parameter Set for stateless video decoders. [all …]
|
D | dev-stateless-decoder.rst | 6 Memory-to-memory Stateless Video Decoder Interface 9 A stateless decoder is a decoder that works without retaining any kind of state 19 with stateless decoders in order to successfully decode an encoded stream. 24 Stateless decoders make use of the :ref:`media-request-api`. A stateless 336 Contrary to stateful decoders, a stateless decoder does not perform any kind of 423 After that, in order to drain the stream on a stateless decoder, the client
|
D | ext-ctrls-codec-stateless.rst | 3 .. _codec-stateless-controls: 6 Stateless Codec Control Reference 9 The Stateless Codec control class is intended to support 10 stateless decoder and encoders (i.e. hardware accelerators). 15 Stateless Codec Control ID 18 .. _codec-stateless-control-id: 21 The Stateless Codec class descriptor. 23 .. _v4l2-codec-stateless-h264: 28 necessary parameters for configuring a stateless hardware decoding 173 necessary parameters for configuring a stateless hardware decoding [all …]
|
D | common.rst | 47 ext-ctrls-codec-stateless
|
D | dev-mem2mem.rst | 43 dev-stateless-decoder
|
D | vidioc-reqbufs.rst | 156 - Only valid for stateless decoders. If set, then userspace can set the
|
D | vidioc-g-ext-ctrls.rst | 451 - The class containing stateless codec controls. These controls are 452 described in :ref:`codec-stateless-controls`.
|
/Linux-v6.1/drivers/staging/media/sunxi/cedrus/ |
D | TODO | 1 Before this stateless decoder driver can leave the staging area: 6 * Another stateless decoder driver should be submitted; 7 * At least one stateless encoder driver should be submitted.
|
/Linux-v6.1/Documentation/infiniband/ |
D | ipoib.rst | 57 Stateless offloads 60 If the IB HW supports IPoIB stateless offloads, IPoIB advertises 68 Stateless offloads are supported only in datagram mode.
|
/Linux-v6.1/tools/testing/selftests/netfilter/ |
D | nft_nat.sh | 949 echo "ERROR: cannot ping $ns1 from $ns2 before loading stateless rules" 954 table ip stateless { 984 echo "ERROR: cannot ping $ns1 from $ns2 with stateless rules" 988 # ns1 should have seen packets from .2.2, due to stateless rewrite. 1024 echo "SKIP: Could not run stateless nat frag test without socat tool" 1029 ip netns exec "$ns0" nft delete table ip stateless 1044 echo "ERROR: failed to test udp $ns1 to $ns2 with stateless ip nat" 1>&2 1053 echo "ERROR: in and output file mismatch when checking udp with stateless nat" 1>&2 1059 # ns1 should have seen packets from 2.2, due to stateless rewrite. 1067 ip netns exec "$ns0" nft delete table ip stateless [all …]
|
/Linux-v6.1/drivers/media/mc/ |
D | Kconfig | 20 interfaces. It is currently needed by a few stateless codec drivers.
|
/Linux-v6.1/drivers/vdpa/ |
D | Kconfig | 71 be executed by the hardware. It also supports a variety of stateless
|
/Linux-v6.1/Documentation/devicetree/bindings/media/ |
D | rockchip,vdec.yaml | 13 The Rockchip rk3399 has a stateless Video Decoder that can decodes H.264,
|
/Linux-v6.1/net/sched/ |
D | act_nat.c | 3 * Stateless NAT actions 320 MODULE_DESCRIPTION("Stateless NAT actions");
|
D | sch_choke.c | 21 CHOKe stateless AQM for fair bandwidth allocation 36 R. Pan, B. Prabhakar, and K. Psounis, "CHOKe, A Stateless
|
/Linux-v6.1/Documentation/userspace-api/media/mediactl/ |
D | request-api.rst | 10 modern devices (stateless codecs, complex camera pipelines, ...) and APIs 13 Another is support of stateless codecs, which require controls to be applied
|
/Linux-v6.1/drivers/net/ppp/ |
D | ppp_mppe.h | 28 #define MPPE_H_BIT 0x01 /* Stateless (in a different byte) */
|
D | ppp_mppe.c | 279 (state->stateful) ? "stateful" : "stateless"); in mppe_init() 375 if (!state->stateful || /* stateless mode */ in mppe_compress() 478 "stateless mode!\n", state->unit); in mppe_decompress()
|
/Linux-v6.1/Documentation/filesystems/ |
D | virtiofs.rst | 20 stateless or ephemeral guests, and sharing a directory between guests.
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | udbg.c | 3 * polling mode stateless debugging stuff, originally for NS16550 Serial Ports
|
/Linux-v6.1/include/linux/ |
D | nmi.h | 132 * disables interrupts for a long time. This call is stateless.
|
/Linux-v6.1/Documentation/driver-api/ |
D | device_link.rst | 71 If a device link with ``DL_FLAG_STATELESS`` set (i.e. a stateless device link) 119 However, stateless device links (i.e. device links with ``DL_FLAG_STATELESS``
|
/Linux-v6.1/net/ipv6/netfilter/ |
D | Kconfig | 278 stateless IPv6-to-IPv6 Network Prefix Translation per RFC 6296.
|
/Linux-v6.1/net/ipv6/ |
D | Kconfig | 189 customer premise equipment. Like 6to4, it utilizes stateless IPv6 in
|
1234