[android-developers] Re: BitmapFactory 's decodeByteArray and decodeStream returns null
Create the Bitmap in native code and return it to the java layer. The
NDK supports this starting beginning with Android 2.2.
Doug
On Sep 16, 12:02 am, Siji T G <s...@techgentsia.com> wrote:
> Thanks for the reply Zsolt.
> My data stream comes from h264 video decoder , which is native.
> Format of this data stream is ARGB.
> Please note that I could display this image correctly using
> Bitmap. createBitmap()
> and
> setPixels () .
>
> Regards
> Siji
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home