HomeSort by relevance Sort by last modified time
    Searched refs:numPeriods (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/surfaceflinger/
FrameTracker.cpp 199 int numPeriods = int((duration + mDisplayPeriod/2) /
204 if (numPeriods < nextBucket) {
DispSync.cpp 312 // set baseTime to -mPeriod so that numPeriods will be -1.
320 nsecs_t numPeriods = baseTime / mPeriod;
321 ALOGV("[%s] numPeriods = %" PRId64, mName, numPeriods);
322 nsecs_t t = (numPeriods + 1) * mPeriod + phase;
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]

Completed in 94 milliseconds