Home
last modified time | relevance | path

Searched refs:index_of_max (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_unittest_ios.cc292 int index_of_max = in Write() local
295 PRINTD("(%d,%d)", max, index_of_max); in Write()
297 int extra_delay = IndexToMilliseconds(static_cast<double>(index_of_max)); in Write()
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_unittest.cc299 int index_of_max = std::distance(vec.begin(), in Write() local
303 PRINTD("(%d,%d)", max, index_of_max); in Write()
305 int extra_delay = IndexToMilliseconds(static_cast<double> (index_of_max)); in Write()