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

  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 512 WebRtc_Word64 min_time_us = 1e6; local
657 if (tick_diff.Microseconds() < min_time_us) {
658 min_time_us = tick_diff.Microseconds();
856 if (tick_diff.Microseconds() < min_time_us) {
857 min_time_us = tick_diff.Microseconds();
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
process_test.cc 570 int64_t min_time_us = 1e6; local
784 if (tick_diff.Microseconds() < min_time_us) {
785 min_time_us = tick_diff.Microseconds();
    [all...]

Completed in 31 milliseconds