Remove WebRTC-LowLatencyRenderer field trial
There is no active use of it, and the fields are enabled by default in the uses of it. Change-Id: Ibfdb3f1befca886cb4b2f4b2ae4d6235aafafe3d Fixed: webrtc:13998 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256262 Reviewed-by: Johannes Kron <kron@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Evan Shrubsole <eshr@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36655}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
a0ee64c57e
commit
f6adc647ba
@ -141,11 +141,6 @@ class VCMTiming {
|
||||
uint32_t prev_frame_timestamp_ RTC_GUARDED_BY(mutex_);
|
||||
absl::optional<TimingFrameInfo> timing_frame_info_ RTC_GUARDED_BY(mutex_);
|
||||
size_t num_decoded_frames_ RTC_GUARDED_BY(mutex_);
|
||||
// Set by the field trial WebRTC-LowLatencyRenderer. The parameter enabled
|
||||
// determines if the low-latency renderer algorithm should be used for the
|
||||
// case min playout delay=0 and max playout delay>0.
|
||||
FieldTrialParameter<bool> low_latency_renderer_enabled_
|
||||
RTC_GUARDED_BY(mutex_);
|
||||
absl::optional<int> max_composition_delay_in_frames_ RTC_GUARDED_BY(mutex_);
|
||||
// Set by the field trial WebRTC-ZeroPlayoutDelay. The parameter min_pacing
|
||||
// determines the minimum delay between frames scheduled for decoding that is
|
||||
|
||||
Reference in New Issue
Block a user