Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTPSource.cpp247 int32_t cumulativePacketLost = (int32_t)expected - mNumBuffersReceived; in addReceiverReport() local
267 data[13] = cumulativePacketLost >> 16; // cumulative lost in addReceiverReport()
268 data[14] = (cumulativePacketLost >> 8) & 0xff; in addReceiverReport()
269 data[15] = cumulativePacketLost & 0xff; in addReceiverReport()