OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_fsCount
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
jitter_estimator.cc
67
_fsCount
= rhs.
_fsCount
;
106
_fsCount
= 0;
124
if (
_fsCount
< kFsAccuStartupSamples) {
126
_fsCount
++;
127
} else if (
_fsCount
== kFsAccuStartupSamples) {
129
_avgFrameSize = static_cast<double>(_fsSum) / static_cast<double>(
_fsCount
);
130
_fsCount
++;
jitter_estimator.h
145
uint32_t
_fsCount
;
Completed in 96 milliseconds