Searched refs:amrwbAudioDecoderPlugin (Results 1 – 1 of 1) sorted by relevance
442 PluginDescription amrwbAudioDecoderPlugin; in AddFFmpegAudioDecodersPlugins() local443 amrwbAudioDecoderPlugin.pluginName = "OH.Media.Codec.Decoder.Audio.Amrwb"; in AddFFmpegAudioDecodersPlugins()444 amrwbAudioDecoderPlugin.packageName = "FFmpegAudioDecoders"; in AddFFmpegAudioDecodersPlugins()445 amrwbAudioDecoderPlugin.pluginType = PluginType::AUDIO_DECODER; in AddFFmpegAudioDecodersPlugins()446 amrwbAudioDecoderPlugin.cap = "audio/amr-wb"; in AddFFmpegAudioDecodersPlugins()447 amrwbAudioDecoderPlugin.rank = DEFAULT_RANK; in AddFFmpegAudioDecodersPlugins()448 pluginDescriptionList_.push_back(amrwbAudioDecoderPlugin); in AddFFmpegAudioDecodersPlugins()