yosoymin / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Implement YUVToARGBScaleClip() for PepperMediaStreamVideoTrackHost::ConvertFromMediaVideoFrame() #471

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/chromium/codesearch#chromium/src/content/renderer/pepp
er/pepper_media_stream_video_track_host.cc&l=113

Only requires YV12, I420 no rotation -- using bilinear.

Should be covered by tests in:
https://code.google.com/p/chromium/codesearch#chromium/src/ppapi/tests/test_medi
a_stream_video_track.cc

Contact bbudge@ or other content/renderer/pepper/OWNERS for actual application 
usage.

Original issue reported on code.google.com by dalecurtis@chromium.org on 24 Jul 2015 at 9:36

GoogleCodeExporter commented 9 years ago
Need both RGBA and BGRA.

Original comment by dalecurtis@chromium.org on 24 Jul 2015 at 9:56