OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numAverageCalcs
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_help.h
41
uint32_t
numAverageCalcs
;
rtcp_receiver_help.cc
110
numAverageCalcs
(0)
rtcp_receiver.cc
577
if (reportBlock->
numAverageCalcs
!= 0) {
578
float ac = static_cast<float> (reportBlock->
numAverageCalcs
);
586
reportBlock->
numAverageCalcs
++;
[
all
...]
Completed in 871 milliseconds