Hi All,

My Android app needs to decode large resolution based JPEG images on
Android 2.3 phones, currently I am using BitmapFactory.decodeStream
API, i.e. SKIA library to decode the stream which makes decoding very
slow.

1) As per my knowledge SKIA uses software decoding, i.e. libJPEG to
decode and doesnot use hardware decoders for the same. Correct me if I
am wrong.

2) Is there a way to use hardware decoding capability of the device
using libStagefrightw.so  from Java application layer in android ?

I want my app to use JPEG hardware decoding capabilities (if
available) instead of  soft decoding.

Please share your views for the same.

Thankyou for your time.

Thanks,
Rodney

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to