Searched defs:instant (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/src/modules/audio_processing/aec/interface/
H A Decho_cancellation.h46 WebRtc_Word16 instant; member in struct:__anon17073
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DRateLimiterTest.java199 ticker.instant = Long.MAX_VALUE - TimeUnit.SECONDS.toNanos(1); // 1 second before max value
324 long startTime = ticker.instant;
331 return TimeUnit.NANOSECONDS.toMillis(ticker.instant - startTime);
339 long instant = 0L; field in class:RateLimiterTest.FakeTicker
344 return instant;
352 instant += TimeUnit.MICROSECONDS.toNanos(micros);
/external/webrtc/src/modules/audio_processing/interface/
H A Daudio_processing.h213 int instant; // Instantaneous value. member in struct:webrtc::AudioProcessing::Statistic
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.h58 float instant; member in struct:__anon17063

Completed in 1682 milliseconds