Home
last modified time | relevance | path

Searched refs:source_length (Results 1 – 13 of 13) sorted by relevance

/external/angle/third_party/zlib/google/
Dcompression_utils_portable.cc65 uLong source_length, in GzipCompressHelper() argument
68 return CompressHelper(GZIP, dest, dest_length, source, source_length, in GzipCompressHelper()
83 uLong source_length, in CompressHelper() argument
95 stream.avail_in = static_cast<uInt>(source_length); in CompressHelper()
159 uLong source_length) { in GzipUncompressHelper() argument
160 return UncompressHelper(GZIP, dest, dest_length, source, source_length); in GzipUncompressHelper()
171 uLong source_length) { in UncompressHelper() argument
176 stream.avail_in = static_cast<uInt>(source_length); in UncompressHelper()
177 if (static_cast<uLong>(stream.avail_in) != source_length) in UncompressHelper()
Dcompression_utils_portable.h37 uLong source_length,
45 uLong source_length,
53 uLong source_length);
59 uLong source_length);
/external/zlib/google/
Dcompression_utils_portable.cc65 uLong source_length, in GzipCompressHelper() argument
68 return CompressHelper(GZIP, dest, dest_length, source, source_length, in GzipCompressHelper()
83 uLong source_length, in CompressHelper() argument
95 stream.avail_in = static_cast<uInt>(source_length); in CompressHelper()
159 uLong source_length) { in GzipUncompressHelper() argument
160 return UncompressHelper(GZIP, dest, dest_length, source, source_length); in GzipUncompressHelper()
171 uLong source_length) { in UncompressHelper() argument
176 stream.avail_in = static_cast<uInt>(source_length); in UncompressHelper()
177 if (static_cast<uLong>(stream.avail_in) != source_length) in UncompressHelper()
Dcompression_utils_portable.h37 uLong source_length,
45 uLong source_length,
53 uLong source_length);
59 uLong source_length);
/external/webrtc/common_audio/resampler/
Dpush_sinc_resampler.cc34 size_t source_length, in Resample() argument
42 Resample(nullptr, source_length, float_buffer_.get(), destination_frames_); in Resample()
49 size_t source_length, in Resample() argument
52 RTC_CHECK_EQ(source_length, resampler_->request_frames()); in Resample()
57 source_available_ = source_length; in Resample()
/external/google-breakpad/src/common/
Dstring_conversion.cc42 size_t source_length = strlen(in); in UTF8ToUTF16() local
44 const UTF8 *source_end_ptr = source_ptr + source_length; in UTF8ToUTF16()
47 out->insert(out->begin(), source_length, 0); in UTF8ToUTF16()
86 size_t source_length = wcslen(in); in UTF32ToUTF16() local
88 const UTF32 *source_end_ptr = source_ptr + source_length; in UTF32ToUTF16()
91 out->insert(out->begin(), source_length, 0); in UTF32ToUTF16()
/external/libaom/libaom/aom_scale/generic/
Daom_scale.c69 unsigned int source_scale, unsigned int source_length, in scale1d_2t1_i() argument
73 (void)source_length; in scale1d_2t1_i()
120 unsigned int source_length, unsigned char *dest, in scale1d_2t1_ps() argument
124 (void)source_length; in scale1d_2t1_ps()
161 unsigned int source_scale, unsigned int source_length, in scale1d_c() argument
171 (void)source_length; in scale1d_c()
247 unsigned int source_scale, unsigned int source_length, in Scale2D()
/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c67 unsigned int source_scale, unsigned int source_length, in scale1d_2t1_i() argument
73 (void)source_length; in scale1d_2t1_i()
118 unsigned int source_length, unsigned char *dest, in scale1d_2t1_ps() argument
123 (void)source_length; in scale1d_2t1_ps()
158 unsigned int source_scale, unsigned int source_length, in scale1d_c() argument
168 (void)source_length; in scale1d_c()
245 unsigned int source_scale, unsigned int source_length, in Scale2D()
/external/webrtc/common_video/h264/
Dh264_bitstream_parser.h50 size_t source_length,
Dh264_bitstream_parser.cc44 size_t source_length, in ParseNonParameterSetNalu() argument
51 H264::ParseRbsp(source, source_length); in ParseNonParameterSetNalu()
/external/ImageMagick/MagickCore/
Dstring.c464 source_length; in ConcatenateString() local
475 source_length=strlen(source); in ConcatenateString()
477 if (~length < source_length) in ConcatenateString()
479 length+=source_length; in ConcatenateString()
486 if (source_length != 0) in ConcatenateString()
487 (void) memcpy((*destination)+destination_length,source,source_length); in ConcatenateString()
/external/python/jinja/src/jinja2/
Dlexer.py640 source_length = len(source)
796 if pos >= source_length:
/external/libchrome/third_party/jinja2/
Dlexer.py620 source_length = len(source)
734 if pos >= source_length: