Home
last modified time | relevance | path

Searched refs:StorePackets (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history_unittest.cc60 EXPECT_FALSE(hist_->StorePackets()); in TEST_F()
62 EXPECT_TRUE(hist_->StorePackets()); in TEST_F()
64 EXPECT_FALSE(hist_->StorePackets()); in TEST_F()
68 EXPECT_FALSE(hist_->StorePackets()); in TEST_F()
Drtp_packet_history.h35 bool StorePackets() const;
Drtp_packet_history.cc91 bool RTPPacketHistory::StorePackets() const { in StorePackets() function in webrtc::RTPPacketHistory
Drtp_rtcp_impl.cc986 bool ModuleRtpRtcpImpl::StorePackets() const { in StorePackets() function in webrtc::ModuleRtpRtcpImpl
987 return rtp_sender_.StorePackets(); in StorePackets()
1273 if (!rtp_sender_.StorePackets() || in OnReceivedNACK()
Drtp_rtcp_impl.h249 virtual bool StorePackets() const OVERRIDE;
Drtp_sender.h186 bool StorePackets() const;
Drtp_sender.cc601 bool RTPSender::StorePackets() const { in StorePackets() function in webrtc::RTPSender
602 return packet_history_.StorePackets(); in StorePackets()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
Drtp_rtcp.h607 virtual bool StorePackets() const = 0;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h223 MOCK_CONST_METHOD0(StorePackets, bool());
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_channel.cc315 if (rtp_rtcp_->StorePackets()) { in SetSendCodec()