Home
last modified time | relevance | path

Searched refs:thisFrameTs (Results 1 – 2 of 2) sorted by relevance

/dports/net/nxproxy/nx-libs-3.5.99.20-1/nxcomp/src/
H A DStatistics.cpp358 T_timestamp thisFrameTs = getNewTimestamp(); in updateBitrate() local
360 int diffFramesInMs = diffTimestamp(startFrameTs_, thisFrameTs); in updateBitrate()
421 diffStartInMs = diffTimestamp(thisFrameTs, startShortFrameTs_); in updateBitrate()
428 diffStartInMs = diffTimestamp(thisFrameTs, startLongFrameTs_); in updateBitrate()
435 startFrameTs_ = thisFrameTs; in updateBitrate()
/dports/x11/nxcomp/nx-libs-3.5.0.32/nxcomp/
H A DStatistics.cpp346 T_timestamp thisFrameTs = getNewTimestamp(); in updateBitrate() local
348 int diffFramesInMs = diffTimestamp(startFrameTs_, thisFrameTs); in updateBitrate()
409 diffStartInMs = diffTimestamp(thisFrameTs, startShortFrameTs_); in updateBitrate()
416 diffStartInMs = diffTimestamp(thisFrameTs, startLongFrameTs_); in updateBitrate()
423 startFrameTs_ = thisFrameTs; in updateBitrate()