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

/frameworks/av/media/libstagefright/
H A DVideoFrameScheduler.cpp434 nsecs_t edgeRemainder = 0; local
438 edgeRemainder += (videoPeriod * i) % mVsyncPeriod;
443 edgeRemainder = abs(edgeRemainder / N - mVsyncPeriod / 2);
444 if (edgeRemainder <= mVsyncPeriod / 3) {

Completed in 44 milliseconds