• Home
  • Raw
  • Download

Lines Matching refs:send_params

118     RtpSendParameters<Codec>* send_params) {  in RtpSendParametersFromMediaDescription()  argument
120 send_params); in RtpSendParametersFromMediaDescription()
121 send_params->max_bandwidth_bps = desc->bandwidth(); in RtpSendParametersFromMediaDescription()
122 send_params->extmap_allow_mixed = desc->extmap_allow_mixed(); in RtpSendParametersFromMediaDescription()
919 AudioSendParameters send_params = last_send_params_; in SetRemoteContent_w() local
922 webrtc::RtpTransceiverDirectionHasRecv(audio->direction()), &send_params); in SetRemoteContent_w()
923 send_params.mid = content_name(); in SetRemoteContent_w()
925 bool parameters_applied = media_channel()->SetSendParameters(send_params); in SetRemoteContent_w()
934 last_send_params_ = send_params; in SetRemoteContent_w()
1032 VideoSendParameters send_params = last_send_params_; in SetLocalContent_w() local
1036 for (auto& send_codec : send_params.codecs) { in SetLocalContent_w()
1077 if (!media_channel()->SetSendParameters(send_params)) { in SetLocalContent_w()
1083 last_send_params_ = send_params; in SetLocalContent_w()
1122 VideoSendParameters send_params = last_send_params_; in SetRemoteContent_w() local
1125 webrtc::RtpTransceiverDirectionHasRecv(video->direction()), &send_params); in SetRemoteContent_w()
1127 send_params.conference_mode = true; in SetRemoteContent_w()
1129 send_params.mid = content_name(); in SetRemoteContent_w()
1136 auto* send_codec = FindMatchingCodec(send_params.codecs, recv_codec); in SetRemoteContent_w()
1153 if (!media_channel()->SetSendParameters(send_params)) { in SetRemoteContent_w()
1161 last_send_params_ = send_params; in SetRemoteContent_w()
1346 DataSendParameters send_params = last_send_params_; in SetRemoteContent_w() local
1349 webrtc::RtpTransceiverDirectionHasRecv(data->direction()), &send_params); in SetRemoteContent_w()
1350 if (!media_channel()->SetSendParameters(send_params)) { in SetRemoteContent_w()
1358 last_send_params_ = send_params; in SetRemoteContent_w()