How to use hardware accelerated video decoding on Android?
To answer the above question, let me introduce few concepts related to Android OpenMAX Android uses OpenMAX for codec interface. Hence all native codecs (hardware accelerated or otherwise) provide OpenMAX interface. This interface is used by StageFright(Player framework) for decoding media using codec NDK Android allows Java Applications to interact with underlying C/C++ native libraries … Read more