Searched defs:videoPeriod (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DVideoFrameScheduler.cpp395 nsecs_t videoPeriod = mPll.getPeriod(); local
396 if (videoPeriod > 0) {
397 return 1e9 / videoPeriod;
426 const nsecs_t videoPeriod = mPll.addSample(origRenderTime); local
427 if (videoPeriod > 0) {
431 abs(((videoPeriod * 5 + mVsyncPeriod) % (mVsyncPeriod * 6)) - mVsyncPeriod)
442 (renderTime + mTimeCorrection + videoPeriod * i - mVsyncTime) % mVsyncPeriod;
443 edgeRemainder += (videoPeriod * i) % mVsyncPeriod;
457 size_t minVsyncsPerFrame = videoPeriod / mVsyncPeriod;
460 periodicError(videoPeriod, mVsyncPerio
[all...]

Completed in 165 milliseconds