Home
last modified time | relevance | path

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

123

/linux/lib/xz/
A Dxz_dec_stream.c16 vli_type uncompressed; member
72 vli_type uncompressed; member
84 vli_type uncompressed; member
240 || s->block.uncompressed in dec_block()
241 > s->block_header.uncompressed) 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()
328 s->index.hash.uncompressed += s->vli; in dec_index()
492 s->block_header.uncompressed = s->vli; in dec_block_header()
[all …]
A 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/drivers/net/slip/
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/
A Dfourcc.rst18 - B: raw bayer, uncompressed
30 3rd character: uncompressed bits-per-pixel 0--9, A--
A Dpixfmt-intro.rst26 The V4L2 standard formats are mainly uncompressed formats. The pixels
A Dpixfmt-v4l2-mplane.rst32 The driver will set the value for uncompressed images.
/linux/Documentation/admin-guide/acpi/
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
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/devicetree/bindings/display/bridge/
A Dite,it6505.yaml16 and ensures robust transmission of high-quality uncompressed video
17 content, along with uncompressed and compressed digital audio content.
/linux/Documentation/staging/
A 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/Documentation/ABI/testing/
A Dconfigfs-usb-gadget-uvc238 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed
243 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed/name
246 Description: Specific uncompressed format descriptors
269 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed/name/name
272 Description: Specific uncompressed frame descriptors
/linux/arch/x86/boot/
A Dheader.S471 # ... resulting in +18 bytes overhead of uncompressed data.
494 # The buffer for decompression in place is the length of the uncompressed
503 # triggered by data whose compressed form is larger than the uncompressed
517 # block adding an extra 32767 bytes (the worst case uncompressed block size)
/linux/fs/cramfs/
A Dinode.c832 bool uncompressed, direct; in cramfs_readpage() local
836 uncompressed = (block_ptr & CRAMFS_BLK_FLAG_UNCOMPRESSED); in cramfs_readpage()
848 if (uncompressed) { in cramfs_readpage()
892 (uncompressed && block_len > PAGE_SIZE))) { in cramfs_readpage()
896 } else if (uncompressed) { in cramfs_readpage()
/linux/drivers/staging/media/omap4iss/
A Diss_video.h42 u32 uncompressed; member
A 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/drivers/media/platform/omap3isp/
A Dispvideo.h46 u32 uncompressed; member
A Dispcsi2.c882 if (info->uncompressed == pixelcode) in csi2_try_format()
923 if (info->uncompressed == format->code) in csi2_enum_mbus_code()
926 code->code = info->uncompressed; in csi2_enum_mbus_code()
/linux/Documentation/devicetree/bindings/display/exynos/
A Dexynos-mic.txt6 transferred through mipi dsi. The compressed frame data must be uncompressed in
/linux/Documentation/userspace-api/media/drivers/
A Dmeye-uapi.rst48 Takes a snapshot in an uncompressed or compressed jpeg format.
/linux/Documentation/networking/
A Dipsec.rst45 above scenario. The consequence of doing so is small packet(uncompressed)
/linux/Documentation/filesystems/
A Derofs.rst230 By the way, chunk-based files are all uncompressed for now.
241 In details, original (uncompressed) data is turned into several variable-sized
273 also a HEAD lcluster except that its data is uncompressed. See the comments
A 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/Documentation/admin-guide/media/
A Dmeye.rst81 for display and uncompressed video capture:
/linux/Documentation/vm/
A Dzsmalloc.rst24 uncompressed form). For allocation requests larger than this size, failure
/linux/Documentation/usb/
A Dgadget-testing.rst800 streaming/uncompressed
802 streaming/uncompressed/<format>
813 # mkdir -p functions/uvc.usb0/streaming/uncompressed/u/360p
814 # cat <<EOF > functions/uvc.usb0/streaming/uncompressed/u/360p/dwFrameInterval
822 # ln -s ../../uncompressed/u

Completed in 39 milliseconds

123