Home
last modified time | relevance | path

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

/external/webrtc/media/base/
Dstream_params.h143 return GetSecondarySsrc(kFidSsrcGroupSemantics, primary_ssrc, fid_ssrc); in GetFidSsrc()
155 return GetSecondarySsrc(kFecFrSsrcGroupSemantics, primary_ssrc, fecfr_ssrc); in GetFecFrSsrc()
215 bool GetSecondarySsrc(const std::string& semantics,
Dstream_params.cc211 bool StreamParams::GetSecondarySsrc(const std::string& semantics, in GetSecondarySsrc() function in cricket::StreamParams