Home
last modified time | relevance | path

Searched refs:getCountBelowRange (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_histogram.cpp40 ASSERT_EQ(0, histogram.getCountBelowRange()); in TEST()
60 ASSERT_EQ(1, histogram.getCountBelowRange()); // -5 is below zero. in TEST()
65 ASSERT_EQ(1, histogram.getCountBelowRange()); in TEST()
86 ASSERT_EQ(0, histogram.getCountBelowRange()); in TEST()
/aosp12/system/media/audio_utils/include/audio_utils/
H A DHistogram.h68 uint64_t getCountBelowRange() const { in getCountBelowRange() function
116 uint64_t count = getCountBelowRange(); in dump()