Home
last modified time | relevance | path

Searched refs:dlrr_blocks_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_packet.cc1031 CreateDlrr(dlrr_blocks_, packet, length); in Create()
1046 if (dlrr_blocks_.size() >= kMaxNumberOfDlrrBlocks) { in WithDlrr()
1050 dlrr_blocks_.push_back(dlrr->dlrr_block_); in WithDlrr()
1066 for (std::vector<DlrrBlock>::const_iterator it = dlrr_blocks_.begin(); in DlrrLength()
1067 it != dlrr_blocks_.end(); ++it) { in DlrrLength()
Drtcp_packet.h913 std::vector<DlrrBlock> dlrr_blocks_; variable