commit | 1fee5b2856153c41c28117aaeed9a05747177416 | [log] [tgz] |
---|---|---|
author | Hang Nguyen <hnt@chromium.org> | Thu Nov 24 00:10:45 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 24 00:10:45 2022 |
tree | e3355641e5e2eda0cc4d594b283854f65caaf40d | |
parent | bc500997cde2983af84ec45e2b940afdf40aa5cc [diff] |
media/gpu/v4l2/test: Implement buffer management for VP8 decoder This CL implements buffer managerment in CAPTURE queue for VP8 stateless decoder. As there are differences in refreshing different reference frames, this CL adds helper functions to determine if the buffer holding the reference frame is no longer in use and is safe to be reused for CAPTURE queue. BUG=b:254902467, b:246647671 TEST=tast -verbose run dut video.PlatformDecoding.v4l2_stateless_vp8* on asurada Change-Id: Id98236725e7b4c0718cbafe7719245a9fd4f63be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4043596 Reviewed-by: Nathan Hebert <nhebert@chromium.org> Reviewed-by: Steve Cho <stevecho@chromium.org> Commit-Queue: Hang Nguyen <hnt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1075403}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.