Prime PushPullFIFO before starting AudioDestination
Currently AudioDestination starts with an empty PushPullFIFO, so the first callback from the AudioDeviceThread always ends up with a bogus "glitch report" on the histogram. This CL fixes the issue by priming (prefill) the PushPullFIFO to cover the first callback from the ADT. Bug: 833766 Change-Id: I17e40df31586c9dd3e3678706d47f08693b96d45 Reviewed-on: https://chromium-review.googlesource.com/1015201Reviewed-by:Raymond Toy <rtoy@chromium.org> Commit-Queue: Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#551504}
Showing
Please register or sign in to comment