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

/frameworks/native/services/surfaceflinger/
H A DFrameTracker.h43 // NUM_FRAME_RECORDS is the size of the circular buffer used to track the
45 enum { NUM_FRAME_RECORDS = 128 }; enumerator in enum:android::FrameTracker::__anon1889
134 FrameRecord mFrameRecords[NUM_FRAME_RECORDS];
145 // doesn't grow with NUM_FRAME_RECORDS.

Completed in 1348 milliseconds