forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VideoFrameYUVConverter: Clearly separate non-OOP-R path
VideoFrameYUVConverter will either use the GrContext (non-OOP-R) or the RasterInterface (OOP-R). Many parameters are only used in the GrContext path. Make this distinction clear. In a future patch, we will need to specify the destination texture's color space (but only in the non-OOP-R path). Bug: 1348566 Change-Id: Ib2f8a765583ef67c08f2084ae8ce78cd1e798bbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3804799 Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: ccameron chromium <ccameron@chromium.org> Cr-Commit-Position: refs/heads/main@{#1030823}
- Loading branch information
1 parent
2a3dd75
commit 1a4be8f
Showing
3 changed files
with
63 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters