Searched refs:vsyncPeriod (Results 1 - 9 of 9) sorted by relevance

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

Completed in 116 milliseconds