| /linux/lib/xz/ |
| H A D | xz_dec_stream.c | 15 vli_type uncompressed; member 71 vli_type uncompressed; member 83 vli_type uncompressed; member 232 s->block.uncompressed += b->out_pos - s->out_start; in dec_block() 239 || s->block.uncompressed in dec_block() 240 > s->block_header.uncompressed) in dec_block() 253 if (s->block_header.uncompressed != VLI_UNKNOWN in dec_block() 254 && s->block_header.uncompressed in dec_block() 255 != s->block.uncompressed) in dec_block() 268 s->block.hash.uncompressed += s->block.uncompressed; in dec_block() [all …]
|
| H A D | xz_dec_lzma2.c | 231 uint32_t uncompressed; member 1015 s->lzma2.uncompressed = (tmp & 0x1F) << 16; in xz_dec_lzma2_run() 1048 s->lzma2.uncompressed in xz_dec_lzma2_run() 1054 s->lzma2.uncompressed in xz_dec_lzma2_run() 1103 s->lzma2.uncompressed)); in xz_dec_lzma2_run() 1107 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_lzma2_run() 1109 if (s->lzma2.uncompressed == 0) { in xz_dec_lzma2_run() 1264 s->lzma2.uncompressed)); in xz_dec_microlzma_run() 1269 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_microlzma_run() 1271 if (s->lzma2.uncompressed == 0) { in xz_dec_microlzma_run() [all …]
|
| /linux/drivers/net/slip/ |
| H A D | slhc.c | 321 goto uncompressed; in slhc_compress() 360 goto uncompressed; in slhc_compress() 378 goto uncompressed; in slhc_compress() 386 goto uncompressed; in slhc_compress() 392 goto uncompressed; in slhc_compress() 408 goto uncompressed; in slhc_compress() 414 goto uncompressed; in slhc_compress() 475 uncompressed: in slhc_compress()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | fourcc.rst | 19 - B: raw bayer, uncompressed 31 3rd character: uncompressed bits-per-pixel 0--9, A--
|
| H A D | pixfmt-v4l2-mplane.rst | 33 The driver will set the value for uncompressed images.
|
| H A D | pixfmt-intro.rst | 27 The V4L2 standard formats are mainly uncompressed formats. The pixels
|
| /linux/Documentation/staging/ |
| H A D | xz.rst | 44 this also appends a four-byte trailer containing the uncompressed size 62 which will verify the integrity of the uncompressed data anyway. 66 disable it) for the actual uncompressed data. 82 as big as the uncompressed data. A notable example of single-call
|
| /linux/Documentation/admin-guide/acpi/ |
| H A D | initrd_table_override.rst | 69 # Add the raw ACPI tables to an uncompressed cpio archive. 85 # The uncompressed cpio archive must be the first. Other, typically 86 # compressed cpio archives, must be concatenated on top of the uncompressed 87 # one. Following command creates the uncompressed cpio archive and
|
| H A D | ssdt-overlays.rst | 77 AML code must be placed in the first, uncompressed, initrd under the 84 # Add the raw ACPI tables to an uncompressed cpio archive. 87 # The uncompressed cpio archive must be the first. 89 # concatenated on top of the uncompressed one. 93 # Create the uncompressed cpio archive and concatenate the original initrd
|
| /linux/Documentation/usb/ |
| H A D | gadget_uvc.rst | 66 Formats are created under the streaming/uncompressed and streaming/mjpeg configfs 84 + uncompressed + 125 create_frame 1280 720 uncompressed yuyv 126 create_frame 1920 1080 uncompressed yuyv 128 The only uncompressed format currently supported is YUYV, which is detailed at 156 ln -s $FUNCTION/streaming/color_matching/yuyv $FUNCTION/streaming/uncompressed/yuyv 182 ln -s ../../uncompressed/yuyv
|
| H A D | gadget-testing.rst | 836 streaming/uncompressed 838 streaming/uncompressed/<format> 849 # mkdir -p functions/uvc.usb0/streaming/uncompressed/u/360p 850 # cat <<EOF > functions/uvc.usb0/streaming/uncompressed/u/360p/dwFrameInterval 858 # ln -s ../../uncompressed/u
|
| /linux/arch/x86/boot/ |
| H A D | header.S | 418 # ... resulting in +18 bytes overhead of uncompressed data. 441 # The buffer for decompression in place is the length of the uncompressed 450 # triggered by data whose compressed form is larger than the uncompressed 464 # block adding an extra 32767 bytes (the worst case uncompressed block size)
|
| /linux/fs/cramfs/ |
| H A D | inode.c | 837 bool uncompressed, direct; in cramfs_read_folio() local 841 uncompressed = (block_ptr & CRAMFS_BLK_FLAG_UNCOMPRESSED); in cramfs_read_folio() 853 if (uncompressed) { in cramfs_read_folio() 897 (uncompressed && block_len > PAGE_SIZE))) { in cramfs_read_folio() 901 } else if (uncompressed) { in cramfs_read_folio()
|
| /linux/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget-uvc | 286 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed 291 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed/name 294 Description: Specific uncompressed format descriptors 317 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed/name/name 320 Description: Specific uncompressed frame descriptors
|
| H A D | sysfs-block-zram | 6 which represents the limit on the *uncompressed* worth of data
|
| /linux/drivers/media/platform/st/sti/hva/ |
| H A D | Kconfig | 12 raw uncompressed formats in various compressed video bitstreams format.
|
| /linux/drivers/media/platform/st/sti/delta/ |
| H A D | Kconfig | 11 raw uncompressed format.
|
| /linux/Documentation/filesystems/ |
| H A D | erofs.rst | 80 - Support direct I/O on uncompressed files to avoid double caching for loop 83 - Support FSDAX on uncompressed images for secure containers and ramdisks in 284 By the way, chunk-based files are all uncompressed for now. 327 In details, original (uncompressed) data is turned into several variable-sized 359 also a HEAD lcluster except that its data is uncompressed. See the comments
|
| H A D | squashfs.rst | 175 block is uncompressed. A block will be uncompressed if the -noI option is set, 176 or if the compressed block was larger than the uncompressed block.
|
| H A D | cramfs.rst | 60 And when data blocks are kept uncompressed and properly aligned, they will
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | ispvideo.h | 46 u32 uncompressed; member
|
| /linux/Documentation/networking/ |
| H A D | ipsec.rst | 45 above scenario. The consequence of doing so is small packet(uncompressed)
|
| /linux/Documentation/admin-guide/media/ |
| H A D | philips.rst | 100 0 = prefer uncompressed images; if the requested mode is not available 101 in an uncompressed format, the driver will silently switch to low
|
| /linux/drivers/media/test-drivers/vicodec/ |
| H A D | codec-fwht.c | 839 bool uncompressed, const __be16 *end_of_rlco_buf) in decode_plane() argument 850 if (uncompressed) { in decode_plane()
|
| /linux/Documentation/driver-api/early-userspace/ |
| H A D | buffer-format.rst | 49 compressed and/or uncompressed cpio archives (in the "newc" or "crc"
|