Home
last modified time | relevance | path

Searched refs:vsyncPeriod (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
DSurfaceFlingerVsyncChoreographer.java66 long vsyncPeriod = (long) (ONE_S_IN_NS / display.getRefreshRate()); in calculateAppSurfaceFlingerVsyncOffsetMs() local
67 long sfVsyncOffset = vsyncPeriod - (display.getPresentationDeadlineNanos() - ONE_MS_IN_NS); in calculateAppSurfaceFlingerVsyncOffsetMs()
/frameworks/native/libs/ui/include_vndk/ui/
DDisplayStatInfo.h26 nsecs_t vsyncPeriod{0};
/frameworks/native/libs/ui/include/ui/
DDisplayStatInfo.h26 nsecs_t vsyncPeriod{0};
/frameworks/av/media/libstagefright/
DVideoFrameScheduler.cpp360 (long long)stats.vsyncTime, (long long)stats.vsyncPeriod); in updateVsync()
362 mVsyncPeriod = stats.vsyncPeriod; in updateVsync()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h154 Builder& setVsyncPeriod(int32_t vsyncPeriod) { in setVsyncPeriod() argument
155 mConfig->mVsyncPeriod = vsyncPeriod; in setVsyncPeriod()
DHWComposer.cpp277 auto vsyncPeriod = getActiveConfig(displayId)->getVsyncPeriod(); in getRefreshTimestamp() local
278 return now - ((now - mLastHwVSync[displayId]) % vsyncPeriod); in getRefreshTimestamp()
/frameworks/native/libs/gui/
DSurface.cpp164 *outRefreshDuration = stats.vsyncPeriod; in getDisplayRefreshCycleDuration()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp927 stats->vsyncPeriod = mPrimaryDispSync.getPeriod(); in getDisplayStats()