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

  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc 299 int index_of_max = std::distance(vec.begin(), variable
303 PRINTD("(%d,%d)", max, index_of_max);
305 int extra_delay = IndexToMilliseconds(static_cast<double> (index_of_max));
    [all...]
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 292 int index_of_max = variable
295 PRINTD("(%d,%d)", max, index_of_max);
297 int extra_delay = IndexToMilliseconds(static_cast<double>(index_of_max));
    [all...]

Completed in 75 milliseconds