commit | c29cda696d780a263f98750b6c570d848dcca09f | [log] [tgz] |
---|---|---|
author | Miguel Casas <mcasas@chromium.org> | Tue Jun 11 16:17:01 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jun 11 16:17:01 2019 |
tree | aac1d1fcb0a01ab3e09f9d873c201547eaf3d056 | |
parent | 7186b4f4833bc3c6a1005f43512d0e116e42b598 [diff] |
media/gpu: remove VaapiWrapper::va_surface_format_ This CL is a follow-up to crrev.com/c/1648812, where the lifetime mgmt of the Vaapi-allocate VASurfaceIDs was moved to the clients. This CL removes the VaapiWrapper::va_surface_format_, and just keeps the value on the clients, which anyway have to compute it (and in the case of the encoder, it's hardcoded). Test: All unittests and CrOs video playback correct. Bug: 971891 Change-Id: I81800cec5e62cc2c26fe244e86fb8196a4e072dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1647118 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by: Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#667996}
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 .