Searched refs:getVsyncPeriod (Results 1 – 9 of 9) sorted by relevance
40 nsecs_t getVsyncPeriod();
387 nsecs_t VideoFrameScheduler::getVsyncPeriod() { in getVsyncPeriod() function in android::VideoFrameScheduler
548 int64_t twoVsyncsUs = 2 * (mFrameScheduler->getVsyncPeriod() / 1000); in onDrainVideo_l()
185 nsecs_t getVsyncPeriod() const { return mVsyncPeriod; } in getVsyncPeriod() function
277 auto vsyncPeriod = getActiveConfig(displayId)->getVsyncPeriod(); in getRefreshTimestamp()
886 info.fps = 1e9 / hwConfig->getVsyncPeriod(); in getDisplayConfigs()901 info.presentationDeadline = hwConfig->getVsyncPeriod() - in getDisplayConfigs()1287 const nsecs_t period = activeConfig->getVsyncPeriod(); in resyncToHardwareVsync()1463 const nsecs_t period = activeConfig->getVsyncPeriod(); in updateVrFlinger()3678 const nsecs_t period = activeConfig->getVsyncPeriod(); in onInitializeDisplays()3966 const nsecs_t period = activeConfig->getVsyncPeriod(); in dumpStatsLocked()4213 dispSyncPresentTimeOffset, activeConfig->getVsyncPeriod()); in dumpAllLocked()4280 1e9 / activeConfig->getVsyncPeriod(), in dumpAllLocked()
135 nsecs_t displayPeriod = activeConfig->getVsyncPeriod(); in Layer()
1260 int64_t twoVsyncsUs = 2 * (mVideoScheduler->getVsyncPeriod() / 1000); in postDrainVideoQueue()1291 int64_t twoVsyncsUs = 2 * (mVideoScheduler->getVsyncPeriod() / 1000); in postDrainVideoQueue()
1259 int64_t twoVsyncsUs = 2 * (mVideoScheduler->getVsyncPeriod() / 1000); in postDrainVideoQueue()1290 int64_t twoVsyncsUs = 2 * (mVideoScheduler->getVsyncPeriod() / 1000); in postDrainVideoQueue()