Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/export/
H A Dframe_info.h133 static constexpr int32_t frameQueueMaxSize = 60; variable
141 using FrameInfoQueue = RingQueue<struct FrameInfo, frameQueueMaxSize>;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/
H A Dframe_painter.cpp99 auto barWidth = width / (frameQueueMaxSize + reservedSize); in GenerateTimeBars()
100 auto offsetX = barWidth * frameQueueMaxSize - barWidth; in GenerateTimeBars()