Searched refs:amrnbAudioDecoderPlugin (Results 1 – 1 of 1) sorted by relevance
434 PluginDescription amrnbAudioDecoderPlugin; in AddFFmpegAudioDecodersPlugins() local435 amrnbAudioDecoderPlugin.pluginName = "OH.Media.Codec.Decoder.Audio.Amrnb"; in AddFFmpegAudioDecodersPlugins()436 amrnbAudioDecoderPlugin.packageName = "FFmpegAudioDecoders"; in AddFFmpegAudioDecodersPlugins()437 amrnbAudioDecoderPlugin.pluginType = PluginType::AUDIO_DECODER; in AddFFmpegAudioDecodersPlugins()438 amrnbAudioDecoderPlugin.cap = "audio/3gpp"; in AddFFmpegAudioDecodersPlugins()439 amrnbAudioDecoderPlugin.rank = DEFAULT_RANK; in AddFFmpegAudioDecodersPlugins()440 pluginDescriptionList_.push_back(amrnbAudioDecoderPlugin); in AddFFmpegAudioDecodersPlugins()