Searched refs:GetSendChannelSsrcKey (Results 1 – 2 of 2) sorted by relevance
393 bool GetSendChannelSsrcKey(uint32 local_ssrc, uint32* ssrc_key);
1957 if (!GetSendChannelSsrcKey(ssrc, &ssrc_key)) { in RemoveSendStream()2227 bool WebRtcVideoMediaChannel::GetSendChannelSsrcKey(uint32 local_ssrc, in GetSendChannelSsrcKey() function in cricket::WebRtcVideoMediaChannel2279 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()