Searched refs:CumulativeNumOfPacketsLost (Results 1 – 6 of 6) sorted by relevance
595 _packet.ReportBlockItem.CumulativeNumOfPacketsLost = *_ptrRTCPData++ << 16; in ParseReportBlockItem()596 _packet.ReportBlockItem.CumulativeNumOfPacketsLost += *_ptrRTCPData++ << 8; in ParseReportBlockItem()597 _packet.ReportBlockItem.CumulativeNumOfPacketsLost += *_ptrRTCPData++; in ParseReportBlockItem()
51 uint32_t CumulativeNumOfPacketsLost; member
129 report_block_.CumulativeNumOfPacketsLost = cumulative_lost; in WithCumulativeLost()
173 AssignUWord24(buffer, pos, (*it).CumulativeNumOfPacketsLost); in CreateReportBlocks()
520 rb.CumulativeNumOfPacketsLost; in HandleReportBlock()
87 uint32_t CumPacketLost() const { return rb_.CumulativeNumOfPacketsLost; } in CumPacketLost()