Home
last modified time | relevance | path

Searched refs:getPeriod (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DVideoFrameScheduler.h62 nsecs_t getPeriod() const;
/frameworks/native/services/surfaceflinger/
DDispSync.h99 nsecs_t getPeriod();
DDispSync.cpp517 nsecs_t DispSync::getPeriod() { in getPeriod() function in android::DispSync
DSurfaceFlinger_hwc1.cpp413 auto period = mDispSync->getPeriod(); in setPhaseOffset()
766 stats->vsyncPeriod = mPrimaryDispSync.getPeriod(); in getDisplayStats()
1276 nsecs_t vsyncInterval = mPrimaryDispSync.getPeriod(); in postComposition()
1336 nsecs_t period = mPrimaryDispSync.getPeriod(); in postComposition()
DSurfaceFlinger.cpp465 auto period = mDispSync->getPeriod(); in setPhaseOffset()
836 stats->vsyncPeriod = mPrimaryDispSync.getPeriod(); in getDisplayStats()
1645 nsecs_t vsyncInterval = mPrimaryDispSync.getPeriod(); in postComposition()
/frameworks/av/media/libstagefright/
DVideoFrameScheduler.cpp324 nsecs_t VideoFrameScheduler::PLL::getPeriod() const { in getPeriod() function in android::VideoFrameScheduler::PLL
395 nsecs_t videoPeriod = mPll.getPeriod(); in getFrameRate()