Searched refs:decoding (Results 1 – 25 of 117) sorted by relevance
12345
/linux-6.1.9/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 37 size for the address decoding windows allocated for 52 the first one controls the devices decoding window, 53 the second one controls the SDRAM decoding window and 80 ** MBus address decoding window specification 105 (S = 0x0), an address decoding window is allocated. On the other side, 140 makes the MBus driver create a static decoding window for the corresponding 188 the decoding window base address. When planning the device tree layout it's
|
D | nvidia,tegra20-gmi.txt | 28 decoding, because of that chip-selects either need to be managed via software 29 or by employing external chip-select decoding logic. 74 chip-select (CS4), in this example external address decoding is provided:
|
/linux-6.1.9/drivers/staging/media/deprecated/saa7146/av7110/ |
D | audio-set-bypass-mode.rst | 41 - Enables or disables the decoding of the current Audio stream in 52 forward the stream without decoding. This mode shall be used if streams
|
D | audio-continue.rst | 40 This ioctl restarts the decoding and playing process previously paused
|
D | audio-get-capabilities.rst | 46 This ioctl call asks the Audio Device to tell us about the decoding
|
D | audio-pause.rst | 41 playing are paused. It is then possible to restart again decoding and
|
D | video-continue.rst | 49 This ioctl call restarts decoding and playing processes of the video
|
/linux-6.1.9/Documentation/admin-guide/media/ |
D | avermedia.rst | 35 decoding must be done in software, or if you have one, on an 36 MPEG2 hardware decoding card or chipset. 89 decoding HDTV signals, although the PC is dropping the odd 91 as all the decoding is being done under windows in software.
|
/linux-6.1.9/Documentation/core-api/ |
D | librs.rst | 10 The generic Reed-Solomon Library provides encoding, decoding and error 33 which holds the necessary information for encoding, decoding and error 36 for fast en/decoding are created. The function may take a while, so make 98 no support for decoding continuous bitstreams with a symbolsize != 8 at 197 The library code for encoding and decoding was written by Phil Karn.
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | dev-stateless-decoder.rst | 12 maintaining the decoding state and providing it to the decoder with each 13 decoding request. This is in contrast to the stateful video decoder interface, 14 where the hardware and driver maintain the decoding state and all the client 22 for maintaining a consistent decoding state. 256 the decoding request, using :c:func:`VIDIOC_QBUF`. 276 must be set to the file descriptor of the decoding request. 287 2. Set the codec-specific controls for the decoding request, using 296 must be set to the file descriptor of the decoding request. 328 Runtime decoding errors are signaled by the dequeued ``CAPTURE`` buffers 334 Buffer management while decoding [all …]
|
D | ext-ctrls-codec-stateless.rst | 28 necessary parameters for configuring a stateless hardware decoding 173 necessary parameters for configuring a stateless hardware decoding 313 parameters for configuring a stateless hardware decoding pipeline 524 parameters for configuring a stateless hardware decoding pipeline 654 LongTermPicNum (8-29). When decoding frames (as opposed to fields) 715 Specifies the decoding mode to use. Currently exposes slice-based and 716 frame-based decoding but new modes might be added later on. 719 are required to set this control in order to specify the decoding mode 721 Drivers may expose a single or multiple decoding modes, depending 802 parameters for configuring a stateless hardware decoding pipeline for FWHT. [all …]
|
D | dev-decoder.rst | 97 raw frame available for reference in further decoding steps. 130 a point in the bytestream from which decoding may start/continue, without 133 of a new stream, or to resume decoding after a seek. 567 6. If all the following conditions are met, the client may resume the decoding 579 the decoding by one of the following actions: 697 11. Call :c:func:`VIDIOC_STREAMON` on the ``CAPTURE`` queue to start decoding 738 ``OUTPUT`` buffers queued in the past whose decoding results are only 739 available at later time, due to specifics of the decoding process. 746 ``CAPTURE`` buffer(s), which resulted from decoding that ``OUTPUT`` buffer 758 * the decoding order differs from the display order (i.e. the ``CAPTURE`` [all …]
|
D | vidioc-enuminput.rst | 143 - The hardware supports color decoding, but does not detect color 163 - A color killer circuit automatically disables color decoding when 165 killer is enabled *and* has shut off color decoding.
|
/linux-6.1.9/Documentation/userspace-api/ioctl/ |
D | index.rst | 12 ioctl-decoding
|
/linux-6.1.9/drivers/soc/amlogic/ |
D | Kconfig | 26 Say yes to support decoding of Amlogic Meson GX SoC family 70 Say yes to support decoding of Amlogic Meson6, Meson8,
|
/linux-6.1.9/drivers/media/pci/ivtv/ |
D | ivtv-firmware.c | 335 (!atomic_read(&itv->decoding) || in ivtv_firmware_check() 336 (atomic_read(&itv->decoding) < 2 && test_bit(IVTV_F_I_DEC_YUV, in ivtv_firmware_check() 366 !atomic_read(&itv->decoding)) { in ivtv_firmware_check()
|
/linux-6.1.9/drivers/media/platform/qcom/venus/ |
D | Kconfig | 12 hardware. It accelerates encoding and decoding operations
|
/linux-6.1.9/tools/perf/Documentation/ |
D | intel-bts.txt | 12 While decoding Intel BTS does not require walking the object code, the object 57 To disable trace decoding entirely, use the option --no-itrace.
|
D | itrace.txt | 24 q quicker (less detailed) decoding 26 Z prefer to ignore timestamps (so-called "timeless" decoding)
|
/linux-6.1.9/Documentation/admin-guide/ |
D | pnp.rst | 81 port 0x3f0-0x3f0, align 0x7, size 0x6, 16-bit address decoding 82 port 0x3f7-0x3f7, align 0x0, size 0x1, 16-bit address decoding 86 port 0x370-0x370, align 0x7, size 0x6, 16-bit address decoding 87 port 0x377-0x377, align 0x0, size 0x1, 16-bit address decoding
|
/linux-6.1.9/Documentation/userspace-api/media/rc/ |
D | lirc-dev-intro.rst | 16 It is also possible to attach a BPF program to a LIRC device for decoding 40 BPF IR decoders and test IR decoding. Some BPF IR decoders are also 155 The kernel has support for decoding the most common 158 to load an BPF program which does the decoding. This can only be done on
|
/linux-6.1.9/drivers/staging/media/rkvdec/ |
D | Kconfig | 15 which accelerates video decoding.
|
/linux-6.1.9/drivers/media/platform/mediatek/vpu/ |
D | Kconfig | 12 to handle video decoding/encoding in a range of formats.
|
/linux-6.1.9/drivers/media/platform/amphion/ |
D | Kconfig | 20 It accelerates encoding and decoding operations on
|
/linux-6.1.9/Documentation/gpu/ |
D | vgaarbiter.rst | 27 arbiter then enables/disables the decoding on different devices of the VGA 71 set the legacy decoding attributes for the card 129 decoding for that type of resource. If yes, the lock is "converted" into a 159 example) should tell the arbiter if it has disabled legacy decoding, so the
|
12345