Searched refs:nLossGap (Results 1 – 2 of 2) sorted by relevance
741 uint16_t nLossGap = RTCPNACK_SEQ_ROUND_COMPARE(nLastRecvPkt, seqNum) in CheckPacketLoss() local745 if (nLossGap > 0x000f) in CheckPacketLoss()747 nLossGap = 0x000f; in CheckPacketLoss()756 for (int32_t index = 0; index < nLossGap; index++) in CheckPacketLoss()876 uint16_t nLossGap, uint16_t PID, uint16_t countSecondNack, bool bNACK) in RequestSendNack() argument880 if (nLossGap > 1) in RequestSendNack()882 BLP = (0x01 << (nLossGap - 1)) - 1; in RequestSendNack()
97 uint16_t nLossGap, uint16_t PID, uint16_t countSecondNack, bool bNACK = true);