Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_histogram.cpp41 ASSERT_EQ(0, histogram.getCountAboveRange()); in TEST()
61 ASSERT_EQ(0, histogram.getCountAboveRange()); in TEST()
66 ASSERT_EQ(1, histogram.getCountAboveRange()); // 200 is above top bin in TEST()
87 ASSERT_EQ(0, histogram.getCountAboveRange()); in TEST()
/aosp12/system/media/audio_utils/include/audio_utils/
H A DHistogram.h106 uint64_t getCountAboveRange() const { in getCountAboveRange() function
131 count = getCountAboveRange(); in dump()