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

/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp92 uint64_t u64LastTimeStamp; member in struct:VIDEORECSTREAM
665 if (u64TimeStamp < pStrm->u64LastTimeStamp + pStrm->uDelay)
838 if (u64TimeStamp < pStrm->u64LastTimeStamp + pStrm->uDelay)
849 pStrm->u64LastTimeStamp = u64TimeStamp;

Completed in 45 milliseconds