Searched refs:rtp_2 (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/pacing/ |
D | packet_router_unittest.cc | 37 MockRtpRtcp rtp_2; in TEST_F() local 39 packet_router_->AddRtpModule(&rtp_2); in TEST_F() 53 EXPECT_CALL(rtp_2, TimeToSendPacket(_, _, _, _)).Times(0); in TEST_F() 63 EXPECT_CALL(rtp_2, SendingMedia()).Times(1).WillOnce(Return(true)); in TEST_F() 64 EXPECT_CALL(rtp_2, SSRC()).Times(1).WillOnce(Return(kSsrc2)); in TEST_F() 66 EXPECT_CALL(rtp_2, TimeToSendPacket(kSsrc2, sequence_number, timestamp, in TEST_F() 76 EXPECT_CALL(rtp_2, SendingMedia()).Times(1).WillOnce(Return(false)); in TEST_F() 77 EXPECT_CALL(rtp_2, TimeToSendPacket(_, _, _, _)).Times(0); in TEST_F() 84 EXPECT_CALL(rtp_2, SendingMedia()).Times(1).WillOnce(Return(true)); in TEST_F() 85 EXPECT_CALL(rtp_2, SSRC()).Times(1).WillOnce(Return(kSsrc2)); in TEST_F() [all …]
|
/external/webrtc/webrtc/video/ |
D | payload_router_unittest.cc | 84 MockRtpRtcp rtp_2; in TEST_F() local 87 modules.push_back(&rtp_2); in TEST_F() 101 EXPECT_CALL(rtp_2, SendOutgoingData(_, _, _, _, _, _, _, _)) in TEST_F() 111 EXPECT_CALL(rtp_2, SendOutgoingData(frame_type_2, payload_type_2, 0, 0, _, 1, in TEST_F() 123 EXPECT_CALL(rtp_2, SendOutgoingData(_, _, _, _, _, _, _, _)) in TEST_F() 134 EXPECT_CALL(rtp_2, SendOutgoingData(_, _, _, _, _, _, _, _)) in TEST_F() 149 MockRtpRtcp rtp_2; in TEST_F() local 152 modules.push_back(&rtp_2); in TEST_F() 159 EXPECT_CALL(rtp_2, MaxDataPayloadLength()) in TEST_F() 169 EXPECT_CALL(rtp_2, MaxDataPayloadLength()) in TEST_F() [all …]
|