Home
last modified time | relevance | path

Searched refs:getVsyncPeriod (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateConfigs.cpp232 const auto displayPeriod = scores[i].first->hwcConfig->getVsyncPeriod(); in getBestRefreshRate()
407 const float fps = 1e9f / config->getVsyncPeriod(); in RefreshRateConfigs()
506 if (refreshRate1->hwcConfig->getVsyncPeriod() != in getSortedRefreshRateList()
507 refreshRate2->hwcConfig->getVsyncPeriod()) { in getSortedRefreshRateList()
508 return refreshRate1->hwcConfig->getVsyncPeriod() > in getSortedRefreshRateList()
509 refreshRate2->hwcConfig->getVsyncPeriod(); in getSortedRefreshRateList()
568 const auto refreshRate = 1e9f / config->getVsyncPeriod(); in constructKnownFrameRates()
DRefreshRateConfigs.h70 nsecs_t getVsyncPeriod() const { return hwcConfig->getVsyncPeriod(); } in getVsyncPeriod() function
DScheduler.cpp242 mRefreshRateConfigs.getRefreshRateFromConfigId(configId).getVsyncPeriod(); in dispatchCachedReportedConfig()
363 resyncToHardwareVsync(false, mRefreshRateConfigs.getCurrentRefreshRate().getVsyncPeriod()); in resync()
548 resyncToHardwareVsync(true /* makeAvailable */, refreshRate.getVsyncPeriod()); in kernelIdleTimerCallback()
/frameworks/av/media/libstagefright/include/media/stagefright/
DVideoFrameSchedulerBase.h38 nsecs_t getVsyncPeriod();
/frameworks/base/libs/hwui/
DDeviceInfo.h40 static int64_t getVsyncPeriod() { return get()->mVsyncPeriod; } in getVsyncPeriod() function
DJankTracker.cpp84 nsecs_t frameIntervalNanos = DeviceInfo::getVsyncPeriod(); in JankTracker()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp922 const nsecs_t period = hwConfig->getVsyncPeriod(); in getDisplayConfigs()
1011 mScheduler->resyncToHardwareVsync(true, refreshRate.getVsyncPeriod()); in setDesiredActiveConfig()
1073 if (refreshRate.getVsyncPeriod() != oldRefreshRate.getVsyncPeriod()) { in setActiveConfigInternal()
1083 .getVsyncPeriod(); in setActiveConfigInternal()
1096 mScheduler->resyncToHardwareVsync(true, refreshRate.getVsyncPeriod()); in desiredActiveConfigChangeDone()
1569 nsecs_t SurfaceFlinger::getVsyncPeriod() const { in getVsyncPeriod() function in android::SurfaceFlinger
1776 const nsecs_t vsyncPeriod = getVsyncPeriod(); in updateVrFlinger()
3003 mRefreshRateConfigs->getRefreshRateFromConfigId(currentConfig).getVsyncPeriod(); in initScheduler()
4195 const nsecs_t vsyncPeriod = getVsyncPeriod(); in onInitializeDisplays()
4239 mScheduler->resyncToHardwareVsync(true, getVsyncPeriod()); in setPowerModeInternal()
[all …]
DSurfaceFlinger.h855 nsecs_t getVsyncPeriod() const REQUIRES(mStateLock);
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp174 nsecs_t frameIntervalNanos = DeviceInfo::getVsyncPeriod(); in setupFrameInterval()
/frameworks/av/media/libstagefright/
DVideoFrameSchedulerBase.cpp353 nsecs_t VideoFrameSchedulerBase::getVsyncPeriod() { in getVsyncPeriod() function in android::VideoFrameSchedulerBase
DMediaSync.cpp548 int64_t twoVsyncsUs = 2 * (mFrameScheduler->getVsyncPeriod() / 1000); in onDrainVideo_l()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerRenderer.cpp1309 int64_t twoVsyncsUs = 2 * (mVideoScheduler->getVsyncPeriod() / 1000); in postDrainVideoQueue()
1340 int64_t twoVsyncsUs = 2 * (mVideoScheduler->getVsyncPeriod() / 1000); in postDrainVideoQueue()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h139 nsecs_t getVsyncPeriod() const { return mVsyncPeriod; } in getVsyncPeriod() function
DHWC2.cpp221 *outVsyncPeriod = config->getVsyncPeriod(); in getDisplayVsyncPeriod()