Home
last modified time | relevance | path

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

123

/Linux-v5.4/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
984 s->lzma2.uncompressed = (tmp & 0x1F) << 16; in xz_dec_lzma2_run()
1017 s->lzma2.uncompressed in xz_dec_lzma2_run()
1023 s->lzma2.uncompressed in xz_dec_lzma2_run()
1072 s->lzma2.uncompressed)); in xz_dec_lzma2_run()
1076 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_lzma2_run()
1078 if (s->lzma2.uncompressed == 0) { in xz_dec_lzma2_run()
/Linux-v5.4/drivers/net/slip/
Dslhc.c315 goto uncompressed; in slhc_compress()
354 goto uncompressed; in slhc_compress()
372 goto uncompressed; in slhc_compress()
380 goto uncompressed; in slhc_compress()
386 goto uncompressed; in slhc_compress()
402 goto uncompressed; in slhc_compress()
408 goto uncompressed; in slhc_compress()
469 uncompressed: in slhc_compress()
/Linux-v5.4/Documentation/media/v4l-drivers/
Dfourcc.rst18 - B: raw bayer, uncompressed
30 3rd character: uncompressed bits-per-pixel 0--9, A--
Dmeye.rst81 for display and uncompressed video capture:
124 Takes a snapshot in an uncompressed or compressed jpeg format.
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-v5.4/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.rst78 aml code must be placed in the first, uncompressed, initrd under the
85 # Add the raw ACPI tables to an uncompressed cpio archive.
88 # The uncompressed cpio archive must be the first.
90 # concatenated on top of the uncompressed one.
94 # Create the uncompressed cpio archive and concatenate the original initrd
/Linux-v5.4/Documentation/
Dxz.txt52 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-v5.4/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc213 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed
218 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed/name
221 Description: Specific uncompressed format descriptors
242 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed/name/name
245 Description: Specific uncompressed frame descriptors
/Linux-v5.4/arch/x86/boot/
Dheader.S468 # ... resulting in +18 bytes overhead of uncompressed data.
491 # The buffer for decompression in place is the length of the uncompressed
500 # triggered by data whose compressed form is larger than the uncompressed
514 # block adding an extra 32767 bytes (the worst case uncompressed block size)
/Linux-v5.4/fs/cramfs/
Dinode.c835 bool uncompressed, direct; in cramfs_readpage() local
839 uncompressed = (block_ptr & CRAMFS_BLK_FLAG_UNCOMPRESSED); in cramfs_readpage()
851 if (uncompressed) { in cramfs_readpage()
895 (uncompressed && block_len > PAGE_SIZE))) { in cramfs_readpage()
899 } else if (uncompressed) { in cramfs_readpage()
/Linux-v5.4/drivers/staging/media/omap4iss/
Diss_video.h43 u32 uncompressed; member
Diss_csi2.c879 if (info->uncompressed == pixelcode) in csi2_try_format()
920 if (info->uncompressed == format->code) in csi2_enum_mbus_code()
923 code->code = info->uncompressed; in csi2_enum_mbus_code()
/Linux-v5.4/drivers/media/platform/omap3isp/
Dispvideo.h46 u32 uncompressed; member
Dispcsi2.c878 if (info->uncompressed == pixelcode) in csi2_try_format()
919 if (info->uncompressed == format->code) in csi2_enum_mbus_code()
922 code->code = info->uncompressed; in csi2_enum_mbus_code()
/Linux-v5.4/Documentation/devicetree/bindings/display/exynos/
Dexynos-mic.txt6 transferred through mipi dsi. The compressed frame data must be uncompressed in
/Linux-v5.4/Documentation/networking/
Dipsec.txt37 above scenario. The consequence of doing so is small packet(uncompressed)
/Linux-v5.4/Documentation/filesystems/
Dsquashfs.txt111 block is uncompressed. A block will be uncompressed if the -noI option is set,
112 or if the compressed block was larger than the uncompressed block.
/Linux-v5.4/Documentation/vm/
Dzsmalloc.rst24 uncompressed form). For allocation requests larger than this size, failure
/Linux-v5.4/Documentation/usb/
Dgadget-testing.rst788 streaming/uncompressed
790 streaming/uncompressed/<format>
801 # mkdir -p functions/uvc.usb0/streaming/uncompressed/u/360p
802 # cat <<EOF > functions/uvc.usb0/streaming/uncompressed/u/360p/dwFrameInterval
810 # ln -s ../../uncompressed/u
/Linux-v5.4/Documentation/media/uapi/v4l/
Dpixfmt-intro.rst33 The V4L2 standard formats are mainly uncompressed formats. The pixels
Dpixfmt-v4l2-mplane.rst39 The driver will set the value for uncompressed images.
/Linux-v5.4/Documentation/x86/
Dmicrocode.rst27 The format of the combined initrd image is microcode in (uncompressed)
/Linux-v5.4/Documentation/driver-api/early-userspace/
Dbuffer-format.rst43 compressed and/or uncompressed cpio archives (in the "newc" or "crc"

123