Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.h393 bool GetSendChannelSsrcKey(uint32 local_ssrc, uint32* ssrc_key);
Dwebrtcvideoengine.cc1957 if (!GetSendChannelSsrcKey(ssrc, &ssrc_key)) { in RemoveSendStream()
2227 bool WebRtcVideoMediaChannel::GetSendChannelSsrcKey(uint32 local_ssrc, in GetSendChannelSsrcKey() function in cricket::WebRtcVideoMediaChannel
2279 if (!GetSendChannelSsrcKey(local_ssrc, &ssrc_key)) { in GetSendChannelBySsrc()
2287 if (GetSendChannelSsrcKey(local_ssrc, ssrc_key)) { in CreateSendChannelSsrcKey()
3486 if (GetSendChannelSsrcKey(local_ssrc_key, &dummy_key)) { in ConfigureSending()