OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TickInterval
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/system_wrappers/interface/
tick_util.h
30
class
TickInterval
;
55
// Returns a
TickInterval
that is the difference in ticks beween rhs and lhs
56
friend
TickInterval
operator-(const TickTime& lhs, const TickTime& rhs);
61
class
TickInterval
64
TickInterval
();
69
// Returns the sum of two TickIntervals as a
TickInterval
70
friend
TickInterval
operator+(const
TickInterval
& lhs,
71
const
TickInterval
& rhs);
72
TickInterval
& operator-=(const TickInterval& rhs)
[
all
...]
/external/webrtc/src/modules/audio_processing/main/test/process_test/
process_test.cc
26
using webrtc::
TickInterval
;
375
TickInterval
acc_ticks;
478
TickInterval
tick_diff = t1 - t0;
561
TickInterval
tick_diff = t1 - t0;
/external/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp
146
TickInterval
accTicks;
Completed in 86 milliseconds