Hollywood Player 5.1 for Android: release notes

Discuss any general programming issues here
User avatar
Tuxedo
Posts: 338
Joined: Sun Feb 14, 2010 12:41 pm

Re: Hollywood Player 5.1 for Android: release notes

Post 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!
Simone"Tuxedo"Monsignori, Perugia, ITALY.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Hollywood Player 5.1 for Android: release notes

Post 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.
Post Reply