Searched refs:frameDiff (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c1518 SInt32 frameDiff; local
1532 frameDiff = cycles(cycleTimeNow) - frameTime;
1533 if(frameDiff < 0)
1534 frameDiff += 8000;
1536 frameDiff = 200 - frameDiff;
1537 if(frameDiff > 0) {
1538 //printf("Delaying for %d cycles\n", frameDiff);
1539 return now + frameDiff/8000.0;

Completed in 307 milliseconds