OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_iat_cumulative_sum_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
delay_manager.cc
42
max_iat_cumulative_sum_
(0),
131
target_level_ = std::max(target_level_,
max_iat_cumulative_sum_
);
157
if (iat_cumulative_sum_ >
max_iat_cumulative_sum_
) {
159
max_iat_cumulative_sum_
= iat_cumulative_sum_;
164
max_iat_cumulative_sum_
-= kCumulativeSumDrift;
315
max_iat_cumulative_sum_
= 0;
delay_manager.h
120
// Updates |iat_cumulative_sum_| and |
max_iat_cumulative_sum_
|. (These are
155
int
max_iat_cumulative_sum_
; // Max of |iat_cumulative_sum_|.
member in class:webrtc::DelayManager
Completed in 2135 milliseconds