Home
last modified time | relevance | path

Searched refs:GetSsrcs (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc212 GetSsrcs(&ssrcs); in UpdateEstimate()
241 GetSsrcs(ssrcs); in LatestEstimate()
249 void RemoteBitrateEstimatorSingleStream::GetSsrcs( in GetSsrcs() function in webrtc::RemoteBitrateEstimatorSingleStream
Dremote_bitrate_estimator_single_stream.h59 void GetSsrcs(std::vector<uint32_t>* ssrcs) const
/external/webrtc/media/engine/
Dwebrtc_video_engine.h357 const std::vector<uint32_t>& GetSsrcs() const;
454 const std::vector<uint32_t>& GetSsrcs() const;
Dwebrtc_video_engine.cc1335 for (uint32_t old_ssrc : it->second->GetSsrcs()) in RemoveSendStream()
1361 for (uint32_t old_ssrc : stream->GetSsrcs()) in DeleteReceiveStream()
2091 WebRtcVideoChannel::WebRtcVideoSendStream::GetSsrcs() const { in GetSsrcs() function in cricket::WebRtcVideoChannel::WebRtcVideoSendStream
2738 WebRtcVideoChannel::WebRtcVideoReceiveStream::GetSsrcs() const { in GetSsrcs() function in cricket::WebRtcVideoChannel::WebRtcVideoReceiveStream