Searched refs:GetSendChannelBySsrcKey (Results 1 – 2 of 2) sorted by relevance
395 WebRtcVideoChannelSendInfo* GetSendChannelBySsrcKey(uint32 ssrc_key);
1915 WebRtcVideoChannelSendInfo* send_channel = GetSendChannelBySsrcKey(ssrc_key); in AddSendStream()1962 WebRtcVideoChannelSendInfo* send_channel = GetSendChannelBySsrcKey(ssrc_key); in RemoveSendStream()2242 if (!GetSendChannelBySsrcKey(local_ssrc)) { in GetSendChannelSsrcKey()2263 return GetSendChannelBySsrcKey(kDefaultChannelSsrcKey); in GetDefaultSendChannel()2266 WebRtcVideoChannelSendInfo* WebRtcVideoMediaChannel::GetSendChannelBySsrcKey( in GetSendChannelBySsrcKey() function in cricket::WebRtcVideoMediaChannel2326 WebRtcVideoChannelSendInfo* send_channel = GetSendChannelBySsrcKey(ssrc_key); in DeleteSendChannel()