Home
last modified time | relevance | path

Searched full:stateless (Results 1 – 25 of 88) sorted by relevance

1234

/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dpixfmt-compressed.rst65 This format is adapted for stateless video decoders that implement an
76 :ref:`associated Codec Control IDs <v4l2-codec-stateless-h264>`.
119 This format is adapted for stateless video decoders that implement a
126 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-mpeg2>`.
163 This format is adapted for stateless video decoders that implement an
167 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-vp8>`.
185 This format is adapted for stateless video decoders that implement a
190 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-vp9>`.
210 This format is adapted for stateless video decoders that implement a
220 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-hevc>`.
[all …]
Dvidioc-queryctrl.rst425 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 …]
Ddev-stateless-decoder.rst6 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
Dext-ctrls-codec-stateless.rst3 .. _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 …]
Dcommon.rst47 ext-ctrls-codec-stateless
Ddev-mem2mem.rst43 dev-stateless-decoder
/linux-6.12.1/drivers/media/test-drivers/visl/
DKconfig3 tristate "Virtual Stateless Decoder Driver (visl)"
13 A virtual stateless decoder device for uAPI development purposes.
Dvisl.h3 * A virtual stateless device for stateless uAPI development purposes.
6 * applications that use the V4L2 stateless API to decode media.
Dvisl-core.c3 * A virtual stateless decoder device for stateless uAPI development purposes.
6 * applications that use the V4L2 stateless API to decode media.
560 MODULE_DESCRIPTION("Virtual stateless decoder device");
Dvisl-video.h3 * Contains the driver implementation for the V4L2 stateless interface.
/linux-6.12.1/Documentation/infiniband/
Dipoib.rst57 Stateless offloads
60 If the IB HW supports IPoIB stateless offloads, IPoIB advertises
68 Stateless offloads are supported only in datagram mode.
/linux-6.12.1/Documentation/admin-guide/media/
Dvisl.rst3 The Virtual Stateless Decoder Driver (visl)
6 A virtual stateless decoder device for stateless uAPI development
10 userspace applications that use the V4L2 stateless API to decode media.
/linux-6.12.1/tools/testing/selftests/net/netfilter/
Dnft_nat.sh877 echo "ERROR: cannot ping $ns1 from $ns2 before loading stateless rules"
882 table ip stateless {
911 echo "ERROR: cannot ping $ns1 from $ns2 with stateless rules"
915 # ns1 should have seen packets from .2.2, due to stateless rewrite.
946 echo "SKIP: Could not run stateless nat frag test without socat tool"
951 ip netns exec "$ns0" nft delete table ip stateless
963 echo "ERROR: failed to test udp $ns1 to $ns2 with stateless ip nat" 1>&2
971 echo "ERROR: in and output file mismatch when checking udp with stateless nat" 1>&2
977 # ns1 should have seen packets from 2.2, due to stateless rewrite.
984 if ! ip netns exec "$ns0" nft delete table ip stateless; then
[all …]
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_tuning.c68 { XE_RTP_NAME("Tuning: Stateless compression control"),
73 { XE_RTP_NAME("Tuning: Stateless compression control - media"),
/linux-6.12.1/Documentation/devicetree/bindings/media/
Drockchip,vdec.yaml13 The Rockchip rk3399 has a stateless Video Decoder that can decodes H.264,
/linux-6.12.1/Documentation/userspace-api/media/mediactl/
Drequest-api.rst10 modern devices (stateless codecs, complex camera pipelines, ...) and APIs
13 Another is support of stateless codecs, which require controls to be applied
/linux-6.12.1/net/bridge/netfilter/
Debtable_nat.c119 MODULE_DESCRIPTION("ebtables legacy stateless nat table");
/linux-6.12.1/net/sched/
Dact_nat.c3 * Stateless NAT actions
348 MODULE_DESCRIPTION("Stateless NAT actions");
/linux-6.12.1/Documentation/filesystems/
Dvirtiofs.rst20 stateless or ephemeral guests, and sharing a directory between guests.
/linux-6.12.1/drivers/net/ppp/
Dppp_mppe.h28 #define MPPE_H_BIT 0x01 /* Stateless (in a different byte) */
Dppp_mppe.c279 (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-6.12.1/drivers/vdpa/
DKconfig75 be executed by the hardware. It also supports a variety of stateless
/linux-6.12.1/arch/powerpc/kernel/
Dudbg.c3 * polling mode stateless debugging stuff, originally for NS16550 Serial Ports
/linux-6.12.1/Documentation/driver-api/
Ddevice_link.rst71 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-6.12.1/include/linux/
Dnmi.h135 * intentionally disables interrupts for a long time. This call is stateless.

1234