Searched refs:cumulativePacketLost (Results 1 - 1 of 1) sorted by path

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

Completed in 41 milliseconds