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

  /external/speex/libspeexdsp/
echo_diagnostic.m 51 drift = (b1-b2)/N2;
52 printf ('Drift estimate is %f%% (%d samples)\n', 100*drift, b1-b2);
54 printf ('A drift of a few (+-10) samples is normal.\n');
57 printf ('There may be (not sure) excessive clock drift. Is the capture and playback done on the same soundcard?\n');
  /external/webrtc/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/webrtc/webrtc/modules/audio_processing/test/
unpack.cc 33 DEFINE_string(drift_file, "drift.int32", "The name of the drift file.");
200 int32_t drift = msg.drift(); local
202 fprintf(drift_file, "%d\n", drift);
204 WriteData(&drift, sizeof(drift), drift_file, FLAGS_drift_file);
audio_file_processor.cc 147 ap_->echo_cancellation()->set_stream_drift_samples(msg.drift());
debug_dump_test.cc 324 apm_->echo_cancellation()->set_stream_drift_samples(msg.drift());
process_test.cc 743 apm->echo_cancellation()->set_stream_drift_samples(msg.drift());
    [all...]
audio_processing_unittest.cc 753 // -- Missing drift --
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.h 55 void set_stream_drift_samples(int drift) override;
echo_cancellation_impl.cc 267 void EchoCancellationImpl::set_stream_drift_samples(int drift) {
270 stream_drift_samples_ = drift;
467 // TODO(ajm): Drift compensation is disabled in practice. If restored, it
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
WaltDevice.java 249 int drift = Math.abs(clock.getMeanLag()); local
253 if (drift > DEFAULT_DRIFT_LIMIT_US) {
254 msg = "WARNING: High clock drift. " + msg;
  /external/webrtc/webrtc/modules/audio_processing/include/
mock_audio_processing.h 30 void(int drift));
audio_processing.h 627 // if drift compensation is enabled, prior to |ProcessStream()|.
628 virtual void set_stream_drift_samples(int drift) = 0;
    [all...]
  /external/webrtc/tools/matlab/
rtpAnalyze.m 122 fprintf('Clock drift: %.2f%%\n', ...
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc 3255 int32_t drift = (_useHeader > 0) ? 0 : GetClockDrift(playedSamples, recSamples); local
3588 int drift = 0; local
    [all...]
  /external/skia/modules/canvaskit/htmlcanvas/
canvas2dcontext.js 866 // This should be identity, modulo floating point drift.
    [all...]
  /external/skqp/experimental/canvaskit/htmlcanvas/
canvas2dcontext.js 866 // This should be identity, modulo floating point drift.
    [all...]
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 816 milliseconds