Remove wire-up for cancelled experement on VAAPI VP8 encoding
This experiment is now wired up inside of chrome using field trial and this passthrough is now obsolete. Bug: chromium:794608 Change-Id: I1407e391d39c7e8696add9f656f059e7d8a27a08 Reviewed-on: https://webrtc-review.googlesource.com/82780 Reviewed-by: Per Kjellander <perkj@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23625}
This commit is contained in:

committed by
Commit Bot

parent
d264df587f
commit
fc9dcb6a00
@ -340,15 +340,6 @@ class PeerConnectionInterface : public rtc::RefCountInterface {
|
||||
media_config.video.experiment_cpu_load_estimator = enable;
|
||||
}
|
||||
|
||||
// Hardware VP8 encoding using VA-API on intel kaby-lake processors.
|
||||
// crbug.com/794608
|
||||
bool experiment_vaapi_vp8_hw_encoding() const {
|
||||
return media_config.video.experiment_vaapi_vp8_hw_encoding;
|
||||
}
|
||||
void set_experiment_vaapi_vp8_hw_encoding(bool enable) {
|
||||
media_config.video.experiment_vaapi_vp8_hw_encoding = enable;
|
||||
}
|
||||
|
||||
static const int kUndefined = -1;
|
||||
// Default maximum number of packets in the audio jitter buffer.
|
||||
static const int kAudioJitterBufferMaxPackets = 50;
|
||||
|
Reference in New Issue
Block a user