Searched refs:getVsyncPeriod (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DVideoFrameScheduler.h40 nsecs_t getVsyncPeriod();
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DVideoFrameScheduler.h40 nsecs_t getVsyncPeriod();
/frameworks/av/media/libstagefright/
H A DVideoFrameScheduler.cpp387 nsecs_t VideoFrameScheduler::getVsyncPeriod() { function in class:android::VideoFrameScheduler
H A DMediaSync.cpp548 int64_t twoVsyncsUs = 2 * (mFrameScheduler->getVsyncPeriod() / 1000);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h185 nsecs_t getVsyncPeriod() const { return mVsyncPeriod; } function in class:HWC2::Display::Config
H A DHWComposer.cpp277 auto vsyncPeriod = getActiveConfig(displayId)->getVsyncPeriod();
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp886 info.fps = 1e9 / hwConfig->getVsyncPeriod();
901 info.presentationDeadline = hwConfig->getVsyncPeriod() -
1287 const nsecs_t period = activeConfig->getVsyncPeriod();
1463 const nsecs_t period = activeConfig->getVsyncPeriod();
3678 const nsecs_t period = activeConfig->getVsyncPeriod();
3966 const nsecs_t period = activeConfig->getVsyncPeriod();
4213 dispSyncPresentTimeOffset, activeConfig->getVsyncPeriod());
4280 1e9 / activeConfig->getVsyncPeriod(),
H A DLayer.cpp135 nsecs_t displayPeriod = activeConfig->getVsyncPeriod();
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Renderer.cpp1259 int64_t twoVsyncsUs = 2 * (mVideoScheduler->getVsyncPeriod() / 1000);
1290 int64_t twoVsyncsUs = 2 * (mVideoScheduler->getVsyncPeriod() / 1000);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp1260 int64_t twoVsyncsUs = 2 * (mVideoScheduler->getVsyncPeriod() / 1000);
1291 int64_t twoVsyncsUs = 2 * (mVideoScheduler->getVsyncPeriod() / 1000);

Completed in 665 milliseconds