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

  /frameworks/native/services/surfaceflinger/
FrameTracker.cpp 196 int numPeriods = int((duration + mDisplayPeriod/2) /
201 if (numPeriods < nextBucket) {
DispSync.cpp 309 // set baseTime to -mPeriod so that numPeriods will be -1.
317 nsecs_t numPeriods = baseTime / mPeriod;
318 ALOGV("[%s] numPeriods = %" PRId64, mName, numPeriods);
319 nsecs_t t = (numPeriods + 1) * mPeriod + phase;
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text.cpp 74 int numPeriods = 0;
94 numPeriods++;
112 if (isString || numPeriods > 1 || (isSigned && len == 1)) {
129 } else if (numPeriods == 1) {

Completed in 578 milliseconds