OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_filteredmax
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
codec_timer.cc
23
_filteredMax
(0),
40
_filteredMax
= 0;
106
_filteredMax
= _shortMax;
122
if (_history[i].shortMax >
_filteredMax
)
125
_filteredMax
= _history[i].shortMax;
133
return
_filteredMax
;
codec_timer.h
52
int32_t
_filteredMax
;
Completed in 140 milliseconds