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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.cpp1340 ULONG iFrame, iStartFrame; local
1343 iStartFrame = pPipeInfo->NextScheduledFrame;
1344 if ((iFrame < iStartFrame) || (iStartFrame > iFrame + 512))
1345 iFrame = iStartFrame;

Completed in 47 milliseconds