OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Peak
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
delay_peak_detector.h
32
// Returns true if
peak
-mode is active. That is, delay peaks were observed
36
// Calculates and returns the maximum delay
peak
height. Returns -1 if no
40
// Calculates and returns the maximum delay
peak
distance in ms.
45
// and the current target buffer level (needed to decide if a
peak
is observed
46
// or not). Returns true if
peak
-mode is active, false if not.
50
// the counter if it is non-negative. A negative denotes that no
peak
has
63
}
Peak
;
67
std::list<
Peak
> peak_history_;
/external/llvm/lib/Fuzzer/
FuzzerDriver.cpp
241
size_t
Peak
= GetPeakRSSMb();
242
if (
Peak
> RssLimitMb)
/external/valgrind/massif/
ms_main.c
50
// it's clear where/why the
peak
is occurring. (Mattieu Castet) Also,
147
Detailed snapshots: [2, 11, 13, 19, 25, 32 (
peak
)]
211
// -
Peak
snapshot: When the memory usage
peak
is reached, it takes a
212
// snapshot. It keeps this, unless the
peak
is subsequently exceeded,
213
// in which case it will overwrite the
peak
snapshot.
268
// This is the total size from the current
peak
snapshot, or 0 if no
peak
436
else if VG_DBL_CLO(arg, "--
peak
-inaccuracy", clo_peak_inaccuracy) {}
466
" --
peak
-inaccuracy=<m.n> maximum peak inaccuracy, as a percentage [1.0]\n
[
all
...]
Completed in 658 milliseconds