Searched refs:drift (Results 1 - 20 of 20) sorted by relevance

/external/ltp/tools/pounder21/test_scripts/
H A Dtime_drift3 # Monitor NTP drift
30 # Threshold at which we warn about excessive drift
32 # Threshold at which we fail the test because of drift
43 $POUNDER_HOME/timed_loop 900 "$POUNDER_SRCDIR/time_tests/drift-test.py" $NTP_SERVER $FREQ
49 # Did drift-test.py fail to run properly?
54 # Did we see any failures in actual drift test?
57 diff -u $POUNDER_TMPDIR/ntpdrift-$$ $LOGFILE | while read a b c d e field drift garbage; do
58 if [ "$field" != "drift:" ]; then
61 drift=`echo $drift | aw
[all...]
/external/ltp/tools/pounder21/src/time_tests/
H A Ddrift-test.py4 # Periodically checks and displays time drift
25 # Usage: drift-test.py [-s] [ntp_server [sleep_time]]
78 # calculate drift
81 drift = delta_offset / delta_time * 1000000 variable
86 print " drift:", drift ,"ppm"
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A Dneteq_speed_test.cc47 DEFINE_double(drift, 0.1,
58 " --drift=F clockdrift factor between 0.0 and 1.0; "
/external/webrtc/webrtc/modules/audio_processing/test/
H A Dunpack.cc33 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);
H A Daudio_file_processor.cc147 ap_->echo_cancellation()->set_stream_drift_samples(msg.drift());
H A Ddebug_dump_test.cc324 apm_->echo_cancellation()->set_stream_drift_samples(msg.drift());
H A Dprocess_test.cc743 apm->echo_cancellation()->set_stream_drift_samples(msg.drift());
H A Daudio_processing_unittest.cc753 // -- Missing drift --
1772 apm_->echo_cancellation()->set_stream_drift_samples(msg.drift());
/external/webrtc/webrtc/modules/audio_processing/
H A Decho_cancellation_impl.h55 void set_stream_drift_samples(int drift) override;
H A Decho_cancellation_impl.cc267 void EchoCancellationImpl::set_stream_drift_samples(int drift) { argument
270 stream_drift_samples_ = drift;
/external/webrtc/webrtc/modules/audio_processing/include/
H A Dmock_audio_processing.h30 void(int drift));
H A Daudio_processing.h627 // if drift compensation is enabled, prior to |ProcessStream()|.
628 virtual void set_stream_drift_samples(int drift) = 0;
/external/webrtc/tools/matlab/
H A DrtpAnalyze.m122 fprintf('Clock drift: %.2f%%\n', ...
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc2776 // y represent the clock drift between system clock and sound card clock - should be fairly stable
2778 // The exponential formula will accept 1% clock drift but not more
2779 // The driver error means that we will play to little audio and have a high negative clock drift
2780 // We kick in our alternative method when the clock drift reaches 20%
3253 // If we use the alternative playout delay method, skip the clock drift compensation
3255 int32_t drift = (_useHeader > 0) ? 0 : GetClockDrift(playedSamples, recSamples); local
3257 _ptrAudioBuffer->SetVQEData(msecOnPlaySide, msecOnRecordSide, drift);
3588 int drift = 0; local
3623 drift = plSampDiff - rcSampDiff;
3628 return drift;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 399 milliseconds