Home
last modified time | relevance | path

Searched defs:compressedSize (Results 1 – 21 of 21) 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/libgdx/gdx/jni/
Dcom.badlogic.gdx.graphics.glutils.ETC1.cpp99 int compressedSize = etc1_get_encoded_data_size(width, height); in wrapped_Java_com_badlogic_gdx_graphics_glutils_ETC1_encodeImage() local
120 int compressedSize = etc1_get_encoded_data_size(width, height); in wrapped_Java_com_badlogic_gdx_graphics_glutils_ETC1_encodeImagePKM() local
/external/lz4/lib/
Dlz4.c1121 int LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize) in LZ4_decompress_safe()
1126 int LZ4_decompress_safe_partial(const char* source, char* dest, int compressedSize, int targetOutpu… in LZ4_decompress_safe_partial()
1188 …_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int compressedSize, int maxOutp… in LZ4_decompress_safe_continue()
1254 …t LZ4_decompress_usingDict_generic(const char* source, char* dest, int compressedSize, int maxOutp… in LZ4_decompress_usingDict_generic()
1267 int LZ4_decompress_safe_usingDict(const char* source, char* dest, int compressedSize, int maxOutput… in LZ4_decompress_safe_usingDict()
1278 int LZ4_decompress_safe_forceExtDict(const char* source, char* dest, int compressedSize, int maxOut… in LZ4_decompress_safe_forceExtDict()
1356 int LZ4_decompress_safe_withPrefix64k(const char* source, char* dest, int compressedSize, int maxOu… in LZ4_decompress_safe_withPrefix64k()
Dlz4frame.c847 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.java92 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/lz4/programs/
Dbench.c121 int compressedSize; member
Dfuzzer.c343 int dictSize, blockSize, blockStart, compressedSize, HCcompressedSize; in FUZ_test() local
Dfullbench.c134 int compressedSize; member
/external/lzma/Java/SevenZip/
DLzmaBench.java339 int compressedSize = 0; in LzmaBenchmark() local
/external/mesa3d/src/mesa/main/
Dtexgetimage.c868 GLuint compressedSize; in getcompressedteximage_error_check() local
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java645 private int compressedSize = 0; field in TJCompressor
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp650 UInt32 compressedSize; member