Skip to content Skip to sidebar Skip to footer

Jpeg Hardware Decode Support In Android Application

My Android app needs to decode large resolution based JPEG images on Android 2.2 phones(and above), currently I am using BitmapFactory.decodeStream API, i.e. SKIA library to decode

Solution 1:

skia supports hardware accelerated jpeg decoding. Stagefright doesnt handle jpeg decoding.


Post a Comment for "Jpeg Hardware Decode Support In Android Application"