Add histogram for percentage of sent frames that are limited in resolution due to quality:
- "WebRTC.Video.QualityLimitedResolutionInPercent" and if a frame is downscaled, the average number of times the frame is downscaled: - "WebRTC.Video.QualityLimitedResolutionDownscales" BUG= Review URL: https://codereview.webrtc.org/1325153009 Cr-Commit-Position: refs/heads/master@{#10319}
This commit is contained in:
@ -114,6 +114,7 @@ class VP8EncoderImpl : public VP8Encoder {
|
||||
std::vector<vpx_codec_enc_cfg_t> configurations_;
|
||||
std::vector<vpx_rational_t> downsampling_factors_;
|
||||
QualityScaler quality_scaler_;
|
||||
bool quality_scaler_enabled_;
|
||||
}; // end of VP8EncoderImpl class
|
||||
|
||||
class VP8DecoderImpl : public VP8Decoder {
|
||||
|
||||
Reference in New Issue
Block a user