/openbmc/linux/drivers/media/platform/st/sti/delta/ |
H A 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.
|
H A 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
|
H A 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 …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A 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. 175 node [shape = doublecircle, label="Decoding"] Decoding; 192 Decoding -> ResChange [ label = "Stream\nresolution\nchange" ]; 193 Decoding -> Drain [ label = "V4L2_DEC_CMD_STOP" ]; 194 Decoding -> EoS [ label = "EoS mark\nin the stream" ]; 195 Decoding -> Seek [ label = "VIDIOC_STREAMOFF(OUTPUT)" ]; 196 Decoding -> Stopped [ label = "VIDIOC_STREAMOFF(CAPTURE)" ]; 197 Decoding -> Decoding; [all …]
|
H A 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 chapter 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 …]
|
H A 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 739 - Decoding is done at the slice granularity. [all …]
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | vdec_vpu_if.h | 57 * vpu_dec_start - start decoding, basically the function will be invoked once 67 * vpu_dec_end - end decoding, basically the function will be invoked once 68 * when HW decoding done interrupt received successfully. The 92 * vpu_dec_core - core start decoding, basically the function will be invoked once 100 * vpu_dec_core_end - core end decoding, basically the function will be invoked once 101 * when core HW decoding done and receive interrupt successfully. The
|
/openbmc/linux/Documentation/core-api/ |
H A 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.
|
/openbmc/linux/arch/arm/probes/ |
H A D | decode.h | 113 * decoding tables for use by probes_decode_insn. 140 * Instruction decoding jumps to parsing the new sub-table 'table'. 145 * to complete decoding of the instruction. 151 * Decoding returns with INSN_GOOD_NO_SLOT. 158 * slot so it may be called by the emulation code. Decoding returns 162 * Instruction decoding fails with INSN_REJECTED 166 * logically ORed. Once an 'or' entry is matched the decoding action to 201 * found in the instruction will cause decoding to fail with INSN_REJECTED. In 217 * Decoding the instruction "AND R4, R5, R6, ASL R15" will be rejected because 220 * Decoding the instruction "AND R4, R5, R6, ASL R7" will be accepted and the
|
/openbmc/libbej/include/libbej/ |
H A D | bej_decoder_json.hpp | 14 * @brief Class for decoding RDE BEJ to a JSON output. 22 * @param[in] dictionaries - dictionaries needed for decoding. 32 * @return std::string containing a JSON. If the decoding was
|
/openbmc/linux/Documentation/devicetree/bindings/bus/ |
H A 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
|
/openbmc/linux/include/linux/ |
H A 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 */
|
H A 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 …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/ |
H A D | libb64_2.0.0.1.bb | 1 SUMMARY = "Base64 Encoding/Decoding Routines" 2 DESCRIPTION = "base64 encoding/decoding library - runtime library \ 3 libb64 is a library of ANSI C routines for fast encoding/decoding data into \
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A 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.
|
H A D | visl.rst | 12 A userspace implementation can use visl to run a decoding loop even when 25 No actual decoding of video frames is performed by visl. The 37 decoding speed can be useful for debugging. 44 kept after a decoding session. Defaults to false so as to reduce the amount of
|
/openbmc/docs/designs/ |
H A D | cper-records.md | 27 ARM has developed a reference library for decoding CPER records that does not 44 - A BIOS/EDK2 build should be able to share decoding code with OpenBMC, to the 52 - CPER decoder should allow decoding of multiple CPU complexes. 72 Rewrite libcper decoding from a new design point. While this is certainly
|
/openbmc/u-boot/lib/lzma/ |
H A D | LzmaDec.h | 81 /* ELzmaFinishMode has meaning only if the decoding reaches output limit !!! 159 The decoding to internal dictionary buffer (CLzmaDec::dic). 163 It has meaning only if the decoding reaches output limit (dicLimit). 189 It has meaning only if the decoding reaches output limit (*destLen). 203 It has meaning only if the decoding reaches output limit (*destLen).
|
/openbmc/linux/lib/reed_solomon/ |
H A 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
|
/openbmc/linux/include/media/ |
H A D | v4l2-h264.h | 30 * This procedure is described in section '8.2.4 Decoding process for reference 64 * in section '8.2.4 Decoding process for reference picture lists construction' 81 * section '8.2.4 Decoding process for reference picture lists construction'
|
/openbmc/linux/drivers/staging/media/meson/vdec/ |
H A D | vdec_helpers.h | 35 * amvdec_dst_buf_done_idx() - Signal that a buffer is done decoding 79 * @dpb_size: Decoded Picture Buffer size (= amount of buffers for decoding) 85 * amvdec_abort() - Abort the current decoding session
|
/openbmc/linux/drivers/pci/ |
H A 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
|
/openbmc/linux/fs/ntfs3/lib/ |
H A D | decompress_common.c | 13 * Build a decoding table for a canonical prefix code, or "Huffman code". 19 * decoding of prefix-encoded symbols using read_huffsym(). 38 * Instead, it directly builds a table for decoding symbols using the 53 * long for it to be efficient to build the full decoding table 60 * bit-by-bit decoding of the remainder of the codeword. Child nodes 79 * The array in which to create the decoding table. This must have
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A 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
|
/openbmc/openbmc/poky/meta/recipes-graphics/libva/ |
H A D | libva.inc | 6 decoding, video encoding, subpicture blending and rendering. The \ 11 video decoding."
|