Searched refs:NUM_PRESENT_SAMPLES (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DDispSync.h110 enum { NUM_PRESENT_SAMPLES = 8 }; enumerator in enum:android::DispSync::__anon1560
136 sp<Fence> mPresentFences[NUM_PRESENT_SAMPLES];
137 nsecs_t mPresentTimes[NUM_PRESENT_SAMPLES];
H A DDispSync.cpp333 mPresentSampleOffset = (mPresentSampleOffset + 1) % NUM_PRESENT_SAMPLES;
336 for (size_t i = 0; i < NUM_PRESENT_SAMPLES; i++) {
458 for (size_t i = 0; i < NUM_PRESENT_SAMPLES; i++) {
484 for (size_t i = 0; i < NUM_PRESENT_SAMPLES; i++) {

Completed in 45 milliseconds