Page 4 of 4

Re: Hollywood Player 5.1 for Android: release notes

Posted: Sat Dec 06, 2014 10:48 am
by Tuxedo
mmm...
My goal was to make some sort of benchmark routine to look how fast was plotting single pixels on screen...
Using that BeginRefresh() command still let me look at that? Or somehow it will give me fake results on real plot speed ofHollywood on Android against non android devices?

Thank you!

Re: Hollywood Player 5.1 for Android: release notes

Posted: Sat Dec 06, 2014 8:34 pm
by airsoftsoftwair
Well, you could measure filling a 640x480 screen with pixels or something. If you enclose this inside a BeginRefresh() / EndRefresh() section on Android then you should get some reliable results. Measuring the speed of a single pixel doesn't make sense on Android, though, because the backend falls back to a double buffer.