Searched refs:vsyncPeriod (Results 1 – 12 of 12) sorted by relevance
104 nsecs_t vsyncPeriod = configIdToVsyncPeriod[0].second; in populate() local105 if (vsyncPeriod != 0) { in populate()106 const float fps = 1e9 / vsyncPeriod; in populate()121 vsyncPeriod = configIdToVsyncPeriod[1].second; in populate()122 if (vsyncPeriod != 0) { in populate()123 const float fps = 1e9 / vsyncPeriod; in populate()
49 auto vsyncPeriod(VSyncRequest request) { in vsyncPeriod() function60 return StringPrintf("VSyncRequest::Periodic{period=%d}", vsyncPeriod(request)); in toString()414 return event.vsync.count % vsyncPeriod(connection->vsyncRequest) == 0; in shouldConsumeEvent()
205 stats->vsyncPeriod = mPrimaryDispSync->getPeriod(); in getDisplayStatInfo()
52 (long long)stats.vsyncTime, (long long)stats.vsyncPeriod); in updateVsync()54 mVsyncPeriod = stats.vsyncPeriod; in updateVsync()
201 nsecs_t vsyncPeriod = (nsecs_t) (kOneSecInNanosec / (float) javaRefreshRate); in getVsyncOffset() local213 *sfVsyncOffsetPtr = vsyncPeriod - ((nsecs_t) javaPresentationDeadline - kOneMillisecInNanosec); in getVsyncOffset()
66 long vsyncPeriod = (long) (ONE_S_IN_NS / display.getRefreshRate()); in calculateAppSurfaceFlingerVsyncOffsetMs() local67 long sfVsyncOffset = vsyncPeriod - (display.getPresentationDeadlineNanos() - ONE_MS_IN_NS); in calculateAppSurfaceFlingerVsyncOffsetMs()
26 nsecs_t vsyncPeriod{0};
1615 const nsecs_t vsyncPeriod = getVsyncPeriod(); in updateVrFlinger() local1616 mAnimFrameTracker.setDisplayRefreshPeriod(vsyncPeriod); in updateVrFlinger()1624 DisplayStatInfo stats{0 /* vsyncTime */, vsyncPeriod}; in updateVrFlinger()1627 mScheduler->resyncToHardwareVsync(false, vsyncPeriod); in updateVrFlinger()1987 ? (stats.vsyncPeriod - (mPhaseOffsets->getCurrentSfOffset() % stats.vsyncPeriod)) in setCompositorTimingSnapped()1988 : ((-mPhaseOffsets->getCurrentSfOffset()) % stats.vsyncPeriod); in setCompositorTimingSnapped()1992 idealLatency = stats.vsyncPeriod; in setCompositorTimingSnapped()2001 nsecs_t bias = stats.vsyncPeriod / 2; in setCompositorTimingSnapped()2002 int64_t extraVsyncs = (compositeToPresentLatency - idealLatency + bias) / stats.vsyncPeriod; in setCompositorTimingSnapped()2004 (extraVsyncs > 0) ? idealLatency + (extraVsyncs * stats.vsyncPeriod) : idealLatency; in setCompositorTimingSnapped()[all …]
153 Builder& setVsyncPeriod(int32_t vsyncPeriod) { in setVsyncPeriod() argument154 mConfig->mVsyncPeriod = vsyncPeriod; in setVsyncPeriod()
275 auto vsyncPeriod = getActiveConfig(displayId)->getVsyncPeriod(); in getRefreshTimestamp() local276 return now - ((now - displayData.lastHwVsync) % vsyncPeriod); in getRefreshTimestamp()
166 *outRefreshDuration = stats.vsyncPeriod; in getDisplayRefreshCycleDuration()