Searched refs:lostInterval (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/sink/
H A DRTPSink.cpp192 int64_t lostInterval = expectedInterval - receivedInterval; local
195 if (expectedInterval == 0 || lostInterval <=0) {
198 fractionLost = (lostInterval << 8) / expectedInterval;

Completed in 65 milliseconds