/Linux-v5.10/drivers/media/platform/sti/delta/ |
D | delta-ipc.h | 14 * delta_ipc_open - open a decoding instance on firmware side 35 * @hdl: (out) handle of decoding instance. 44 * @hdl: (in) handle of decoding instance. 53 * delta_ipc_decode - frame decoding synchronous request, returns only 54 * after decoding completion on firmware side. 55 * @hdl: (in) handle of decoding instance. 64 * Status is filled by decoding instance 65 * after decoding completion. 71 * delta_ipc_close - close decoding instance 72 * @hdl: (in) handle of decoding instance to close.
|
D | delta-mjpeg-fw.h | 94 /* status of the decoding process */ 128 /* identifies the decoding mode */ 165 * @xvalue0: the x(0) coordinate for subregion decoding 166 * @xvalue1: the x(1) coordinate for subregion decoding 167 * @yvalue0: the y(0) coordinate for subregion decoding 168 * @yvalue1: the y(1) coordinate for subregion decoding 169 * @decoding_mode: decoding mode 196 * status returned by firmware after decoding 198 * @decode_time_in_us: decoding time in microseconds 204 * @error_code: status of the decoding process
|
D | delta.h | 17 * enum delta_state - state of decoding instance 28 * Decoding instance is ready to decode compressed access unit. 31 * Decoding instance is waiting for EOS (End Of Stream) completion. 34 * EOS (End Of Stream) is completed (signaled to user). Decoding instance 97 * @dts: decoding timestamp of this access unit 165 * @dts: decoding timestamp of this frame 184 #define DELTA_FRAME_FREE 0x00 /* is free and can be used for decoding */ 193 * struct delta_dts - decoding timestamp. 363 * with next frame decoding. 366 * of available frames to proceed with decoding (starvation). [all …]
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | dev-decoder.rst | 91 raw frame available for reference in further decoding steps. 123 a point in the bytestream from which decoding may start/continue, without 126 of a new stream, or to resume decoding after a seek. 168 node [shape = doublecircle, label="Decoding"] Decoding; 185 Decoding -> ResChange [ label = "Stream\nresolution\nchange" ]; 186 Decoding -> Drain [ label = "V4L2_DEC_CMD_STOP" ]; 187 Decoding -> EoS [ label = "EoS mark\nin the stream" ]; 188 Decoding -> Seek [ label = "VIDIOC_STREAMOFF(OUTPUT)" ]; 189 Decoding -> Stopped [ label = "VIDIOC_STREAMOFF(CAPTURE)" ]; 190 Decoding -> Decoding; [all …]
|
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. 228 Decoding section in Memory-to-memory Stateless Video Decoder Interface 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 [all …]
|
/Linux-v5.10/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 82 Decoding section in Usage 98 no support for decoding continuous bitstreams with a symbolsize != 8 at 102 Decoding with syndrome calculation, direct data correction argument 119 Decoding with syndrome given by hardware decoder, direct data correction argument 138 Decoding with syndrome given by hardware decoder, no direct data correction. argument 197 The library code for encoding and decoding was written by Phil Karn.
|
/Linux-v5.10/arch/arm/probes/ |
D | decode.h | 137 * decoding tables for use by probes_decode_insn. 164 * Instruction decoding jumps to parsing the new sub-table 'table'. 169 * to complete decoding of the instruction. 175 * Decoding returns with INSN_GOOD_NO_SLOT. 182 * slot so it may be called by the emulation code. Decoding returns 186 * Instruction decoding fails with INSN_REJECTED 190 * logically ORed. Once an 'or' entry is matched the decoding action to 225 * found in the instruction will cause decoding to fail with INSN_REJECTED. In 241 * Decoding the instruction "AND R4, R5, R6, ASL R15" will be rejected because 244 * Decoding the instruction "AND R4, R5, R6, ASL R7" will be accepted and the
|
/Linux-v5.10/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
|
/Linux-v5.10/include/linux/ |
D | dtlk.h | 44 #define LPC_5220_NORMAL 0x60 /* 5220 format decoding table, normal rate */ 45 #define LPC_5220_FAST 0x64 /* 5220 format decoding table, fast rate */ 46 #define LPC_D6_NORMAL 0x20 /* D6 format decoding table, normal rate */ 47 #define LPC_D6_FAST 0x24 /* D6 format decoding table, fast rate */
|
D | lz4.h | 283 * stop decoding and return a negative result. 533 * This decoding function allows decompression of multiple blocks 537 * In the case of a ring buffers, decoding buffer must be either : 540 * the decoding & encoding ring buffer can have any size, 545 * In which case, encoding and decoding buffers do not need 549 * In which case, encoding and decoding buffers do not need to be 551 * including larger than decoding buffer. W 572 * This decoding function allows decompression of multiple blocks 576 * In the case of a ring buffers, decoding buffer must be either : 579 * the decoding & encoding ring buffer can have any size, [all …]
|
D | xz.h | 65 * @XZ_UNSUPPORTED_CHECK: Integrity check type is not supported. Decoding 99 * code is not buggy, you can get this error only when decoding a compressed 155 * multi-call decoding. This is ignored in single-call mode 165 * once. The caller must provide enough output space or the decoding will 179 * small for decoding the given input stream, xz_dec_run() will return
|
/Linux-v5.10/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-v5.10/drivers/media/platform/mtk-vcodec/ |
D | vdec_vpu_if.h | 46 * vpu_dec_start - start decoding, basically the function will be invoked once 56 * vpu_dec_end - end decoding, basically the function will be invoked once 57 * when HW decoding done interrupt received successfully. The
|
/Linux-v5.10/lib/reed_solomon/ |
D | reed_solomon.c | 13 * encoding / decoding of RS codes. 19 * encoding / decoding are built. This can take some time so make sure not 26 * The decoding is a two step process. The first step calculates the 28 * which does the decoding / error correction itself. Many hw encoders 68 * en/decoding. Fill the arrays according to the given parameters. 128 /* Find prim-th root of 1, used in decoding */ in codec_init() 351 * symbol size > 8. The calling code must take care of decoding of the 355 * decoding, so the caller has to ensure that decoder invocations are 406 * decoding, so the caller has to ensure that decoder invocations are
|
/Linux-v5.10/include/media/ |
D | v4l2-h264.h | 29 * This procedure is described in section '8.2.4 Decoding process for reference 60 * in section '8.2.4 Decoding process for reference picture lists construction' 76 * section '8.2.4 Decoding process for reference picture lists construction'
|
/Linux-v5.10/drivers/staging/media/meson/vdec/ |
D | vdec_helpers.h | 35 * amvdec_dst_buf_done_idx() - Signal that a buffer is done decoding 78 * @dpb_size: Decoded Picture Buffer size (= amount of buffers for decoding) 84 * amvdec_abort() - Abort the current decoding session
|
D | codec_hevc_common.h | 39 /* Returns 1 if we are decoding 10-bit but outputting 8-bit NV12 */ 45 /* Returns 1 if we are decoding using the IOMMU */
|
/Linux-v5.10/fs/cifs/ |
D | asn1.c | 21 * Basic ASN.1 decoding routines (gxsnmp author Dirk Wisse) 117 #if 0 /* will be needed later by spnego decoding/encoding of ntlmssp */ 498 cifs_dbg(FYI, "Error decoding negTokenInit header\n"); in decode_negTokenInit() 523 cifs_dbg(FYI, "Error decoding negTokenInit header\n"); in decode_negTokenInit() 529 cifs_dbg(FYI, "Error decoding negTokenInit\n"); in decode_negTokenInit() 540 cifs_dbg(FYI, "Error decoding negTokenInit\n"); in decode_negTokenInit() 551 cifs_dbg(FYI, "Error decoding 2nd part of negTokenInit\n"); in decode_negTokenInit() 563 cifs_dbg(FYI, "Error decoding 2nd part of negTokenInit\n"); in decode_negTokenInit() 576 cifs_dbg(FYI, "Error decoding negTokenInit hdr exit2\n"); in decode_negTokenInit()
|
/Linux-v5.10/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 143 The kernel has support for decoding the most common 146 to load an BPF program which does the decoding. This can only be done on
|
/Linux-v5.10/drivers/pci/ |
D | rom.c | 16 * pci_enable_rom - enable ROM decoding for a PCI device 19 * Enable ROM decoding on @dev. This involves simply turning on the last 52 * pci_disable_rom - disable ROM decoding for a PCI device 55 * Disable ROM decoding on a PCI device by turning off the last bit in the
|
/Linux-v5.10/Documentation/userspace-api/media/dvb/ |
D | audio-pause.rst | 40 This ioctl call suspends the audio stream being played. Decoding and 41 playing are paused. It is then possible to restart again decoding and
|
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 | video-freeze.rst | 49 This ioctl call suspends the live video stream being played. Decoding 50 and playing are frozen. It is then possible to restart the decoding and
|
/Linux-v5.10/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-v5.10/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
|