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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
neteq_speed_test.cc 47 DEFINE_double(drift, 0.1,
58 " --drift=F clockdrift factor between 0.0 and 1.0; "
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
echo_cancellation_impl.h 45 virtual void set_stream_drift_samples(int drift) OVERRIDE;
echo_cancellation_impl.cc 205 void EchoCancellationImpl::set_stream_drift_samples(int drift) {
207 stream_drift_samples_ = drift;
348 // TODO(ajm): Drift compensation is disabled in practice. If restored, it
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
unpack.cc 31 DEFINE_string(drift_file, "drift.int32", "The name of the drift file.");
180 int32_t drift = msg.drift(); local
181 WriteData(&drift, sizeof(drift), drift_file, FLAGS_drift_file);
process_test.cc 731 apm->echo_cancellation()->set_stream_drift_samples(msg.drift());
    [all...]
audio_processing_unittest.cc 674 // -- Missing drift --
    [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
overuse_detector.cc 163 const double drift = CurrentDrift(); local
164 // Compensate for drift
165 const double t_ts_delta = t_delta - ts_delta / drift;
  /external/chromium_org/content/browser/media/capture/
video_capture_oracle.cc 50 // The amount of time over which to fully correct the drift of the rewritten
402 // sampling. Determine how much drift from the ideal is present, then adjust
406 // This accounts for two main sources of drift: 1) The clock drift of the
412 const base::TimeDelta drift = recorded_frame_timestamp_ - timebase; local
417 timebase = recorded_frame_timestamp_ - (drift / correct_over_num_frames);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/include/
audio_processing.h 413 // if drift compensation is enabled, prior to |ProcessStream()|.
414 virtual void set_stream_drift_samples(int drift) = 0;
mock_audio_processing.h 30 void(int drift));
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.cc 3303 int32_t drift = (_useHeader > 0) ? 0 : GetClockDrift(playedSamples, recSamples); local
3636 int drift = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 552 milliseconds