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

/frameworks/av/include/media/stagefright/
H A DVideoFrameScheduler.h40 nsecs_t getVsyncPeriod();
/frameworks/av/media/libstagefright/
H A DVideoFrameScheduler.cpp382 nsecs_t VideoFrameScheduler::getVsyncPeriod() { function in class:android::VideoFrameScheduler
H A DMediaSync.cpp561 int64_t twoVsyncsUs = 2 * (mFrameScheduler->getVsyncPeriod() / 1000);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h256 nsecs_t getVsyncPeriod() const { return mVsyncPeriod; } function in class:HWC2::Display::Config
H A DHWComposer.cpp309 auto vsyncPeriod = getActiveConfig(disp)->getVsyncPeriod();
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp605 info.fps = 1e9 / hwConfig->getVsyncPeriod();
623 info.presentationDeadline = hwConfig->getVsyncPeriod() -
809 const nsecs_t period = activeConfig->getVsyncPeriod();
2456 const nsecs_t period = activeConfig->getVsyncPeriod();
2653 const nsecs_t period = activeConfig->getVsyncPeriod();
2783 PRESENT_TIME_OFFSET_FROM_VSYNC_NS, activeConfig->getVsyncPeriod());
2851 1e9 / activeConfig->getVsyncPeriod(),
H A DLayer.cpp144 nsecs_t displayPeriod = activeConfig->getVsyncPeriod();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp1201 int64_t twoVsyncsUs = 2 * (mVideoScheduler->getVsyncPeriod() / 1000);

Completed in 1092 milliseconds