Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_packet.h124 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
Drtcp_packet.cc774 report_blocks_.push_back(block->report_block_); in WithReportBlock()
795 report_blocks_.push_back(block->report_block_); in WithReportBlock()
/external/chromium_org/third_party/webrtc/test/
Drtcp_packet_parser.cc34 report_block_.Set(parser.Packet().ReportBlockItem); in Parse()
Drtcp_packet_parser.h638 ReportBlock* report_block() { return &report_block_; } in report_block()
673 ReportBlock report_block_; variable