Home
last modified time | relevance | path

Searched refs:rtx_to_primary_ssrc_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.h461 SsrcMap rtx_to_primary_ssrc_; variable
Dwebrtcvideoengine.cc2072 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()