Lines Matching refs:rtp_params
1476 webrtc::RtpParameters rtp_params = it->second->rtp_parameters(); in GetRtpSendParameters() local
1480 rtp_params.codecs.push_back(codec.ToCodecParameters()); in GetRtpSendParameters()
1482 return rtp_params; in GetRtpSendParameters()
1544 webrtc::RtpParameters rtp_params; in GetRtpReceiveParameters() local
1553 rtp_params = it->second->GetRtpParameters(); in GetRtpReceiveParameters()
1556 rtp_params.codecs.push_back(codec.ToCodecParameters()); in GetRtpReceiveParameters()
1558 return rtp_params; in GetRtpReceiveParameters()
1564 webrtc::RtpParameters rtp_params; in GetDefaultRtpReceiveParameters() local
1569 return rtp_params; in GetDefaultRtpReceiveParameters()
1571 rtp_params.encodings.emplace_back(); in GetDefaultRtpReceiveParameters()
1574 rtp_params.codecs.push_back(codec.ToCodecParameters()); in GetDefaultRtpReceiveParameters()
1576 return rtp_params; in GetDefaultRtpReceiveParameters()