Add a "Smart flushing" feature to NetEq.
Instead of flushing all packets, it makes sense to flush down to the target level instead. This CL also initiates a flush when the packet buffer is a multiple of the target level, instead of waiting until it is completely full. Bug: webrtc:12201 Change-Id: I8775147624536824eb88752f6e8ffe57ec6199cb Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/193941 Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32701}
This commit is contained in:
@ -48,6 +48,7 @@ class MockNetEqController : public NetEqController {
|
||||
bool should_update_stats,
|
||||
const PacketArrivedInfo& info),
|
||||
(override));
|
||||
MOCK_METHOD(void, NotifyMutedState, (), (override));
|
||||
MOCK_METHOD(bool, PeakFound, (), (const, override));
|
||||
MOCK_METHOD(int, GetFilteredBufferLevel, (), (const, override));
|
||||
MOCK_METHOD(void, set_sample_memory, (int32_t value), (override));
|
||||
|
||||
Reference in New Issue
Block a user