Home
last modified time | relevance | path

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

/external/webrtc/media/engine/
Dwebrtc_video_engine_unittest.cc2704 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 …]
Dwebrtc_voice_engine_unittest.cc434 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 …]
Dwebrtc_voice_engine.h151 webrtc::RTCError SetRtpSendParameters(
Dwebrtc_video_engine.h143 webrtc::RTCError SetRtpSendParameters(
Dwebrtc_voice_engine.cc1485 webrtc::RTCError WebRtcVoiceMediaChannel::SetRtpSendParameters( in SetRtpSendParameters() function in cricket::WebRtcVoiceMediaChannel
Dwebrtc_video_engine.cc1010 webrtc::RTCError WebRtcVideoChannel::SetRtpSendParameters( in SetRtpSendParameters() function in cricket::WebRtcVideoChannel
/external/webrtc/media/base/
Dmedia_channel.cc121 webrtc::RTCError DataMediaChannel::SetRtpSendParameters( in SetRtpSendParameters() function in cricket::DataMediaChannel
Dmedia_channel.h257 virtual webrtc::RTCError SetRtpSendParameters(
995 webrtc::RTCError SetRtpSendParameters(
Dfake_media_engine.h146 virtual webrtc::RTCError SetRtpSendParameters( in SetRtpSendParameters() function
/external/webrtc/pc/
Drtp_sender.cc181 return media_channel_->SetRtpSendParameters(ssrc_, rtp_parameters); in SetParametersInternal()
292 media_channel_->SetRtpSendParameters(ssrc_, current_parameters); in SetSsrc()