Searched defs:kStatsReportTypeSsrc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatstypes.h89 static const char kStatsReportTypeSsrc[]; member in class:webrtc::StatsReport
H A Dstatscollector.cc109 const char StatsReport::kStatsReportTypeSsrc[] = "ssrc"; member in class:webrtc::StatsReport
360 if (it->second.type != StatsReport::kStatsReportTypeSsrc) {
396 StatsReport::kStatsReportTypeSsrc, ssrc_id));
414 StatsId(StatsReport::kStatsReportTypeSsrc, ssrc_id)];
415 report->id = StatsId(StatsReport::kStatsReportTypeSsrc, ssrc_id);
416 report->type = StatsReport::kStatsReportTypeSsrc;

Completed in 55 milliseconds