Home
last modified time | relevance | path

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

/third_party/lz4/ossfuzz/
H A Dcompress_hc_fuzzer.c48 int compressedSize = size; in LLVMFuzzerTestOneInput() local
H A Dcompress_fuzzer.c44 int compressedSize = size; in LLVMFuzzerTestOneInput() local
H A Dround_trip_frame_uncompressed_fuzzer.c77 size_t compressedSize = headerSize; in compress_round_trip() local
[all...]
/third_party/lz4/tests/
H A Dfreestanding.c57 const int compressedSize = LZ4_compress_default( in test_lz4() local
93 const int compressedSize = LZ4_compress_HC( in test_lz4hc() local
H A Dfullbench.c84 int compressedSize; member
[all...]
H A Dframetest.c628 size_t compressedSize = cSizeWithDict; in basicTests() local
685 size_t compressedSize = cSizeContiguous; in basicTests() local
721 size_t compressedSize = cSizeIndep; in basicTests() local
H A Dfuzzer.c384 int compressedSize, HCcompressedSize; in FUZ_test() local
1254 int compressedSize; U64 crcOrig; FUZ_unitTests() local
1501 int compressedSize; FUZ_unitTests() local
1558 int compressedSize; FUZ_unitTests() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBlobCache.cpp69 DecompressBlobCacheData(const uint8_t *compressedData, const size_t compressedSize, angle::MemoryBuffer *uncompressedData) DecompressBlobCacheData() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_preview.cpp416 uint32 compressedSize = fCompressedData->LogicalSize (); in SpoolAdobeThumbnail() local
H A Ddng_read_image.cpp3129 uint32 compressedSize = 0; in Read() local
2757 dng_read_tiles_task(dng_read_image &readImage, dng_host &host, const dng_ifd &ifd, dng_stream &stream, dng_image &image, dng_jpeg_image *jpegImage, dng_fingerprint *jpegTileDigest, uint32 outerSamples, uint32 innerSamples, uint32 tilesDown, uint32 tilesAcross, uint64 *tileOffset, uint32 *tileByteCount, uint32 compressedSize, uint32 uncompressedSize) dng_read_tiles_task() argument
H A Ddng_image_writer.cpp4634 uint32 compressedSize = CompressedBufferSize (ifd, uncompressedSize); in WriteImage() local
4346 dng_write_tiles_task(dng_image_writer &imageWriter, dng_host &host, const dng_ifd &ifd, dng_basic_tag_set &basic, dng_stream &stream, const dng_image &image, uint32 fakeChannels, uint32 tilesDown, uint32 tilesAcross, uint32 compressedSize, uint32 uncompressedSize) dng_write_tiles_task() argument
/third_party/lz4/examples/
H A DframeCompress.c86 size_t compressedSize; in compress_file_internal() local
131 { size_t const compressedSize = LZ4F_compressEnd(ctx, in compress_file_internal() local
[all...]
/third_party/lz4/lib/
H A Dlz4.c2345 int LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize) in LZ4_decompress_safe() argument
2353 int LZ4_decompress_safe_partial(const char* src, char* dst, int compressedSize, int targetOutputSize, int dstCapacity) in LZ4_decompress_safe_partial() argument
2373 int LZ4_decompress_safe_withPrefix64k(const char* source, char* dest, int compressedSize, int maxOutputSize) in LZ4_decompress_safe_withPrefix64k() argument
2381 static int LZ4_decompress_safe_partial_withPrefix64k(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity) in LZ4_decompress_safe_partial_withPrefix64k() argument
2398 LZ4_decompress_safe_withSmallPrefix(const char* source, char* dest, int compressedSize, int maxOutputSize, size_t prefixSize) LZ4_decompress_safe_withSmallPrefix() argument
2407 LZ4_decompress_safe_partial_withSmallPrefix(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity, size_t prefixSize) LZ4_decompress_safe_partial_withSmallPrefix() argument
2417 LZ4_decompress_safe_forceExtDict(const char* source, char* dest, int compressedSize, int maxOutputSize, const void* dictStart, size_t dictSize) LZ4_decompress_safe_forceExtDict() argument
2427 LZ4_decompress_safe_partial_forceExtDict(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity, const void* dictStart, size_t dictSize) LZ4_decompress_safe_partial_forceExtDict() argument
2451 LZ4_decompress_safe_doubleDict(const char* source, char* dest, int compressedSize, int maxOutputSize, size_t prefixSize, const void* dictStart, size_t dictSize) LZ4_decompress_safe_doubleDict() argument
2524 LZ4_decompress_safe_continue(LZ4_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int compressedSize, int maxOutputSize) LZ4_decompress_safe_continue() argument
2612 LZ4_decompress_safe_usingDict(const char* source, char* dest, int compressedSize, int maxOutputSize, const char* dictStart, int dictSize) LZ4_decompress_safe_usingDict() argument
2627 LZ4_decompress_safe_partial_usingDict(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity, const char* dictStart, int dictSize) LZ4_decompress_safe_partial_usingDict() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.cpp892 size_t compressedSize = 0; in GetAndDecompressPipelineCacheVk() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp832 uLong compressedSize = expectedCompressedSize; in SaveBinaryData() local
/third_party/astc-encoder/Source/
H A Dtinyexr.h7520 CompressZip(unsigned char *dst, tinyexr::tinyexr_uint64 &compressedSize, const unsigned char *src, unsigned long src_size) CompressZip() argument
7785 CompressRle(unsigned char *dst, tinyexr::tinyexr_uint64 &compressedSize, const unsigned char *src, unsigned long src_size) CompressRle() argument
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp22314 VULKAN_HPP_NAMESPACE::DeviceSize compressedSize = {}; member
[all...]
H A Dvulkan_core.h17542 VkDeviceSize compressedSize; member

Completed in 160 milliseconds