Hi,

I have my own codecs implemented on the native side which decode video
frames which are inturn displayed on the JAVA side using 32 bit
bitmaps.

However, I am unable to achieve the performance obtained by the
inbuilt VideoView/MediaPlayer class. I understand that my codecs would
not be as optimized as the PV codecs but I suspect the bottleneck is
at the display side.

Can anyone point me to the mechanism how the VideoView Class displays
frames? Does it access the framebuffer directly?

Thanks,
Mohan

P.S: The MediaPlayer/VideoView classes donot offer the kind of APIs my
app expects, hence using my own codecs which are optimized for ARM.
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to