HomeSort by relevance Sort by last modified time
    Searched defs:Peak (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/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/valgrind/main/massif/
ms_main.c 56 // it's clear where/why the peak is occurring. (Mattieu Castet) Also,
153 Detailed snapshots: [2, 11, 13, 19, 25, 32 (peak)]
217 // - Peak snapshot: When the memory usage peak is reached, it takes a
218 // snapshot. It keeps this, unless the peak is subsequently exceeded,
219 // in which case it will overwrite the peak snapshot.
274 // This is the total size from the current peak snapshot, or 0 if no peak
442 else if VG_DBL_CLO(arg, "--peak-inaccuracy", clo_peak_inaccuracy) {}
472 " --peak-inaccuracy=<m.n> maximum peak inaccuracy, as a percentage [1.0]\n
    [all...]

Completed in 306 milliseconds