commit | dd592adde3a9e67b8cdd60e4b3d29f77886ab036 | [log] [tgz] |
---|---|---|
author | Hang Nguyen <hnt@google.com> | Fri Apr 26 21:16:47 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 26 21:16:47 2024 |
tree | b3c3b81558c809a19985d7522cc0e4e633408ed9 | |
parent | 90fe2955521d6eae21d5015a7386746d4e6f3da9 [diff] |
vaapi: Changes argument type of VAImageFormat to create VAImage Previous to the CL, VAImageFormat was passed as a pointer to VaapiWrapper::CreateVaImage() to create a VAImage with vaCreateImage() by libva. However, since only lbva's vaCreateImage() needs the pointer of VAImageFormat, the CL changes to have VaapiWrapper pass the format as const reference instead. Bug: b:333345968 Test: v_d_a test, v_e_a test, vaapi_unittest, media_unittest Change-Id: I7934e54597effbc7e573fdeecd87233729b92574 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5490742 Reviewed-by: Miguel Casas-Sanchez <mcasas@chromium.org> Commit-Queue: Hang Nguyen <hnt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1293254}
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.