OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_updates_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/agc/
histogram.h
47
int num_updates() const { return
num_updates_
; }
65
int
num_updates_
;
member in class:webrtc::Histogram
histogram.cc
62
:
num_updates_
(0),
77
:
num_updates_
(0),
154
num_updates_
++;
155
if (
num_updates_
< 0)
156
num_updates_
--;
184
num_updates_
= 0;
Completed in 245 milliseconds