Searched refs:compression_type (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/adb/client/ |
H A D | incremental_server.cpp | 133 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 D | squashfs_filesystem.h | 52 uint16_t compression_type; member
|
H A D | squashfs_filesystem.cc | 65 memcpy(&header->compression_type, blob.data() + 20, 2); in ReadSquashfsHeader() 141 bool is_zlib = header.compression_type == kSquashfsZlibCompression; in Init()
|
H A D | squashfs_filesystem_unittest.cc | 66 .compression_type = 1, // For gzip. in GetSimpleHeader()
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | Images.cpp | 104 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 D | repack_bootimg.py | 105 for compression_type, compression_util in [ 119 self._ramdisk_format = compression_type
|
/aosp12/bootable/recovery/tests/unit/ |
H A D | install_test.cpp | 41 int compression_type) { in BuildZipArchive() argument 45 ASSERT_EQ(0, writer.StartEntry(name.c_str(), compression_type)); in BuildZipArchive()
|