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