Using Android's MediaCodec API, I can get a list of codecs registered in the system.
All the things I can get from this API are the name, supported media types and whether it is an encoder or decoder.
But how can I figure out whether a codec supports hardware-acceleration?