Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media/gpu/v4l2_vda: Use correct format for checking in import buffer.
The "output_format_fourcc_" may not be the final output format if an image processor is needed to convert the format. (It is always needed, the import mode is only supported with image processor) Use "egl_image_format_fourcc_" instead, it will be the final output format in both import/allocate mode. Bug: b/72286007 Test: Play videos in ARC++. 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: I0473c84c6b4a13f96934dd0bf2208ba9f3aa916f Reviewed-on: https://chromium-review.googlesource.com/879903 Commit-Queue: Owen Lin <[email protected]> Reviewed-by: Kuang-che Wu <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#531173}(cherry picked from commit 91175b1) Reviewed-on: https://chromium-review.googlesource.com/882701 Reviewed-by: Owen Lin <[email protected]> Cr-Commit-Position: refs/branch-heads/3325@{#53} Cr-Branched-From: bc084a8-refs/heads/master@{#530369}
- Loading branch information