Home
last modified time | relevance | path

Searched refs:csrcs_ (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dbye.cc58 csrcs_.clear(); in Parse()
61 csrcs_.resize(src_count - 1); in Parse()
63 csrcs_[i - 1] = ByteReader<uint32_t>::ReadBigEndian(&payload[4 * i]); in Parse()
86 CreateHeader(1 + csrcs_.size(), kPacketType, HeaderLength(), packet, index); in Create()
90 for (uint32_t csrc : csrcs_) { in Create()
113 if (csrcs_.size() >= kMaxNumberOfCsrcs) { in WithCsrc()
117 csrcs_.push_back(csrc); in WithCsrc()
127 size_t src_count = (1 + csrcs_.size()); in BlockLength()
Dbye.h40 const std::vector<uint32_t>& csrcs() const { return csrcs_; } in csrcs()
55 std::vector<uint32_t> csrcs_; variable
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender.cc176 csrcs_(), in RTPSender()
1140 rtp_header_length += sizeof(uint32_t) * csrcs_.size(); in RTPHeaderLength()
1220 timestamp_, sequence_number, csrcs_); in BuildRTPheader()
1735 csrcs_ = csrcs; in SetCsrcs()
Drtcp_sender.h242 std::vector<uint32_t> csrcs_ GUARDED_BY(critical_section_rtcp_sender_);
Drtcp_sender.cc729 for (uint32_t csrc : csrcs_) in BuildBYE()
959 csrcs_ = csrcs; in SetCsrcs()
Drtp_sender.h452 std::vector<uint32_t> csrcs_ GUARDED_BY(send_critsect_);