Searched refs:SetRtpSendParameters (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/media/engine/ |
D | webrtc_video_engine_unittest.cc | 2704 EXPECT_TRUE(channel_->SetRtpSendParameters(last_ssrc_, parameters).ok()); in SetAndExpectMaxBitrate() 3592 EXPECT_TRUE(channel_->SetRtpSendParameters(ssrcs[0], parameters).ok()); in TEST_F() 4541 EXPECT_TRUE(channel_->SetRtpSendParameters(last_ssrc_, parameters).ok()); in TEST_F() 4562 EXPECT_TRUE(channel_->SetRtpSendParameters(last_ssrc_, parameters).ok()); in TEST_F() 4567 EXPECT_TRUE(channel_->SetRtpSendParameters(last_ssrc_, parameters).ok()); in TEST_F() 5087 ASSERT_TRUE(channel->SetRtpSendParameters(kSsrc, parameters).ok()); in TEST_F() 5090 ASSERT_TRUE(channel->SetRtpSendParameters(kSsrc, parameters).ok()); in TEST_F() 6572 channel_->SetRtpSendParameters(last_ssrc_, nonexistent_parameters).ok()); in TEST_F() 6582 EXPECT_TRUE(channel_->SetRtpSendParameters(last_ssrc_, parameters).ok()); in TEST_F() 6597 EXPECT_TRUE(channel_->SetRtpSendParameters(last_ssrc_, parameters).ok()); in TEST_F() [all …]
|
D | webrtc_voice_engine_unittest.cc | 434 return channel_->SetRtpSendParameters(ssrc, parameters).ok(); in SetMaxBitrateForStream() 1172 channel_->SetRtpSendParameters(kSsrcX, nonexistent_parameters).ok()); in TEST_P() 1186 EXPECT_FALSE(channel_->SetRtpSendParameters(kSsrcX, parameters).ok()); in TEST_P() 1189 EXPECT_FALSE(channel_->SetRtpSendParameters(kSsrcX, parameters).ok()); in TEST_P() 1197 EXPECT_FALSE(channel_->SetRtpSendParameters(kSsrcX, parameters).ok()); in TEST_P() 1211 EXPECT_TRUE(channel_->SetRtpSendParameters(kSsrcX, parameters).ok()); in TEST_P() 1218 EXPECT_TRUE(channel_->SetRtpSendParameters(kSsrcX, parameters).ok()); in TEST_P() 1229 EXPECT_TRUE(channel_->SetRtpSendParameters(kSsrcX, parameters).ok()); in TEST_P() 1234 EXPECT_TRUE(channel_->SetRtpSendParameters(kSsrcX, parameters).ok()); in TEST_P() 1250 EXPECT_TRUE(channel_->SetRtpSendParameters(kSsrcX, parameters).ok()); in TEST_P() [all …]
|
D | webrtc_voice_engine.h | 151 webrtc::RTCError SetRtpSendParameters(
|
D | webrtc_video_engine.h | 143 webrtc::RTCError SetRtpSendParameters(
|
D | webrtc_voice_engine.cc | 1485 webrtc::RTCError WebRtcVoiceMediaChannel::SetRtpSendParameters( in SetRtpSendParameters() function in cricket::WebRtcVoiceMediaChannel
|
D | webrtc_video_engine.cc | 1010 webrtc::RTCError WebRtcVideoChannel::SetRtpSendParameters( in SetRtpSendParameters() function in cricket::WebRtcVideoChannel
|
/external/webrtc/media/base/ |
D | media_channel.cc | 121 webrtc::RTCError DataMediaChannel::SetRtpSendParameters( in SetRtpSendParameters() function in cricket::DataMediaChannel
|
D | media_channel.h | 257 virtual webrtc::RTCError SetRtpSendParameters( 995 webrtc::RTCError SetRtpSendParameters(
|
D | fake_media_engine.h | 146 virtual webrtc::RTCError SetRtpSendParameters( in SetRtpSendParameters() function
|
/external/webrtc/pc/ |
D | rtp_sender.cc | 181 return media_channel_->SetRtpSendParameters(ssrc_, rtp_parameters); in SetParametersInternal() 292 media_channel_->SetRtpSendParameters(ssrc_, current_parameters); in SetSsrc()
|