OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_at_last_change_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/base/
bandwidthsmoother.cc
24
time_at_last_change_
(0),
51
time_at_last_change_
= sample_time;
65
time_at_last_change_
= sample_time;
69
} else if (sample_time >=
time_at_last_change_
+ time_between_increase_) {
70
time_at_last_change_
= sample_time;
bandwidthsmoother.h
51
uint32
time_at_last_change_
;
member in class:rtc::BandwidthSmoother
Completed in 265 milliseconds