Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/common_audio/resampler/
Dpush_sinc_resampler.cc34 int source_length, in Resample() argument
42 Resample(NULL, source_length, float_buffer_.get(), destination_frames_); in Resample()
49 int source_length, in Resample() argument
52 assert(source_length == resampler_->request_frames()); in Resample()
57 source_available_ = source_length; in Resample()
/external/chromium_org/components/metrics/
Dcompression_utils.cc34 uLong source_length) { in GzipCompressHelper() argument
38 stream.avail_in = static_cast<uInt>(source_length); in GzipCompressHelper()
80 uLong source_length) { in GzipUncompressHelper() argument
84 stream.avail_in = static_cast<uInt>(source_length); in GzipUncompressHelper()
85 if (static_cast<uLong>(stream.avail_in) != source_length) in GzipUncompressHelper()
/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c69 unsigned int source_length, in scale1d_2t1_i() argument
78 (void) source_length; in scale1d_2t1_i()
123 unsigned int source_length, in scale1d_2t1_ps() argument
131 (void) source_length; in scale1d_2t1_ps()
169 unsigned int source_length, in scale1d_c() argument
182 (void) source_length; in scale1d_c()
260 …nst unsigned char * source, int source_step, unsigned int source_scale, unsigned int source_length, in Scale2D()
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
Dvpx_scale.c69 unsigned int source_length, in scale1d_2t1_i() argument
78 (void) source_length; in scale1d_2t1_i()
123 unsigned int source_length, in scale1d_2t1_ps() argument
131 (void) source_length; in scale1d_2t1_ps()
169 unsigned int source_length, in scale1d_c() argument
182 (void) source_length; in scale1d_c()
260 …nst unsigned char * source, int source_step, unsigned int source_scale, unsigned int source_length, in Scale2D()
/external/chromium_org/v8/src/
Dscanner.h363 int source_length = (location.end_pos - location.beg_pos); in literal_contains_escapes() local
366 source_length -= 2; in literal_contains_escapes()
368 return current_.literal_chars->length() != source_length; in literal_contains_escapes()
Dcompiler.cc867 int source_length = source->length(); in GetFunctionFromEval() local
868 isolate->counters()->total_eval_size()->Increment(source_length); in GetFunctionFromEval()
869 isolate->counters()->total_compile_size()->Increment(source_length); in GetFunctionFromEval()
933 int source_length = source->length(); in CompileScript() local
934 isolate->counters()->total_load_size()->Increment(source_length); in CompileScript()
935 isolate->counters()->total_compile_size()->Increment(source_length); in CompileScript()
Dapi.cc412 int source_length) in Extension() argument
414 source_length_(source_length >= 0 ? in Extension()
415 source_length : in Extension()
Druntime.cc1210 size_t source_length = NumberToSize(isolate, source->length()); in RUNTIME_FUNCTION() local
1214 offset + source_length > target_length || in RUNTIME_FUNCTION()
1215 offset + source_length < offset) // overflow in RUNTIME_FUNCTION()
/external/chromium_org/third_party/jinja2/
Dlexer.py614 source_length = len(source)
728 if pos >= source_length:
/external/chromium_org/v8/test/cctest/
Dtest-parsing.cc217 int source_length = i::StrLength(source); in TEST() local
221 isolate, new ScriptResource(source, source_length))); in TEST()
/external/chromium_org/v8/include/
Dv8.h3785 int source_length = -1);
3793 size_t source_length() const { return source_length_; } in source_length() function