Searched refs:GetTrackIdBySsrc (Results 1 – 3 of 3) sorted by relevance
145 bool GetTrackIdBySsrc(uint32_t ssrc,
507 if (!GetTrackIdBySsrc(ssrc, &track_id, direction)) { in PrepareReport()921 bool StatsCollector::GetTrackIdBySsrc(uint32_t ssrc, in GetTrackIdBySsrc() function in webrtc::StatsCollector
295 static bool GetTrackIdBySsrc(const SessionDescription* session_description, in GetTrackIdBySsrc() function1273 return webrtc::GetTrackIdBySsrc(local_desc_->description(), ssrc, track_id); in GetLocalTrackIdBySsrc()1281 return webrtc::GetTrackIdBySsrc(remote_desc_->description(), ssrc, track_id); in GetRemoteTrackIdBySsrc()