Searched refs:SetLocalSsrc (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoengine2.h401 void SetLocalSsrc(uint32_t local_ssrc);
H A Dwebrtcvideoengine2.cc982 LOG(LS_INFO) << "SetLocalSsrc on all the receive streams because we added "
985 kv.second->SetLocalSsrc(ssrc);
1030 LOG(LS_INFO) << "SetLocalSsrc on all the receive streams because the "
1034 kv.second->SetLocalSsrc(rtcp_receiver_report_ssrc_);
2355 void WebRtcVideoChannel2::WebRtcVideoReceiveStream::SetLocalSsrc( function in class:cricket::WebRtcVideoChannel2::WebRtcVideoReceiveStream
2362 LOG(LS_INFO) << "Ignoring call to SetLocalSsrc because parameters are "
2369 << "RecreateWebRtcStream (recv) because of SetLocalSsrc; local_ssrc="

Completed in 191 milliseconds