Searched refs:cumulativePacketLost (Results 1 – 1 of 1) sorted by relevance
247 int32_t cumulativePacketLost = (int32_t)expected - mNumBuffersReceived; in addReceiverReport() local267 data[13] = cumulativePacketLost >> 16; // cumulative lost in addReceiverReport()268 data[14] = (cumulativePacketLost >> 8) & 0xff; in addReceiverReport()269 data[15] = cumulativePacketLost & 0xff; in addReceiverReport()