Home
last modified time | relevance | path

Searched refs:uncompressed (Results 1 – 25 of 52) sorted by relevance

123

/linux/lib/xz/
H A Dxz_dec_stream.c15 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 Dxz_dec_lzma2.c231 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 Dslhc.c321 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 Dfourcc.rst19 - B: raw bayer, uncompressed
31 3rd character: uncompressed bits-per-pixel 0--9, A--
H A Dpixfmt-v4l2-mplane.rst33 The driver will set the value for uncompressed images.
H A Dpixfmt-intro.rst27 The V4L2 standard formats are mainly uncompressed formats. The pixels
/linux/Documentation/staging/
H A Dxz.rst44 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 Dinitrd_table_override.rst69 # 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 Dssdt-overlays.rst77 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 Dgadget_uvc.rst66 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 Dgadget-testing.rst836 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 Dheader.S418 # ... 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 Dinode.c837 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 Dconfigfs-usb-gadget-uvc286 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 Dsysfs-block-zram6 which represents the limit on the *uncompressed* worth of data
/linux/drivers/media/platform/st/sti/hva/
H A DKconfig12 raw uncompressed formats in various compressed video bitstreams format.
/linux/drivers/media/platform/st/sti/delta/
H A DKconfig11 raw uncompressed format.
/linux/Documentation/filesystems/
H A Derofs.rst80 - 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 Dsquashfs.rst175 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 Dcramfs.rst60 And when data blocks are kept uncompressed and properly aligned, they will
/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.h46 u32 uncompressed; member
/linux/Documentation/networking/
H A Dipsec.rst45 above scenario. The consequence of doing so is small packet(uncompressed)
/linux/Documentation/admin-guide/media/
H A Dphilips.rst100 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 Dcodec-fwht.c839 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 Dbuffer-format.rst49 compressed and/or uncompressed cpio archives (in the "newc" or "crc"

123