[Webkit-unassigned] [Bug 45069] VideoLayerChromium uses GPU YUV to RGB color conversion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 1 16:25:18 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45069





--- Comment #2 from Victoria <vrk at google.com>  2010-09-01 16:25:18 PST ---
Hi Vangelis!

Can you take a look at my code utilizing your changes to LayerRendererChromium? It no longer uses the GraphicsContext and instead gets frames from Chromium through the plumbing I created in the last few weeks.

One thing to note: I have only implemented cases for YV12 and RGBA frames, and actually I have not tested the implementation for RGBA frames as I believe we only encounter YV12 frames in the chromium code right now. But we will be using RGBA frames once hardware decode is working, and I wanted to give you an example of what the code looks like when there are multiple file formats implemented.

Thanks, and let me know whatever questions you have!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list