Home
last modified time | relevance | path

Searched refs:compression_type (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/adb/client/
H A Dincremental_server.cpp133 CompressionType compression_type; // 1 byte member
399 buffer.header.compression_type = kCompressionNone; in SendTreeBlock()
445 header->compression_type = kCompressionLZ4; in SendDataBlock()
450 header->compression_type = kCompressionNone; in SendDataBlock()
469 header.compression_type = 0; in SendDone()
/aosp12/system/update_engine/payload_generator/
H A Dsquashfs_filesystem.h52 uint16_t compression_type; member
H A Dsquashfs_filesystem.cc65 memcpy(&header->compression_type, blob.data() + 20, 2); in ReadSquashfsHeader()
141 bool is_zlib = header.compression_type == kSquashfsZlibCompression; in Init()
H A Dsquashfs_filesystem_unittest.cc66 .compression_type = 1, // For gzip. in GetSimpleHeader()
/aosp12/frameworks/base/tools/aapt/
H A DImages.cpp104 int bit_depth, interlace_type, compression_type; in read_png() local
113 &interlace_type, &compression_type, NULL); in read_png()
165 interlace_type, compression_type); in read_png()
170 &interlace_type, &compression_type, NULL); in read_png()
1144 int bit_depth, interlace_type, compression_type; in write_png() local
1314 &compression_type, NULL); in write_png()
1319 compression_type); in write_png()
/aosp12/system/tools/mkbootimg/
H A Drepack_bootimg.py105 for compression_type, compression_util in [
119 self._ramdisk_format = compression_type
/aosp12/bootable/recovery/tests/unit/
H A Dinstall_test.cpp41 int compression_type) { in BuildZipArchive() argument
45 ASSERT_EQ(0, writer.StartEntry(name.c_str(), compression_type)); in BuildZipArchive()