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

  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 511 WebRtc_Word64 max_time_reverse_us = 0; local
586 if (tick_diff.Microseconds() > max_time_reverse_us) {
587 max_time_reverse_us = tick_diff.Microseconds();
771 if (tick_diff.Microseconds() > max_time_reverse_us) {
772 max_time_reverse_us = tick_diff.Microseconds();
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
process_test.cc 569 int64_t max_time_reverse_us = 0; local
681 if (tick_diff.Microseconds() > max_time_reverse_us) {
682 max_time_reverse_us = tick_diff.Microseconds();
    [all...]

Completed in 492 milliseconds