Home
last modified time | relevance | path

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

1234567

/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/cedrus/
DTODO1 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.
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/
DTODO1 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.
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-compressed.rst59 This format is adapted for stateless video decoders that implement an
113 This format is adapted for stateless video decoders that implement a
156 This format is adapted for stateless video decoders that implement a
193 This format is adapted for stateless video decoders that implement a
220 * .. _V4L2-PIX-FMT-FWHT-STATELESS:
224 - Same format as V4L2_PIX_FMT_FWHT but requires stateless codec implementation.
Dvidioc-queryctrl.rst422 slice parameters for stateless video decoders.
428 quantization matrices for stateless video decoders.
440 sequence parameters for stateless video decoders.
446 picture parameters for stateless video decoders.
452 scaling matrices for stateless video decoders.
458 slice parameters for stateless video decoders.
464 decode parameters for stateless video decoders.
470 Parameter Set for stateless video decoders.
476 Parameter Set for stateless video decoders.
482 slice parameters for stateless video decoders.
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
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/
DKconfig3 tristate "Virtual Stateless Decoder Driver (visl)"
14 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.
546 MODULE_DESCRIPTION("Virtual stateless decoder device");
Dvisl-video.h3 * Contains the driver implementation for the V4L2 stateless interface.
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
Dnft_nat.sh951 echo "ERROR: cannot ping $ns1 from $ns2 before loading stateless rules"
956 table ip stateless {
986 echo "ERROR: cannot ping $ns1 from $ns2 with stateless rules"
990 # ns1 should have seen packets from .2.2, due to stateless rewrite.
1026 echo "SKIP: Could not run stateless nat frag test without socat tool"
1031 ip netns exec "$ns0" nft delete table ip stateless
1046 echo "ERROR: failed to test udp $ns1 to $ns2 with stateless ip nat" 1>&2
1055 echo "ERROR: in and output file mismatch when checking udp with stateless nat" 1>&2
1061 # ns1 should have seen packets from 2.2, due to stateless rewrite.
1069 ip netns exec "$ns0" nft delete table ip stateless
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/tegra-vde/
DTODO2 - Implement V4L2 API once it gains support for stateless decoders.
/kernel/linux/linux-6.6/drivers/media/mc/
DKconfig20 interfaces. It is currently needed by a few stateless codec drivers.
/kernel/linux/linux-5.10/include/media/
Dfwht-ctrls.h3 * These are the FWHT state controls for use with stateless FWHT
Dmpeg2-ctrls.h3 * These are the MPEG2 state controls for use with stateless MPEG-2
/kernel/linux/linux-5.10/drivers/media/mc/
DKconfig22 interfaces. It is currently needed by a few stateless codec drivers.
/kernel/linux/linux-5.10/drivers/vdpa/
DKconfig49 be executed by the hardware. It also supports a variety of stateless
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/
Drockchip,vdec.yaml13 The Rockchip rk3399 has a stateless Video Decoder that can decodes H.264,

1234567