OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ignoredSampleCount
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
codec_timer.cc
21
: _filteredMax(0),
_ignoredSampleCount
(0), _shortMax(0), _history() {
27
_ignoredSampleCount
= 0;
37
if (
_ignoredSampleCount
>= kIgnoredSampleCount) {
41
_ignoredSampleCount
++;
codec_timer.h
50
int32_t
_ignoredSampleCount
;
Completed in 117 milliseconds