Home
last modified time | relevance | path

Searched refs:GetRtpSendParameters (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/media/engine/
Dwebrtc_video_engine_unittest.cc2701 channel_->GetRtpSendParameters(last_ssrc_); in SetAndExpectMaxBitrate()
2706 parameters = channel_->GetRtpSendParameters(last_ssrc_); in SetAndExpectMaxBitrate()
3585 webrtc::RtpParameters parameters = channel_->GetRtpSendParameters(ssrcs[0]); in TEST_F()
4538 webrtc::RtpParameters parameters = channel_->GetRtpSendParameters(last_ssrc_); in TEST_F()
4558 webrtc::RtpParameters parameters = channel_->GetRtpSendParameters(last_ssrc_); in TEST_F()
5082 parameters = channel->GetRtpSendParameters(kSsrc); in TEST_F()
5117 channel_->GetRtpSendParameters(last_ssrc_); in TEST_F()
5125 rtp_parameters = channel_->GetRtpSendParameters(last_ssrc_); in TEST_F()
6567 channel_->GetRtpSendParameters(last_ssrc_); in TEST_F()
6579 webrtc::RtpParameters parameters = channel_->GetRtpSendParameters(last_ssrc_); in TEST_F()
[all …]
Dwebrtc_voice_engine_unittest.cc430 webrtc::RtpParameters parameters = channel_->GetRtpSendParameters(ssrc); in SetMaxBitrateForStream()
476 channel_->GetRtpSendParameters(kSsrcX); in SetAndExpectMaxBitrate()
1167 channel_->GetRtpSendParameters(kSsrcX); in TEST_P()
1183 webrtc::RtpParameters parameters = channel_->GetRtpSendParameters(kSsrcX); in TEST_P()
1195 webrtc::RtpParameters parameters = channel_->GetRtpSendParameters(kSsrcX); in TEST_P()
1207 webrtc::RtpParameters parameters = channel_->GetRtpSendParameters(kSsrcX); in TEST_P()
1225 webrtc::RtpParameters parameters = channel_->GetRtpSendParameters(kSsrcX); in TEST_P()
1248 webrtc::RtpParameters parameters = channel_->GetRtpSendParameters(kSsrcX); in TEST_P()
1299 webrtc::RtpParameters rtp_parameters = channel_->GetRtpSendParameters(kSsrcX); in TEST_P()
1311 webrtc::RtpParameters rtp_parameters = channel_->GetRtpSendParameters(kSsrcX); in TEST_P()
[all …]
Dwebrtc_voice_engine.h150 webrtc::RtpParameters GetRtpSendParameters(uint32_t ssrc) const override;
Dwebrtc_video_engine.h142 webrtc::RtpParameters GetRtpSendParameters(uint32_t ssrc) const override;
Dwebrtc_voice_engine.cc1465 webrtc::RtpParameters WebRtcVoiceMediaChannel::GetRtpSendParameters( in GetRtpSendParameters() function in cricket::WebRtcVoiceMediaChannel
1499 webrtc::RtpParameters current_parameters = GetRtpSendParameters(ssrc); in SetRtpSendParameters()
Dwebrtc_video_engine.cc990 webrtc::RtpParameters WebRtcVideoChannel::GetRtpSendParameters( in GetRtpSendParameters() function in cricket::WebRtcVideoChannel
1025 webrtc::RtpParameters current_parameters = GetRtpSendParameters(ssrc); in SetRtpSendParameters()
/external/webrtc/pc/
Drtp_sender.cc143 RtpParameters result = media_channel_->GetRtpSendParameters(ssrc_); in GetParametersInternal()
177 media_channel_->GetRtpSendParameters(ssrc_); in SetParametersInternal()
281 media_channel_->GetRtpSendParameters(ssrc_); in SetSsrc()
Drtp_sender_receiver_unittest.cc466 auto channel_parameters = video_media_channel_->GetRtpSendParameters(ssrc); in RunDisableSimulcastLayersWithMediaEngineTest()
986 params = voice_media_channel_->GetRtpSendParameters(kAudioSsrc); in TEST_F()
1011 params = voice_media_channel_->GetRtpSendParameters(kAudioSsrc); in TEST_F()
1322 params = video_media_channel_->GetRtpSendParameters(kVideoSsrc); in TEST_F()
1346 params = video_media_channel_->GetRtpSendParameters(kVideoSsrcSimulcast); in TEST_F()
1371 params = video_media_channel_->GetRtpSendParameters(kVideoSsrc); in TEST_F()
Dchannel_unittest.cc1275 VerifyMaxBitrate(media_channel1_->GetRtpSendParameters(kSsrc1), in DefaultMaxBitrateIsUnlimited()
/external/webrtc/media/base/
Dmedia_channel.cc115 webrtc::RtpParameters DataMediaChannel::GetRtpSendParameters( in GetRtpSendParameters() function in cricket::DataMediaChannel
Dmedia_channel.h256 virtual webrtc::RtpParameters GetRtpSendParameters(uint32_t ssrc) const = 0;
994 webrtc::RtpParameters GetRtpSendParameters(uint32_t ssrc) const override;
Dfake_media_engine.h139 virtual webrtc::RtpParameters GetRtpSendParameters(uint32_t ssrc) const { in GetRtpSendParameters() function