Update to new YUV interface from Skia.
Skia has revised the SkImageGenerator interface. SkYUVSizeInfo has been expanded to support alpha and renamed to SkYUVASizeInfo. In addition, the API adds the struct SkYUVAIndex to represent the mapping from a YUVA channel to the texture index and RGBA channel that represents it. This allows interleaved formats (e.g. NV12) to be represented. This CL updates Chromium to use the new interface. Bug: skia:7903 Change-Id: I64a7056e535a114b4cfc0f86c93f5e6cd2c91bd3 Reviewed-on: https://chromium-review.googlesource.com/c/1297254Reviewed-by:Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Jim Van Verth <jvanverth@chromium.org> Cr-Commit-Position: refs/heads/master@{#603554}
Showing
Please register or sign in to comment