Home
last modified time | relevance | path

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

123

/Linux-v6.6/lib/xz/
Dxz_dec_stream.c16 vli_type uncompressed; member
72 vli_type uncompressed; member
84 vli_type uncompressed; member
233 s->block.uncompressed += b->out_pos - s->out_start; in dec_block()
240 || s->block.uncompressed in dec_block()
241 > s->block_header.uncompressed) in dec_block()
254 if (s->block_header.uncompressed != VLI_UNKNOWN in dec_block()
255 && s->block_header.uncompressed in dec_block()
256 != s->block.uncompressed) in dec_block()
269 s->block.hash.uncompressed += s->block.uncompressed; in dec_block()
[all …]
Dxz_dec_lzma2.c232 uint32_t uncompressed; member
1017 s->lzma2.uncompressed = (tmp & 0x1F) << 16; in xz_dec_lzma2_run()
1050 s->lzma2.uncompressed in xz_dec_lzma2_run()
1056 s->lzma2.uncompressed in xz_dec_lzma2_run()
1105 s->lzma2.uncompressed)); in xz_dec_lzma2_run()
1109 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_lzma2_run()
1111 if (s->lzma2.uncompressed == 0) { in xz_dec_lzma2_run()
1267 s->lzma2.uncompressed)); in xz_dec_microlzma_run()
1272 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_microlzma_run()
1274 if (s->lzma2.uncompressed == 0) { in xz_dec_microlzma_run()
[all …]
/Linux-v6.6/drivers/net/slip/
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-v6.6/Documentation/userspace-api/media/v4l/
Dfourcc.rst18 - B: raw bayer, uncompressed
30 3rd character: uncompressed bits-per-pixel 0--9, A--
Dpixfmt-intro.rst26 The V4L2 standard formats are mainly uncompressed formats. The pixels
Dpixfmt-v4l2-mplane.rst32 The driver will set the value for uncompressed images.
/Linux-v6.6/Documentation/admin-guide/acpi/
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
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-v6.6/Documentation/staging/
Dxz.rst52 uncompressed size of the file, which is needed by the boot code.
67 which will verify the integrity of the uncompressed data anyway.
71 disable it) for the actual uncompressed data.
88 be at least as big as the uncompressed data itself.
/Linux-v6.6/Documentation/usb/
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
Dgadget-testing.rst811 streaming/uncompressed
813 streaming/uncompressed/<format>
824 # mkdir -p functions/uvc.usb0/streaming/uncompressed/u/360p
825 # cat <<EOF > functions/uvc.usb0/streaming/uncompressed/u/360p/dwFrameInterval
833 # ln -s ../../uncompressed/u
/Linux-v6.6/arch/x86/boot/
Dheader.S476 # ... resulting in +18 bytes overhead of uncompressed data.
499 # The buffer for decompression in place is the length of the uncompressed
508 # triggered by data whose compressed form is larger than the uncompressed
522 # block adding an extra 32767 bytes (the worst case uncompressed block size)
/Linux-v6.6/Documentation/ABI/testing/
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
/Linux-v6.6/fs/cramfs/
Dinode.c828 bool uncompressed, direct; in cramfs_read_folio() local
832 uncompressed = (block_ptr & CRAMFS_BLK_FLAG_UNCOMPRESSED); in cramfs_read_folio()
844 if (uncompressed) { in cramfs_read_folio()
888 (uncompressed && block_len > PAGE_SIZE))) { in cramfs_read_folio()
892 } else if (uncompressed) { in cramfs_read_folio()
/Linux-v6.6/drivers/media/platform/st/sti/hva/
DKconfig12 raw uncompressed formats in various compressed video bitstreams format.
/Linux-v6.6/Documentation/filesystems/
Derofs.rst78 - Support large folios for uncompressed files.
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
271 By the way, chunk-based files are all uncompressed for now.
314 In details, original (uncompressed) data is turned into several variable-sized
346 also a HEAD lcluster except that its data is uncompressed. See the comments
Dsquashfs.rst117 block is uncompressed. A block will be uncompressed if the -noI option is set,
118 or if the compressed block was larger than the uncompressed block.
/Linux-v6.6/drivers/media/platform/st/sti/delta/
DKconfig11 raw uncompressed format.
/Linux-v6.6/drivers/media/platform/ti/omap3isp/
Dispvideo.h46 u32 uncompressed; member
Dispcsi2.c884 if (info->uncompressed == pixelcode) in csi2_try_format()
925 if (info->uncompressed == format->code) in csi2_enum_mbus_code()
928 code->code = info->uncompressed; in csi2_enum_mbus_code()
/Linux-v6.6/drivers/staging/media/omap4iss/
Diss_video.h42 u32 uncompressed; member
Diss_csi2.c881 if (info->uncompressed == pixelcode) in csi2_try_format()
922 if (info->uncompressed == format->code) in csi2_enum_mbus_code()
925 code->code = info->uncompressed; in csi2_enum_mbus_code()
/Linux-v6.6/Documentation/networking/
Dipsec.rst45 above scenario. The consequence of doing so is small packet(uncompressed)
/Linux-v6.6/Documentation/admin-guide/media/
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-v6.6/Documentation/driver-api/early-userspace/
Dbuffer-format.rst43 compressed and/or uncompressed cpio archives (in the "newc" or "crc"

123