OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:min_time_us
(Results
1 - 1
of
1
) 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
...]
Completed in 353 milliseconds