Searched refs:mVsyncPeriod (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DVideoFrameScheduler.cpp328 mVsyncPeriod(0),
336 mVsyncPeriod = 0;
353 mVsyncPeriod = stats.vsyncPeriod;
379 if (mVsyncPeriod > 0) {
380 return mVsyncPeriod;
394 if (mVsyncPeriod == 0) {
400 if (mVsyncTime > renderTime - 4 * mVsyncPeriod) {
402 ((mVsyncTime - renderTime) / mVsyncPeriod + 5) * mVsyncPeriod;
407 renderTime -= mVsyncPeriod /
[all...]
H A DVideoFrameScheduler.h83 nsecs_t mVsyncPeriod; member in struct:android::VideoFrameScheduler

Completed in 44 milliseconds