/external/webrtc/webrtc/call/ |
rtc_event_log_unittest.cc | 428 std::vector<rtc::scoped_ptr<rtcp::RawPacket> > rtcp_packets; local 449 rtcp_packets.push_back(GenerateRtcpPacket(&prng)); 489 rtcp_packets[rtcp_index - 1]->Buffer(), 490 rtcp_packets[rtcp_index - 1]->Length()); 537 rtcp_packets[rtcp_index - 1]->Buffer(), 538 rtcp_packets[rtcp_index - 1]->Length());
|
/external/webrtc/talk/media/base/ |
fakemediaengine.h | 71 const std::list<std::string>& rtcp_packets() const { return rtcp_packets_; } function in class:cricket::RtpHelper
|
/external/webrtc/talk/session/media/ |
channel_unittest.cc | 490 EXPECT_TRUE(media_channel1_->rtcp_packets().empty()); [all...] |