OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_shortMax
(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() {
28
_shortMax
= 0;
47
if (decodeTime >
_shortMax
) {
48
_shortMax
= decodeTime;
54
_shortMax
= decodeTime;
62
if (
_shortMax
== 0) {
63
_shortMax
= decodeTime;
66
_history[0].shortMax =
_shortMax
;
68
_shortMax
= 0;
73
_filteredMax =
_shortMax
;
[
all
...]
codec_timer.h
51
int32_t
_shortMax
;
Completed in 170 milliseconds