Searched refs:cumulativeNumberOfPacketsLost (Results 1 – 4 of 4) sorted by relevance
202 report->cumulativeNumberOfPacketsLost = tempint32 & FRACTION_LOST_MASK; in DecodeReportBlock()203 if (report->cumulativeNumberOfPacketsLost & SIGN_BIT_MASK) in DecodeReportBlock()205 report->cumulativeNumberOfPacketsLost |= SIGN_EXTENSION; in DecodeReportBlock()
95 int32 cumulativeNumberOfPacketsLost; member
90 uint32 tempint32 = report->cumulativeNumberOfPacketsLost; in EncodeReportBlock()92 if (report->cumulativeNumberOfPacketsLost > MAX_CUMULATIVE_LOST) in EncodeReportBlock()
397 reportBlock->cumulativeNumberOfPacketsLost = jbStats.totalPacketsLost; in ComposeFeedBackPacket()