Home
last modified time | relevance | path

Searched defs:compressedSize (Results 1 – 18 of 18) sorted by relevance

/external/lzma/Java/Tukaani/src/org/tukaani/xz/
DBlockInputStream.java219 long compressedSize = inCounted.getSize(); in read() local
250 long compressedSize = inCounted.getSize(); in validate() local
DLZMA2OutputStream.java113 int compressedSize = rc.finish(); in writeChunk() local
135 private void writeLZMA(int uncompressedSize, int compressedSize) in writeLZMA()
DBlockOutputStream.java118 long compressedSize = outCounted.getSize(); in validate() local
DLZMA2InputStream.java276 int compressedSize = in.readUnsignedShort() + 1; in decodeChunkHeader() local
/external/lz4/lib/
Dlz4.c1251 int LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize) in LZ4_decompress_safe()
1256 int LZ4_decompress_safe_partial(const char* source, char* dest, int compressedSize, int targetOutpu… in LZ4_decompress_safe_partial()
1310 …_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int compressedSize, int maxOutp… in LZ4_decompress_safe_continue()
1370 …t LZ4_decompress_usingDict_generic(const char* source, char* dest, int compressedSize, int maxOutp… in LZ4_decompress_usingDict_generic()
1382 int LZ4_decompress_safe_usingDict(const char* source, char* dest, int compressedSize, int maxOutput… in LZ4_decompress_safe_usingDict()
1393 int LZ4_decompress_safe_forceExtDict(const char* source, char* dest, int compressedSize, int maxOut… in LZ4_decompress_safe_forceExtDict()
1453 int LZ4_decompress_safe_withPrefix64k(const char* source, char* dest, int compressedSize, int maxOu… in LZ4_decompress_safe_withPrefix64k()
Dlz4frame.c961 static int LZ4F_decompress_safe (const char* source, char* dest, int compressedSize, int maxDecompr… in LZ4F_decompress_safe()
/external/libvncserver/libvncserver/tightvnc-filetransfer/
Drfbtightproto.h330 uint16_t compressedSize; member
402 uint16_t compressedSize; member
417 uint16_t compressedSize; member
/external/libvncserver/webclients/novnc/include/
Djsunzip.js126 'compressedSize' : compressedSize, property
/external/dng_sdk/source/
Ddng_preview.cpp416 uint32 compressedSize = fCompressedData->LogicalSize (); in SpoolAdobeThumbnail() local
Ddng_read_image.cpp2770 uint32 compressedSize, in dng_read_tiles_task()
3129 uint32 compressedSize = 0; in Read() local
Ddng_image_writer.cpp4355 uint32 compressedSize, in dng_write_tiles_task()
4634 uint32 compressedSize = CompressedBufferSize (ifd, uncompressedSize); in WriteImage() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DExhaustiveTest.java95 int compressedSize = Math.max(512, 3 * len); in myMultipassTest() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
DExhaustiveTest.java96 int compressedSize = Math.max(512, 3 * len); in myMultipassTest() local
/external/lzma/Java/SevenZip/
DLzmaBench.java339 int compressedSize = 0; in LzmaBenchmark() local
/external/lz4/tests/
Dfuzzer.c309 int compressedSize, HCcompressedSize; in FUZ_test() local
Dfullbench.c83 int compressedSize; member
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java655 private int compressedSize = 0; field in TJCompressor
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp738 size_t compressedSize; member