[android-developers] Re: How to accelerate video any resolution video on surface view +android code

2011-09-16 Thread NAVI NEW
Some one give me actual figure for do that thing On Sep 16, 3:09 pm, NAVI NEW navi44...@gmail.com wrote: How to accelerate video any resolution video on surface view +android code -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: How to accelerate video any resolution video on surface view +android code

2011-09-16 Thread sparky
http://developer.android.com/guide/practices/optimizing-for-3.0.html You can enable hardware-accelerated rendering in your application by setting android:hardwareAccelerated=true in your manifest's applicationhttp://developer.android.com/guide/topics/manifest/application-element.html element

Re: [android-developers] Re: How to accelerate video any resolution video on surface view +android code

2011-09-16 Thread NAVI NEW
This default feature works with 3.0 but i want use with all android sdk . i want play video on surface On Fri, Sep 16, 2011 at 4:41 PM, sparky spar...@google.com wrote: http://developer.android.com/guide/practices/optimizing-for-3.0.html You can enable hardware-accelerated rendering in your