Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DVideoFrameScheduler.h40 nsecs_t getVsyncPeriod();
/frameworks/av/media/libstagefright/
DVideoFrameScheduler.cpp387 nsecs_t VideoFrameScheduler::getVsyncPeriod() { in getVsyncPeriod() function in android::VideoFrameScheduler
DMediaSync.cpp548 int64_t twoVsyncsUs = 2 * (mFrameScheduler->getVsyncPeriod() / 1000); in onDrainVideo_l()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h185 nsecs_t getVsyncPeriod() const { return mVsyncPeriod; } in getVsyncPeriod() function
DHWComposer.cpp277 auto vsyncPeriod = getActiveConfig(displayId)->getVsyncPeriod(); in getRefreshTimestamp()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp886 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()
DLayer.cpp135 nsecs_t displayPeriod = activeConfig->getVsyncPeriod(); in Layer()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerRenderer.cpp1260 int64_t twoVsyncsUs = 2 * (mVideoScheduler->getVsyncPeriod() / 1000); in postDrainVideoQueue()
1291 int64_t twoVsyncsUs = 2 * (mVideoScheduler->getVsyncPeriod() / 1000); in postDrainVideoQueue()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Renderer.cpp1259 int64_t twoVsyncsUs = 2 * (mVideoScheduler->getVsyncPeriod() / 1000); in postDrainVideoQueue()
1290 int64_t twoVsyncsUs = 2 * (mVideoScheduler->getVsyncPeriod() / 1000); in postDrainVideoQueue()