/external/webrtc/webrtc/video/ |
D | payload_router_unittest.cc | 46 EXPECT_CALL(rtp, SendOutgoingData(frame_type, payload_type, 0, 0, _, 1, NULL, in TEST_F() 53 EXPECT_CALL(rtp, SendOutgoingData(frame_type, payload_type, 0, 0, _, 1, NULL, in TEST_F() 60 EXPECT_CALL(rtp, SendOutgoingData(frame_type, payload_type, 0, 0, _, 1, NULL, in TEST_F() 67 EXPECT_CALL(rtp, SendOutgoingData(frame_type, payload_type, 0, 0, _, 1, NULL, in TEST_F() 75 EXPECT_CALL(rtp, SendOutgoingData(frame_type, payload_type, 0, 0, _, 1, NULL, in TEST_F() 98 EXPECT_CALL(rtp_1, SendOutgoingData(frame_type_1, payload_type_1, 0, 0, _, 1, 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() 114 EXPECT_CALL(rtp_1, SendOutgoingData(_, _, _, _, _, _, _, _)) in TEST_F() 121 EXPECT_CALL(rtp_1, SendOutgoingData(_, _, _, _, _, _, _, _)) in TEST_F() [all …]
|
D | payload_router.cc | 72 return rtp_modules_[stream_idx]->SendOutgoingData( in RoutePayload()
|
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/ |
D | test_api_audio.cc | 176 EXPECT_EQ(-1, module1->SendOutgoingData(webrtc::kAudioFrameSpeech, in TEST_F() 202 EXPECT_EQ(0, module1->SendOutgoingData(webrtc::kAudioFrameSpeech, 96, in TEST_F() 276 EXPECT_EQ(0, module1->SendOutgoingData(webrtc::kAudioFrameSpeech, in TEST_F() 338 EXPECT_EQ(0, module1->SendOutgoingData(webrtc::kAudioFrameSpeech, 96, in TEST_F() 346 EXPECT_EQ(0, module1->SendOutgoingData(webrtc::kAudioFrameSpeech, 96, in TEST_F()
|
D | test_api_video.cc | 146 EXPECT_EQ(0, video_module_->SendOutgoingData(kVideoFrameDelta, 123, in TEST_F()
|
D | test_api_rtcp.cc | 164 EXPECT_EQ(0, module1->SendOutgoingData(webrtc::kAudioFrameSpeech, 96, in SetUp()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_unittest.cc | 931 0, rtp_sender_->SendOutgoingData(kVideoFrameKey, payload_type, 1234, 4321, in TEST_F() 956 ASSERT_EQ(0, rtp_sender_->SendOutgoingData(kVideoFrameDelta, payload_type, in TEST_F() 1007 0, rtp_sender_->SendOutgoingData(kVideoFrameKey, payload_type, 1234, 4321, in TEST_F() 1015 ASSERT_EQ(0, rtp_sender_->SendOutgoingData(kVideoFrameDelta, payload_type, in TEST_F() 1072 rtp_sender_->SendOutgoingData(kVideoFrameKey, payload_type, 1234, in TEST_F() 1152 0, rtp_sender_->SendOutgoingData(kVideoFrameKey, payload_type, 1234, 4321, in TEST_F() 1194 ASSERT_EQ(0, rtp_sender_->SendOutgoingData(kVideoFrameDelta, payload_type, in TEST_F() 1214 0, rtp_sender_->SendOutgoingData(kAudioFrameCN, payload_type, 1234, 4321, in TEST_F() 1243 0, rtp_sender_->SendOutgoingData(kAudioFrameCN, payload_type, 1234, 4321, in TEST_F() 1293 ASSERT_EQ(0, rtp_sender_->SendOutgoingData(kEmptyFrame, payload_type, in TEST_F() [all …]
|
D | nack_rtx_unittest.cc | 264 EXPECT_EQ(0, rtp_rtcp_module_->SendOutgoingData( in RunRtxTest() 309 EXPECT_EQ(0, rtp_rtcp_module_->SendOutgoingData( in TEST_F()
|
D | rtp_rtcp_impl.h | 110 int32_t SendOutgoingData(FrameType frame_type,
|
D | rtp_rtcp_impl.cc | 400 int32_t ModuleRtpRtcpImpl::SendOutgoingData( in SendOutgoingData() function in webrtc::ModuleRtpRtcpImpl 414 return rtp_sender_.SendOutgoingData( in SendOutgoingData()
|
D | rtp_sender.h | 150 int32_t SendOutgoingData(FrameType frame_type,
|
D | rtp_rtcp_impl_unittest.cc | 207 EXPECT_EQ(0, module->impl_->SendOutgoingData(kVideoFrameKey, in SendFrame()
|
D | rtp_sender.cc | 501 int32_t RTPSender::SendOutgoingData(FrameType frame_type, in SendOutgoingData() function in webrtc::RTPSender
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp.h | 299 virtual int32_t SendOutgoingData(
|
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 123 MOCK_METHOD8(SendOutgoingData,
|
/external/webrtc/webrtc/voice_engine/ |
D | channel.cc | 272 if (_rtpRtcpModule->SendOutgoingData((FrameType&)frameType, in SendData()
|