webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Functions
send_statistics_proxy_unittest.cc File Reference
#include "webrtc/video/send_statistics_proxy.h"
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "webrtc/system_wrappers/include/metrics.h"
#include "webrtc/system_wrappers/include/metrics_default.h"
#include "webrtc/test/gtest.h"

Classes

class  webrtc::SendStatisticsProxyTest
 

Namespaces

 webrtc
 

Functions

 webrtc::TEST_F (SendStatisticsProxyTest, RtcpStatistics)
 
 webrtc::TEST_F (SendStatisticsProxyTest, EncodedBitrateAndFramerate)
 
 webrtc::TEST_F (SendStatisticsProxyTest, Suspended)
 
 webrtc::TEST_F (SendStatisticsProxyTest, FrameCounts)
 
 webrtc::TEST_F (SendStatisticsProxyTest, DataCounters)
 
 webrtc::TEST_F (SendStatisticsProxyTest, Bitrate)
 
 webrtc::TEST_F (SendStatisticsProxyTest, SendSideDelay)
 
 webrtc::TEST_F (SendStatisticsProxyTest, OnEncodedFrameTimeMeasured)
 
 webrtc::TEST_F (SendStatisticsProxyTest, OnEncoderReconfiguredChangePreferredBitrate)
 
 webrtc::TEST_F (SendStatisticsProxyTest, OnSendEncodedImageIncreasesFramesEncoded)
 
 webrtc::TEST_F (SendStatisticsProxyTest, OnSendEncodedImageIncreasesQpSum)
 
 webrtc::TEST_F (SendStatisticsProxyTest, OnSendEncodedImageWithoutQpQpSumWontExist)
 
 webrtc::TEST_F (SendStatisticsProxyTest, SwitchContentTypeUpdatesHistograms)
 
 webrtc::TEST_F (SendStatisticsProxyTest, InputResolutionHistogramsAreUpdated)
 
 webrtc::TEST_F (SendStatisticsProxyTest, SentResolutionHistogramsAreUpdated)
 
 webrtc::TEST_F (SendStatisticsProxyTest, InputFpsHistogramIsUpdated)
 
 webrtc::TEST_F (SendStatisticsProxyTest, SentFpsHistogramIsUpdated)
 
 webrtc::TEST_F (SendStatisticsProxyTest, InputFpsHistogramExcludesSuspendedTime)
 
 webrtc::TEST_F (SendStatisticsProxyTest, SentFpsHistogramExcludesSuspendedTime)
 
 webrtc::TEST_F (SendStatisticsProxyTest, CpuLimitedResolutionUpdated)
 
 webrtc::TEST_F (SendStatisticsProxyTest, LifetimeHistogramIsUpdated)
 
 webrtc::TEST_F (SendStatisticsProxyTest, CodecTypeHistogramIsUpdated)
 
 webrtc::TEST_F (SendStatisticsProxyTest, PauseEventHistogramIsUpdated)
 
 webrtc::TEST_F (SendStatisticsProxyTest, PauseEventHistogramIsNotUpdatedIfMinRuntimeHasNotPassed)
 
 webrtc::TEST_F (SendStatisticsProxyTest, PauseEventHistogramIsNotUpdatedIfNoMediaIsSent)
 
 webrtc::TEST_F (SendStatisticsProxyTest, NoPauseEvent)
 
 webrtc::TEST_F (SendStatisticsProxyTest, OnePauseEvent)
 
 webrtc::TEST_F (SendStatisticsProxyTest, TwoPauseEvents)
 
 webrtc::TEST_F (SendStatisticsProxyTest, PausedTimeHistogramIsNotUpdatedIfMinRuntimeHasNotPassed)
 
 webrtc::TEST_F (SendStatisticsProxyTest, VerifyQpHistogramStats_Vp8)
 
 webrtc::TEST_F (SendStatisticsProxyTest, VerifyQpHistogramStats_Vp8OneSsrc)
 
 webrtc::TEST_F (SendStatisticsProxyTest, VerifyQpHistogramStats_Vp9)
 
 webrtc::TEST_F (SendStatisticsProxyTest, VerifyQpHistogramStats_Vp9OneSpatialLayer)
 
 webrtc::TEST_F (SendStatisticsProxyTest, VerifyQpHistogramStats_H264)
 
 webrtc::TEST_F (SendStatisticsProxyTest, BandwidthLimitedHistogramsNotUpdatedWhenDisabled)
 
 webrtc::TEST_F (SendStatisticsProxyTest, BandwidthLimitedHistogramsUpdatedWhenEnabled_NoResolutionDisabled)
 
 webrtc::TEST_F (SendStatisticsProxyTest, BandwidthLimitedHistogramsUpdatedWhenEnabled_OneResolutionDisabled)
 
 webrtc::TEST_F (SendStatisticsProxyTest, QualityLimitedHistogramsNotUpdatedWhenDisabled)
 
 webrtc::TEST_F (SendStatisticsProxyTest, QualityLimitedHistogramsUpdatedWhenEnabled_NoResolutionDownscale)
 
 webrtc::TEST_F (SendStatisticsProxyTest, QualityLimitedHistogramsUpdatedWhenEnabled_TwoResolutionDownscales)
 
 webrtc::TEST_F (SendStatisticsProxyTest, GetStatsReportsBandwidthLimitedResolution)
 
 webrtc::TEST_F (SendStatisticsProxyTest, GetStatsReportsTargetMediaBitrate)
 
 webrtc::TEST_F (SendStatisticsProxyTest, NoSubstreams)
 
 webrtc::TEST_F (SendStatisticsProxyTest, EncodedResolutionTimesOut)
 
 webrtc::TEST_F (SendStatisticsProxyTest, ClearsResolutionFromInactiveSsrcs)
 
 webrtc::TEST_F (SendStatisticsProxyTest, ClearsBitratesFromInactiveSsrcs)
 
 webrtc::TEST_F (SendStatisticsProxyTest, ResetsRtcpCountersOnContentChange)
 
 webrtc::TEST_F (SendStatisticsProxyTest, GetStatsReportsIsFlexFec)
 
 webrtc::TEST_F (SendStatisticsProxyTest, SendBitratesAreReportedWithFlexFecEnabled)
 
 webrtc::TEST_F (SendStatisticsProxyTest, ResetsRtpCountersOnContentChange)
 
 webrtc::TEST_F (SendStatisticsProxyTest, RtxBitrateIsZeroWhenEnabledAndNoRtxDataIsSent)
 
 webrtc::TEST_F (SendStatisticsProxyTest, RtxBitrateNotReportedWhenNotEnabled)
 
 webrtc::TEST_F (SendStatisticsProxyTest, FecBitrateIsZeroWhenEnabledAndNoFecDataIsSent)
 
 webrtc::TEST_F (SendStatisticsProxyTest, FecBitrateNotReportedWhenNotEnabled)