Searched defs:NUM_FRAME_RECORDS (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DFrameTracker.h42 // NUM_FRAME_RECORDS is the size of the circular buffer used to track the
44 enum { NUM_FRAME_RECORDS = 128 }; enumerator in enum:android::FrameTracker::__anon1440
133 FrameRecord mFrameRecords[NUM_FRAME_RECORDS];
144 // doesn't grow with NUM_FRAME_RECORDS.

Completed in 333 milliseconds