[vlc-devel] [PATCH] picture: split the plane definition from the picture creation

Steinar H. Gunderson sgunderson at bigfoot.com
Wed Feb 1 17:50:02 CET 2017


On Wed, Feb 01, 2017 at 06:46:55PM +0200, RĂ©mi Denis-Courmont wrote:
>> I do see a point of doing direct rendering into the GPU. That avoids
>> one copy for each frame. In my case that's even slower because that
>> involves merging 2 UV planes from I420 into a packed one for NV12.
> So what?

Anything that saves CPU saves battery, and anything that saves battery
(especially on mobile) is a good thing. Copies are cheap, but they are not
free.

/* Steinar */
-- 
Homepage: https://www.sesse.net/


More information about the vlc-devel mailing list