OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_report_seq_max_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
receive_statistics_impl.cc
48
last_report_seq_max_
(0),
219
last_report_seq_max_
= received_seq_first_ - 1;
223
uint16_t exp_since_last = (received_seq_max_ -
last_report_seq_max_
);
225
if (
last_report_seq_max_
> received_seq_max_) {
278
last_report_seq_max_
= received_seq_max_;
receive_statistics_impl.h
89
uint16_t
last_report_seq_max_
;
member in class:webrtc::StreamStatisticianImpl
Completed in 538 milliseconds