I\'m working with my new app which processed captured image from cellphone camera. My phone is Nexus S, 2.3.4.
I create a ARGB_8888 Bitmap with captured data. I know
Directly from my Nexus S:
> import java.nio.*; > System.out.println(ByteOrder.nativeOrder()); LITTLE_ENDIAN
There should also be some way to get the ordering in the NDK.