Home
last modified time | relevance | path

Searched refs:rtp_1 (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/pacing/
Dpacket_router_unittest.cc36 MockRtpRtcp rtp_1; in TEST_F() local
38 packet_router_->AddRtpModule(&rtp_1); in TEST_F()
47 EXPECT_CALL(rtp_1, SendingMedia()).Times(1).WillOnce(Return(true)); in TEST_F()
48 EXPECT_CALL(rtp_1, SSRC()).Times(1).WillOnce(Return(kSsrc1)); in TEST_F()
49 EXPECT_CALL(rtp_1, TimeToSendPacket(kSsrc1, sequence_number, timestamp, in TEST_F()
62 EXPECT_CALL(rtp_1, SendingMedia()).Times(1).WillOnce(Return(false)); in TEST_F()
65 EXPECT_CALL(rtp_1, TimeToSendPacket(_, _, _, _)).Times(0); in TEST_F()
74 EXPECT_CALL(rtp_1, SendingMedia()).Times(1).WillOnce(Return(false)); in TEST_F()
75 EXPECT_CALL(rtp_1, TimeToSendPacket(_, _, _, _)).Times(0); in TEST_F()
82 EXPECT_CALL(rtp_1, SendingMedia()).Times(1).WillOnce(Return(true)); in TEST_F()
[all …]
/external/webrtc/webrtc/video/
Dpayload_router_unittest.cc83 MockRtpRtcp rtp_1; in TEST_F() local
86 modules.push_back(&rtp_1); in TEST_F()
98 EXPECT_CALL(rtp_1, SendOutgoingData(frame_type_1, payload_type_1, 0, 0, _, 1, in TEST_F()
114 EXPECT_CALL(rtp_1, SendOutgoingData(_, _, _, _, _, _, _, _)) in TEST_F()
121 EXPECT_CALL(rtp_1, SendOutgoingData(_, _, _, _, _, _, _, _)) in TEST_F()
132 EXPECT_CALL(rtp_1, SendOutgoingData(_, _, _, _, _, _, _, _)) in TEST_F()
148 MockRtpRtcp rtp_1; in TEST_F() local
151 modules.push_back(&rtp_1); in TEST_F()
156 EXPECT_CALL(rtp_1, MaxDataPayloadLength()) in TEST_F()
166 EXPECT_CALL(rtp_1, MaxDataPayloadLength()) in TEST_F()
[all …]
Dvie_remb_unittest.cc97 MockRtpRtcp rtp_1; in TEST_F() local
100 vie_remb_->AddReceiveChannel(&rtp_1); in TEST_F()
123 vie_remb_->RemoveReceiveChannel(&rtp_1); in TEST_F()
128 MockRtpRtcp rtp_1; in TEST_F() local
131 vie_remb_->AddReceiveChannel(&rtp_1); in TEST_F()
155 vie_remb_->RemoveReceiveChannel(&rtp_1); in TEST_F()
162 MockRtpRtcp rtp_1; in TEST_F() local
165 vie_remb_->AddReceiveChannel(&rtp_1); in TEST_F()
187 vie_remb_->AddRembSender(&rtp_1); in TEST_F()
191 EXPECT_CALL(rtp_1, SetREMBData(bitrate_estimate, ssrcs)) in TEST_F()
[all …]