Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/
DAudioJitterBuffer.cpp618 uint16_t lostGap = GET_SEQ_GAP(currentSeq, lastSeq); in CountLostFrames() local
620 if (lostGap > 1 && lostGap < SEQ_OUTLIER_THRESHOLD) in CountLostFrames()
624 lostGap - 1); in CountLostFrames()
627 new SessionCallbackParameter(kReportPacketLossGap, lostSeq, lostGap - 1); in CountLostFrames()