Home
last modified time | relevance | path

Searched defs:compressed_data (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/zlib/google/
Dcompression_utils.cc50 Bytef* compressed_data; in GzipCompress() local
124 uint32_t GetUncompressedSize(base::span<const char> compressed_data) { in GetUncompressedSize()
128 uint32_t GetUncompressedSize(base::span<const uint8_t> compressed_data) { in GetUncompressedSize()
Dcompression_utils_unittest.cc37 std::string compressed_data; in TEST() local
76 std::string compressed_data; in TEST() local
Dcompression_utils_portable.cc37 uint32_t GetGzipUncompressedSize(const Bytef* compressed_data, size_t length) { in GetGzipUncompressedSize()
/third_party/flutter/skia/third_party/externals/zlib/google/
Dcompression_utils_unittest.cc38 std::string compressed_data; in TEST() local
68 std::string compressed_data; in TEST() local
Dcompression_utils.cc134 Bytef* compressed_data; in GzipCompress() local
184 uint32_t GetUncompressedSize(base::StringPiece compressed_data) { in GetUncompressedSize()
/third_party/node/deps/zlib/google/
Dcompression_utils_unittest.cc38 std::string compressed_data; in TEST() local
81 std::string compressed_data; in TEST() local
Dcompression_utils.cc47 Bytef* compressed_data; in GzipCompress() local
111 uint32_t GetUncompressedSize(base::StringPiece compressed_data) { in GetUncompressedSize()
Dcompression_utils_portable.cc37 uint32_t GetGzipUncompressedSize(const Bytef* compressed_data, size_t length) { in GetGzipUncompressedSize()
/third_party/lz4/examples/
Dsimple_buffer.c47 char* compressed_data = malloc((size_t)max_dst_size); in main() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_texture.h128 struct st_compressed_data* compressed_data; member
/third_party/ffmpeg/libavcodec/
Dexrenc.c60 uint8_t *compressed_data; member
Dqdm2.c168 const uint8_t *compressed_data; member
/third_party/mesa3d/src/util/
Ddisk_cache_os.c602 void *compressed_data = malloc(max_buf); in create_cache_item_header_and_blob() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-atsc-section.h291 guint8 *compressed_data; member
/third_party/mesa3d/src/broadcom/cle/
Dv3d_decoder.c611 static uint32_t zlib_inflate(const void *compressed_data, in zlib_inflate()
/third_party/mesa3d/src/intel/common/
Dintel_decoder.c510 static uint32_t zlib_inflate(const void *compressed_data, in zlib_inflate()