Home | History | Annotate | Download | only in remote_bitrate_estimator

Lines Matching defs:ssrc

74   uint32_t ssrc = header.ssrc;
79 SsrcOveruseEstimatorMap::iterator it = overuse_detectors_.find(ssrc);
81 // This is a new SSRC. Adding to map.
82 // TODO(holmer): If the channel changes SSRC the old SSRC will still be
84 // callback will no longer be called for the old SSRC. This will be
89 ssrc, new Detector(now_ms, OverUseDetectorOptions(), true)));
193 void RemoteBitrateEstimatorSingleStream::RemoveStream(unsigned int ssrc) {
195 SsrcOveruseEstimatorMap::iterator it = overuse_detectors_.find(ssrc);