Home
last modified time | relevance | path

Searched defs:binIndex (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/media/audio_utils/include/audio_utils/
H A DHistogram.h41 int32_t binIndex = (value + mBinWidth) / mBinWidth; in add() local
76 uint64_t getCount(int32_t binIndex) const { in getCount()
96 uint64_t getLastItemNumber(int32_t binIndex) const { in getLastItemNumber()
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DLatencyHistogram.cpp36 int32_t binIndex = durationMs / mBinSizeMs; in add() local