Home
last modified time | relevance | path

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

/dports/net/nxproxy/nx-libs-3.5.99.20-1/nxcomp/src/
H A DStatistics.cpp378 int longBytesToRemove = (int) (((double) bytesInLongFrame_ * (double) diffFramesInMs) / in updateBitrate() local
401 *logofs << "Statistics: Removing " << longBytesToRemove in updateBitrate()
406 bytesInLongFrame_ -= longBytesToRemove; in updateBitrate()
/dports/x11/nxcomp/nx-libs-3.5.0.32/nxcomp/
H A DStatistics.cpp366 int longBytesToRemove = (int) (((double) bytesInLongFrame_ * (double) diffFramesInMs) / in updateBitrate() local
389 *logofs << "Statistics: Removing " << longBytesToRemove in updateBitrate()
394 bytesInLongFrame_ -= longBytesToRemove; in updateBitrate()