• Home
  • Raw
  • Download

Lines Matching refs:StatsReport

360       if (r->type() == StatsReport::kStatsReportTypeSsrc) {  in OnComplete()
362 GetIntValue(r, StatsReport::kStatsValueNameAudioOutputLevel, in OnComplete()
364 GetIntValue(r, StatsReport::kStatsValueNameAudioInputLevel, in OnComplete()
366 GetIntValue(r, StatsReport::kStatsValueNameBytesReceived, in OnComplete()
368 GetIntValue(r, StatsReport::kStatsValueNameBytesSent, in OnComplete()
370 GetInt64Value(r, StatsReport::kStatsValueNameCaptureStartNtpTimeMs, in OnComplete()
373 GetStringValue(r, StatsReport::kStatsValueNameTrackId, in OnComplete()
375 } else if (r->type() == StatsReport::kStatsReportTypeBwe) { in OnComplete()
377 GetIntValue(r, StatsReport::kStatsValueNameAvailableReceiveBandwidth, in OnComplete()
379 } else if (r->type() == StatsReport::kStatsReportTypeComponent) { in OnComplete()
381 GetStringValue(r, StatsReport::kStatsValueNameDtlsCipher, in OnComplete()
383 GetStringValue(r, StatsReport::kStatsValueNameSrtpCipher, in OnComplete()
439 bool GetIntValue(const StatsReport* report, in GetIntValue()
440 StatsReport::StatsValueName name, in GetIntValue()
442 const StatsReport::Value* v = report->FindValue(name); in GetIntValue()
450 bool GetInt64Value(const StatsReport* report, in GetInt64Value()
451 StatsReport::StatsValueName name, in GetInt64Value()
453 const StatsReport::Value* v = report->FindValue(name); in GetInt64Value()
461 bool GetStringValue(const StatsReport* report, in GetStringValue()
462 StatsReport::StatsValueName name, in GetStringValue()
464 const StatsReport::Value* v = report->FindValue(name); in GetStringValue()