HomeSort by relevance Sort by last modified time
    Searched defs:RemoveMixedCNAME (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.cc 337 int32_t RTCPSender::RemoveMixedCNAME(uint32_t SSRC) {
    [all...]
rtp_rtcp_impl.cc 504 int32_t ModuleRtpRtcpImpl::RemoveMixedCNAME(const uint32_t ssrc) {
505 return rtcp_sender_.RemoveMixedCNAME(ssrc);

Completed in 632 milliseconds