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

/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp90 uint32_t uDelay; member in struct:VIDEORECSTREAM
555 pStrm->uDelay = 1000 / uFps;
665 if (u64TimeStamp < pStrm->u64LastTimeStamp + pStrm->uDelay)
725 pStrm->uDelay /* how long to show this frame */,
838 if (u64TimeStamp < pStrm->u64LastTimeStamp + pStrm->uDelay)

Completed in 34 milliseconds