Descriptionmedia: Convert I420 VideoFrame to UYVY GpuMemoryBuffer.
This patch adds support for UYVY as a pixel format for the VideoFrame
backed by GpuMemoryBuffer.
If UYVY is set as format in GpuMemoryBufferVideoFramePool, the source
VideoFrame will be converted during the copy to GMB.
UYVY VideoFrames might get promoted to overlays on Mac.
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
BUG=485859, 510252
Committed: https://crrev.com/de00d08970e7ef2a95b231d605bb6a0c2c7716f4
Cr-Commit-Position: refs/heads/master@{#344899}
Patch Set 1 #Patch Set 2 : Cleaned up. VideoFormat propagated. Test. #Patch Set 3 : Cleaned up. VideoFormat propagated. Test. #
Total comments: 14
Patch Set 4 : Rebase. Address andresantoso's comments. #
Total comments: 29
Patch Set 5 : Address reviewers' comments. #
Total comments: 2
Patch Set 6 : s/CHECK_EQ/DCHECK_EQ. #Messages
Total messages: 30 (12 generated)
|