Home
last modified time | relevance | path

Searched refs:kStatsReportTypeSsrc (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
Dmockpeerconnectionobservers.h136 return GetStatsValue(StatsReport::kStatsReportTypeSsrc, in AudioOutputLevel()
141 return GetStatsValue(StatsReport::kStatsReportTypeSsrc, in AudioInputLevel()
146 return GetStatsValue(StatsReport::kStatsReportTypeSsrc, in BytesReceived()
151 return GetStatsValue(StatsReport::kStatsReportTypeSsrc, in BytesSent()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dstatscollector.cc185 const char StatsReport::kStatsReportTypeSsrc[] = "ssrc"; member in webrtc::StatsReport
633 if (it->type != StatsReport::kStatsReportTypeSsrc) in GetStats()
671 StatsId(StatsReport::kStatsReportTypeSsrc, ssrc_id, direction)); in PrepareLocalReport()
690 StatsReport::kStatsReportTypeSsrc, ssrc_id, direction); in PrepareLocalReport()
978 ASSERT(type == StatsReport::kStatsReportTypeSsrc || in GetReport()
986 ASSERT(type == StatsReport::kStatsReportTypeSsrc || in GetOrCreateReport()
1006 StatsReport* report = GetReport(StatsReport::kStatsReportTypeSsrc, in UpdateStatsFromExistingLocalAudioTracks()
Dstatscollector_unittest.cc209 StatsReport::kStatsReportTypeSsrc, reports, name); in ExtractSsrcStatsValue()
544 *reports, StatsReport::kStatsReportTypeSsrc, 1); in SetupAndVerifyAudioTrackStats()
566 track_reports, StatsReport::kStatsReportTypeSsrc, 1); in SetupAndVerifyAudioTrackStats()
895 StatsReport::kStatsReportTypeSsrc, in TEST_F()
1318 reports, StatsReport::kStatsReportTypeSsrc, 1); in TEST_F()
1394 reports, StatsReport::kStatsReportTypeSsrc, 1); in TEST_F()
1405 StatsReport::kStatsReportTypeSsrc, 1); in TEST_F()
Dstatstypes.h159 static const char kStatsReportTypeSsrc[]; variable