[Swfdec] swfdec ported on arm

Shabbir shabbir.bharmal at gmail.com
Thu Aug 9 07:39:19 PDT 2007


I have cross compiled swfdec-0.5 for ARM and I have also written a player for framebuffer. 

But its too slow!! Can you tell me the reason behind this? Can i increase speed by somehow? I doubt my code for player.

I have written following loop in my player:

while(1)
{
    diff = swfdec_player_get_next_event(player);
    swfdec_player_advance(player, diff);
    swfdec_player_render(player, cr, 0, 0, w, h);
}

Shall I add something? Thanks in advance.

Shabbir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/swfdec/attachments/20070809/53489498/attachment.htm 


More information about the Swfdec mailing list