| commit | 6204a60a86049c32fe0c7706a2e8db744cf8ad6d | [log] [tgz] |
|---|---|---|
| author | Sergey Ulanov <sergeyu@chromium.org> | Mon Nov 09 22:58:57 2020 |
| committer | Commit Bot <commit-bot@chromium.org> | Mon Nov 09 22:58:57 2020 |
| tree | 4e4da07a2f4d79976dccb68545d16ee3a13fbcf8 | |
| parent | 8a3c0e56a521bdf9e4406f2a0efa9afeca6c6a10 [diff] |
[Fuchsia] Cleanup input buffer allocation for decryptor & decoder 1. Increased size used for input buffer collections used in decryptor and video decoder from 512kB to 1MB (see linked bug). 2. Reduced input buffer size used in the audio decryptor from 512kB to 128kB 3. Removed code that sets min_buffer_count_for_camping for input buffer collections in video decoder and decryptor. min_buffer_count is set to 2 instead. 4. Removed code that sets packet_count_for_(server|client) in the buffer constraints passed to StreamProcessor. These values are currently ignored in decoder and decryptor. Overall these changes reduce total amount of memory allocated for contiguous buffers during video playback, while allowing for larger video packets. Bug: b/172081397 Change-Id: Ieaa550fa86f8c276cc4dcb945249a364a0a2c74c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519150 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by: David Dorwin <ddorwin@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#825512}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.