DescriptionNetEq: Introduce TickTimer in DelayPeakDetector
Specifically, this change replaces peak_period_counter_ms_ with
peak_period_stopwatch_ which obtains a Stopwatch object from
TickTimer. Necessary plumbing to get the TickTimer through to the
DelayPeakDetector is also included.
BUG=webrtc:5608
NOTRY=True
Committed: https://crrev.com/f393370f02562e9ea89d542978f4b616333715e1
Cr-Commit-Position: refs/heads/master@{#12542}
Patch Set 1 #Patch Set 2 : Pass TickTimer as const ptr rather than const ref #Patch Set 3 : rebase #
Total comments: 12
Patch Set 4 : Fixing comments after review #
Total comments: 2
Patch Set 5 : Correcting the function comments #Dependent Patchsets: Messages
Total messages: 24 (8 generated)
|