Home | History | Annotate | Download | only in video

Lines Matching refs:ssrc

58 StreamStats* SendStatisticsProxy::GetStatsEntry(uint32_t ssrc) {
59 std::map<uint32_t, StreamStats>::iterator it = stats_.substreams.find(ssrc);
63 if (std::find(config_.rtp.ssrcs.begin(), config_.rtp.ssrcs.end(), ssrc) ==
67 return &stats_.substreams[ssrc]; // Insert new entry and return ptr.
71 uint32_t ssrc) {
73 StreamStats* stats = GetStatsEntry(ssrc);
82 uint32_t ssrc) {
84 StreamStats* stats = GetStatsEntry(ssrc);
92 uint32_t ssrc) {
94 StreamStats* stats = GetStatsEntry(ssrc);
103 const unsigned int ssrc) {
105 StreamStats* stats = GetStatsEntry(ssrc);