Home
last modified time | relevance | path

Searched refs:frameTimeForFrameCountIndex (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DProfileData.cpp65 uint32_t ProfileData::frameTimeForFrameCountIndex(uint32_t index) { in frameTimeForFrameCountIndex() function in android::uirenderer::ProfileData
154 return frameTimeForFrameCountIndex(i); in findPercentile()
186 callback(HistogramEntry{frameTimeForFrameCountIndex(i), mFrameCounts[i]}); in histogramForEach()
H A DProfileData.h91 static uint32_t frameTimeForFrameCountIndex(uint32_t index);
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DGraphicsStatsServiceTests.cpp95 expectedBucket = ProfileData::frameTimeForFrameCountIndex(i); in TEST()
152 expectedBucket = ProfileData::frameTimeForFrameCountIndex(i); in TEST()