GetDecoderInfo
status_t GetDecoderInfo(media_codec_info *out_info) const;
status_t GetDecoderInfo(Decoder* decoder,
return gPluginManager.GetDecoderInfo(fDecoder, out_info);
status = gPluginManager.GetDecoderInfo(decoder, codecInfo);