Home
last modified time | relevance | path

Searched defs:source_length (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/resampler/
Dpush_sinc_resampler.cc34 int source_length, in Resample()
49 int source_length, in Resample()
/external/chromium_org/components/metrics/
Dcompression_utils.cc34 uLong source_length) { in GzipCompressHelper()
80 uLong source_length) { in GzipUncompressHelper()
/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c69 unsigned int source_length, in scale1d_2t1_i()
123 unsigned int source_length, in scale1d_2t1_ps()
169 unsigned int source_length, in scale1d_c()
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
Dvpx_scale.c69 unsigned int source_length, in scale1d_2t1_i()
123 unsigned int source_length, in scale1d_2t1_ps()
169 unsigned int source_length, in scale1d_c()
/external/chromium_org/v8/src/
Dcompiler.cc867 int source_length = source->length(); in GetFunctionFromEval() local
933 int source_length = source->length(); in CompileScript() local
Dscanner.h363 int source_length = (location.end_pos - location.beg_pos); in literal_contains_escapes() local
Dapi.cc412 int source_length) in Extension()
Druntime.cc1210 size_t source_length = NumberToSize(isolate, source->length()); in RUNTIME_FUNCTION() local
/external/chromium_org/v8/test/cctest/
Dtest-parsing.cc217 int source_length = i::StrLength(source); in TEST() local
/external/chromium_org/v8/include/
Dv8.h3793 size_t source_length() const { return source_length_; } in source_length() function