Searched refs:send_params_ (Results 1 – 6 of 6) sorted by relevance
117 : buffer_(buffer), send_params_(send_params) {} in OutgoingMessage()130 SendDataParams send_params() const { return send_params_; } in send_params()134 const SendDataParams send_params_; variable
164 send_params_(send_params), in SctpDataSender()210 cricket::SendDataParams params(send_params_); in SendNextMessage()244 const cricket::SendDataParams send_params_; member in __anon80e196b10111::SctpDataSender349 send_params_(send_params) { in SctpPingPong()389 messages_count_, send_params_, id_)); in Start()392 messages_count_, send_params_, id_)); in Start()593 const cricket::SendDataParams send_params_; member in __anon80e196b10111::SctpPingPong
41 if (send_params_) { in SetSrtpSendKey()76 send_params_ = params; in SetSrtpSendKey()86 if (send_params_ && send_params_->cipher_suite != params.cipher_suite) { in SetSrtpReceiveKey()
156 absl::optional<cricket::CryptoParams> send_params_; variable
774 if (params.mid != send_params_.mid) { in GetChangedSendParameters()779 if (params.max_bandwidth_bps != send_params_.max_bandwidth_bps && in GetChangedSendParameters()789 if (params.conference_mode != send_params_.conference_mode) { in GetChangedSendParameters()794 if (params.rtcp.reduced_size != send_params_.rtcp.reduced_size) { in GetChangedSendParameters()817 send_params_ = params; in SetSendParameters()932 if (send_params_.max_bandwidth_bps == -1) { in ApplyChangedParams()953 if (send_params_.max_bandwidth_bps >= 0) { in ApplyChangedParams()961 bitrate_config_.max_bitrate_bps = send_params_.max_bandwidth_bps == 0 in ApplyChangedParams()963 : send_params_.max_bandwidth_bps; in ApplyChangedParams()983 send_params_.rtcp.reduced_size ? webrtc::RtcpMode::kReducedSize in ApplyChangedParams()[all …]
612 VideoSendParameters send_params_ RTC_GUARDED_BY(thread_checker_);