Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.h395 WebRtcVideoChannelSendInfo* GetSendChannelBySsrcKey(uint32 ssrc_key);
Dwebrtcvideoengine.cc1915 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::WebRtcVideoMediaChannel
2326 WebRtcVideoChannelSendInfo* send_channel = GetSendChannelBySsrcKey(ssrc_key); in DeleteSendChannel()