Tune huge video frames detection threshold for GetStats googHugeFramesSent stat

Bug: none
Change-Id: I4e29c8c0e4438fb4dace56409ae4503abb598f86
Reviewed-on: https://webrtc-review.googlesource.com/c/109567
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25521}
This commit is contained in:
Ilya Nikolaevskiy
2018-11-06 12:54:30 +01:00
committed by Commit Bot
parent 4f3cc6efbe
commit 82c07ea1da

View File

@ -41,7 +41,7 @@ enum {
// |kDefaultTimingFramesDelayMs|, or if the frame is at least // |kDefaultTimingFramesDelayMs|, or if the frame is at least
// |kDefaultOutliserFrameSizePercent| in size of average frame. // |kDefaultOutliserFrameSizePercent| in size of average frame.
kDefaultTimingFramesDelayMs = 200, kDefaultTimingFramesDelayMs = 200,
kDefaultOutlierFrameSizePercent = 250, kDefaultOutlierFrameSizePercent = 500,
// Maximum number of frames for what we store encode start timing information. // Maximum number of frames for what we store encode start timing information.
kMaxEncodeStartTimeListSize = 50, kMaxEncodeStartTimeListSize = 50,
}; };