HomeSort by relevance Sort by last modified time
    Searched refs:source_length (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/webrtc/common_audio/resampler/
push_sinc_resampler.cc 34 int source_length,
42 Resample(NULL, source_length, float_buffer_.get(), destination_frames_);
49 int source_length,
52 assert(source_length == resampler_->request_frames());
57 source_available_ = source_length;
  /external/chromium_org/components/metrics/
compression_utils.cc 34 uLong source_length) {
38 stream.avail_in = static_cast<uInt>(source_length);
80 uLong source_length) {
84 stream.avail_in = static_cast<uInt>(source_length);
85 if (static_cast<uLong>(stream.avail_in) != source_length)
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
vpx_scale.c 48 * unsigned int source_length : Length of source (UNUSED).
69 unsigned int source_length,
78 (void) source_length;
102 * unsigned int source_length : Length of source (UNUSED).
123 unsigned int source_length,
131 (void) source_length;
148 * unsigned int source_length : Length of source (UNUSED).
169 unsigned int source_length,
182 (void) source_length;
186 /*assert ( (source_length-1) * dest_scale >= (dest_length-1) * source_scale );*
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 48 * unsigned int source_length : Length of source (UNUSED).
69 unsigned int source_length,
78 (void) source_length;
102 * unsigned int source_length : Length of source (UNUSED).
123 unsigned int source_length,
131 (void) source_length;
148 * unsigned int source_length : Length of source (UNUSED).
169 unsigned int source_length,
182 (void) source_length;
186 /*assert ( (source_length-1) * dest_scale >= (dest_length-1) * source_scale );*
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 48 * unsigned int source_length : Length of source (UNUSED).
69 unsigned int source_length,
78 (void) source_length;
102 * unsigned int source_length : Length of source (UNUSED).
123 unsigned int source_length,
131 (void) source_length;
148 * unsigned int source_length : Length of source (UNUSED).
169 unsigned int source_length,
182 (void) source_length;
186 /*assert ( (source_length-1) * dest_scale >= (dest_length-1) * source_scale );*
    [all...]
  /external/chromium_org/v8/src/
natives-external.cc 82 int source_length; local
84 bytes->GetBlob(&source, &source_length);
89 reinterpret_cast<const char*>(source), source_length); local
scanner.h 367 int source_length = (location.end_pos - location.beg_pos); local
370 source_length -= 2;
372 return current_.literal_chars->length() != source_length;
compiler.cc 1091 int source_length = source->length(); local
1155 int source_length = source->length(); local
    [all...]
compiler.h 698 int source_length);
api.cc 408 int source_length)
410 source_length_(source_length >= 0 ?
411 source_length :
    [all...]
runtime.cc 1214 size_t source_length = NumberToSize(isolate, source->length()); local
    [all...]
  /external/chromium_org/third_party/jinja2/
lexer.py 614 source_length = len(source)
728 if pos >= source_length:
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 219 int source_length = i::StrLength(source); local
223 isolate, new ScriptResource(source, source_length)));
    [all...]
  /external/chromium_org/v8/include/
v8.h 4012 size_t source_length() const { return source_length_; } function in class:v8::Extension
    [all...]

Completed in 357 milliseconds