| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libb64/libb64/ |
| H A D | 0003-fix-integer-overflows.patch | 23 - static const char decoding[] = {62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,-2,-1,-1,-1… 24 + static const signed char decoding[] = {62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,-2,-… 25 static const char decoding_size = sizeof(decoding); 30 return decoding[(int)value_in];
|
| H A D | 0004-Fix-off-by-one-error.patch | 19 static const char decoding_size = sizeof(decoding); 24 return decoding[(int)value_in];
|
| /OK3568_Linux_fs/buildroot/package/libb64/ |
| H A D | 0001-Integer-overflows.patch | 19 - static const char decoding[] = {62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,-2,-1,-1,-1… 20 + static const signed char decoding[] = {62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,-2,-… 21 static const char decoding_size = sizeof(decoding); 26 return decoding[(int)value_in];
|
| H A D | Config.in | 5 and decoding of data into and from a base64-encoded format. 7 standalone encoding and decoding executables.
|
| /OK3568_Linux_fs/kernel/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
|
| H A 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:
|
| /OK3568_Linux_fs/kernel/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 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.
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/buildroot/package/squeezelite/ |
| H A D | Config.in | 21 bool "Enable WMA and ALAC decoding" 27 bool "Enable DSD decoding"
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| 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. 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 …]
|
| H A 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. 560 6. If all the following conditions are met, the client may resume the decoding 572 the decoding by one of the following actions: 690 11. Call :c:func:`VIDIOC_STREAMON` on the ``CAPTURE`` queue to start decoding 731 ``OUTPUT`` buffers queued in the past whose decoding results are only 732 available at later time, due to specifics of the decoding process. 739 ``CAPTURE`` buffer(s), which resulted from decoding that ``OUTPUT`` buffer 751 * the decoding order differs from the display order (i.e. the ``CAPTURE`` [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libb64/ |
| H A D | libb64_1.2.1.bb | 2 DESCRIPTION = "base64 encoding/decoding library - runtime library \ 3 libb64 is a library of ANSI C routines for fast encoding/decoding data into \
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A 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
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/libva/ |
| H A D | libva.inc | 6 decoding, video encoding, subpicture blending and rendering. The \ 11 video decoding."
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | CVE-2022-41723.patch | 83 -// anyway. This does mean that huffman decoding errors for non-indexed 86 -// won't affect the decoding state. 103 + // Returning an error here means Huffman decoding errors 107 + // affect the decoding state.
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/soc/amlogic/ |
| H A D | Kconfig | 26 Say yes to support decoding of Amlogic Meson GX SoC family 70 Say yes to support decoding of Amlogic Meson6, Meson8,
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/ |
| H A 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
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | README.osx | 57 with the dylib's that perform decoding and encoding of MP3 data because 63 MAD decoding library into a standard library search location such 93 does not ship with the DLL's that perform decoding and encoding of AMR
|
| H A D | README.win32 | 89 with the DLL's that perform decoding and encoding of MP3 data because 95 MAD decoding DLL into the same directory as SOX.EXE. These 100 decoding/reading, try searching for libmad-0.dll, libmad.dll or cygmad-0.dll. 132 does not ship with the DLL's that perform decoding and encoding of AMR
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/ |
| H A D | index.rst | 12 ioctl-decoding
|
| /OK3568_Linux_fs/buildroot/package/jansson/ |
| H A D | Config.in | 4 Jansson is a C library for encoding, decoding and manipulating
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A 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.
|
| /OK3568_Linux_fs/buildroot/package/opusfile/ |
| H A D | Config.in | 6 A convenient high-level API for decoding and basic
|