Chromium Code Reviews
DescriptionMerge to M46 for BUG=510252
Add ycbcr_422 support in image factory.
BUG=524582
TBR=sievers@chromium.org
Review URL: https://codereview.chromium.org/1308643003
Cr-Commit-Position: refs/heads/master@{#345959}
(cherry picked from commit 3055ce7afdf11650d499378cb62ede310dc16f94)
media: Remove SkCanvasVideoRenderer cache invalidation.
When VideoFrame carries one native texture, with a GL_TEXTURE_2D target,
we assumed we could avoid caching the created SkImage, since we just used
the texture directly for drawing.
Unfortunately if we're drawing to a software canvas we need to read the pixels
back from the texture, and that is expensive.
Keeping the same SkImage allows Skia to cache the expensive operation.
BUG=521531
Review URL: https://codereview.chromium.org/1320613003
Cr-Commit-Position: refs/heads/master@{#345799}
(cherry picked from commit 771b5cf7667def96ba3de5cb4a4bf38cff12c3b4)
BUG=510252
Committed: https://chromium.googlesource.com/chromium/src/+/034ad53c4f45c36e1e912131daa4de7324d89a9b
Patch Set 1 #
Messages
Total messages: 1 (0 generated)
|
||||||||||||||||||||||||||||