Searched refs:rtx_to_primary_ssrc_ (Results 1 – 2 of 2) sorted by relevance
461 SsrcMap rtx_to_primary_ssrc_; variable
2072 rtx_to_primary_ssrc_[rtx_ssrc] = sp.first_ssrc(); in MaybeSetRtxSsrc()2107 SsrcMap::iterator rtx_it = rtx_to_primary_ssrc_.begin(); in RemoveRecvStreamInternal()2108 while (rtx_it != rtx_to_primary_ssrc_.end()) { in RemoveRecvStreamInternal()2110 rtx_to_primary_ssrc_.erase(rtx_it++); in RemoveRecvStreamInternal()3865 SsrcMap::iterator rtx_it = rtx_to_primary_ssrc_.find(ssrc); in GetRecvChannelId()3866 if (rtx_it != rtx_to_primary_ssrc_.end()) { in GetRecvChannelId()