media: Decrease the default audio buffer size for encrypted streams
This partially reverts https://codereview.chromium.org/2858393002/ Now mojo CDM is enabled by default, there's no contention on the main render thread any more. Change the audio buffer size back to the original value. Note that it's still possible that audio performance is not as good as clear audio due to extra decryption overhead. So still keep a separate kStartingCapacityForEncryptedInMs constant to keep the ability to choose a different capacity for encrypted audio. Will watch our metrics to see whether we need more adjustment on this value. Bug: 718161 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I7420950d05e35892d1ef595a77ee716f8a716d2f Reviewed-on: https://chromium-review.googlesource.com/946864Reviewed-by:Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#541584}
Showing
Please register or sign in to comment