Remove the ability for EchoRemover to override the render vs capture alignment
This change removes the (unused) ability of EchoRemover overriding the delay of the RenderDelayController. The change is tested for bit-exactness. Bug: webrtc:8671 Change-Id: I188ef740f1437de64ffe236d07a7dcd4128192c2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/130518 Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org> Reviewed-by: Per Åhgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27414}
This commit is contained in:
committed by
Commit Bot
parent
f537da6c19
commit
1107cab646
@ -27,11 +27,10 @@ class MockRenderDelayController : public RenderDelayController {
|
||||
|
||||
MOCK_METHOD1(Reset, void(bool reset_delay_statistics));
|
||||
MOCK_METHOD0(LogRenderCall, void());
|
||||
MOCK_METHOD4(GetDelay,
|
||||
MOCK_METHOD3(GetDelay,
|
||||
absl::optional<DelayEstimate>(
|
||||
const DownsampledRenderBuffer& render_buffer,
|
||||
size_t render_delay_buffer_delay,
|
||||
const absl::optional<int>& echo_remover_delay,
|
||||
rtc::ArrayView<const float> capture));
|
||||
MOCK_CONST_METHOD0(HasClockdrift, bool());
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user