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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 710 double t_ms; local
717 for (t_ms = 0; t_ms < kSpeechDurationMs; t_ms += 10) {
719 while (next_input_time_ms <= t_ms) {
742 for (; t_ms < kSpeechDurationMs + kCngDurationMs; t_ms += 10) {
744 while (next_input_time_ms <= t_ms) {
769 const double loop_end_time = t_ms + network_freeze_ms;
770 for (; t_ms < loop_end_time; t_ms += 10)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 656 private void step(long t_ms, long dt_ms) {
657 t = t_ms / 1000f; // seconds
671 ((GameView) v).step(t_ms, dt_ms, t, dt);
    [all...]

Completed in 117 milliseconds