Home
last modified time | relevance | path

Searched refs:compressed_data_size (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/zlib/google/
Dcompression_utils.cc44 uLongf compressed_data_size = in GzipCompress() local
48 if (!base::UncheckedMalloc(compressed_data_size, in GzipCompress()
53 if (zlib_internal::GzipCompressHelper(compressed_data, &compressed_data_size, in GzipCompress()
61 reinterpret_cast<Bytef*>(realloc(compressed_data, compressed_data_size)); in GzipCompress()
66 output->assign(resized_data, resized_data + compressed_data_size); in GzipCompress()
/third_party/skia/third_party/externals/zlib/google/
Dcompression_utils.cc47 uLongf compressed_data_size = in GzipCompress() local
51 if (!base::UncheckedMalloc(compressed_data_size, in GzipCompress()
56 if (zlib_internal::GzipCompressHelper(compressed_data, &compressed_data_size, in GzipCompress()
64 reinterpret_cast<Bytef*>(realloc(compressed_data, compressed_data_size)); in GzipCompress()
69 output->assign(resized_data, resized_data + compressed_data_size); in GzipCompress()
/third_party/flutter/skia/third_party/externals/zlib/google/
Dcompression_utils.cc132 uLongf compressed_data_size = in GzipCompress() local
135 if (!base::UncheckedMalloc(compressed_data_size, in GzipCompress()
140 if (GzipCompressHelper(compressed_data, &compressed_data_size, in GzipCompress()
148 reinterpret_cast<Bytef*>(realloc(compressed_data, compressed_data_size)); in GzipCompress()
153 output->assign(resized_data, resized_data + compressed_data_size); in GzipCompress()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-atsc-section.c441 if (from_encoding != NULL && seg->compressed_data_size > 0) { in _gst_mpegts_atsc_string_segment_decode_string()
446 (gssize) seg->compressed_data_size, "UTF-8", from_encoding, NULL, NULL, in _gst_mpegts_atsc_string_segment_decode_string()
456 g_strndup ((gchar *) seg->compressed_data, seg->compressed_data_size); in _gst_mpegts_atsc_string_segment_decode_string()
555 seg->compressed_data_size = GST_READ_UINT8 (data); in _parse_atsc_mult_string()
558 if (end - data < seg->compressed_data_size) { in _parse_atsc_mult_string()
563 if (seg->compressed_data_size) in _parse_atsc_mult_string()
565 data += seg->compressed_data_size; in _parse_atsc_mult_string()
Dgst-atsc-section.h232 guint8 compressed_data_size; member
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Dsession.c47 unsigned int compressed_data_size; in spdyf_handler_read_syn_stream() local
96 compressed_data_size = frame->length //everything after length field in spdyf_handler_read_syn_stream()
99 if(session->read_buffer_offset - session->read_buffer_beginning < compressed_data_size) in spdyf_handler_read_syn_stream()
105 if ( (compressed_data_size > 0) && in spdyf_handler_read_syn_stream()
109 compressed_data_size, in spdyf_handler_read_syn_stream()
130 if(0 == name_value_strm_size || 0 == compressed_data_size) in spdyf_handler_read_syn_stream()
160 session->read_buffer_beginning += compressed_data_size; in spdyf_handler_read_syn_stream()
/third_party/flutter/skia/third_party/externals/imgui/misc/fonts/
DREADME.txt204 …ImFont* font = io.Fonts->AddFontFromMemoryCompressedTTF(compressed_data, compressed_data_size, siz…
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c866 g_printf ("%*s Len:%u\n", spacing, "", segment->compressed_data_size); in dump_atsc_mult_string()
/third_party/skia/third_party/externals/imgui/docs/
DFONTS.md301 ImFont* font = io.Fonts->AddFontFromMemoryCompressedTTF(compressed_data, compressed_data_size, size…