Searched refs:report_block_ (Results 1 – 4 of 4) sorted by relevance
124 memset(&report_block_, 0, sizeof(report_block_)); in ReportBlock()130 report_block_.SSRC = ssrc; in To()133 report_block_.FractionLost = fraction_lost; in WithFractionLost()136 report_block_.CumulativeNumOfPacketsLost = cumulative_lost; in WithCumulativeLost()139 report_block_.ExtendedHighestSequenceNumber = ext_highest_seq_num; in WithExtHighestSeqNum()142 report_block_.Jitter = jitter; in WithJitter()145 report_block_.LastSR = last_sr; in WithLastSr()148 report_block_.DelayLastSR = delay_last_sr; in WithDelayLastSr()154 RTCPUtility::RTCPPacketReportBlockItem report_block_; variable
774 report_blocks_.push_back(block->report_block_); in WithReportBlock()795 report_blocks_.push_back(block->report_block_); in WithReportBlock()
34 report_block_.Set(parser.Packet().ReportBlockItem); in Parse()
638 ReportBlock* report_block() { return &report_block_; } in report_block()673 ReportBlock report_block_; variable