Searched refs:rtp_params (Results 1 – 2 of 2) sorted by relevance
1476 webrtc::RtpParameters rtp_params = it->second->rtp_parameters(); in GetRtpSendParameters() local1480 rtp_params.codecs.push_back(codec.ToCodecParameters()); in GetRtpSendParameters()1482 return rtp_params; in GetRtpSendParameters()1544 webrtc::RtpParameters rtp_params; in GetRtpReceiveParameters() local1553 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() local1569 return rtp_params; in GetDefaultRtpReceiveParameters()1571 rtp_params.encodings.emplace_back(); in GetDefaultRtpReceiveParameters()[all …]
1001 webrtc::RtpParameters rtp_params = it->second->GetRtpParameters(); in GetRtpSendParameters() local1005 rtp_params.codecs.push_back(codec.ToCodecParameters()); in GetRtpSendParameters()1007 return rtp_params; in GetRtpSendParameters()1061 webrtc::RtpParameters rtp_params; in GetRtpReceiveParameters() local1070 rtp_params = it->second->GetRtpParameters(); in GetRtpReceiveParameters()1074 rtp_params.codecs.push_back(codec.ToCodecParameters()); in GetRtpReceiveParameters()1077 return rtp_params; in GetRtpReceiveParameters()1083 webrtc::RtpParameters rtp_params; in GetDefaultRtpReceiveParameters() local1088 return rtp_params; in GetDefaultRtpReceiveParameters()1090 rtp_params.encodings.emplace_back(); in GetDefaultRtpReceiveParameters()[all …]