Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.h489 static constexpr uint32_t kNumSurfaceFramesInitial = 10; variable
H A DFrameTimeline.cpp814 mSurfaceFrames.reserve(kNumSurfaceFramesInitial); in DisplayFrame()