OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bits_since_last_rate_update
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
bitrate.cc
60
int64_t
bits_since_last_rate_update
= 8 * bytes_count_ * 1000;
local
65
bits_since_last_rate_update
) / (1000 + diff_ms);
Completed in 442 milliseconds