Home
last modified time | relevance | path

Searched refs:CodecPlugin (Results 1 – 25 of 60) sorted by relevance

123

/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestFFmpegAudioDecoder.cpp26 std::shared_ptr<CodecPlugin> AuFfmpegDecoderCreator(const std::string& name) in AuFfmpegDecoderCreator()
33 …std::shared_ptr<CodecPlugin> aDecoderPlugin = AuFfmpegDecoderCreator("AudioFfmpegDecoderPluginTest…
39 …std::shared_ptr<CodecPlugin> aDecoderPlugin = AuFfmpegDecoderCreator("AudioFfmpegDecoderPluginTest…
45 …std::shared_ptr<CodecPlugin> aEncoderPlugin = AuFfmpegDecoderCreator("AudioFfmpegDecoderPluginTest…
51 …std::shared_ptr<CodecPlugin> aDecoderPlugin = AuFfmpegDecoderCreator("AudioFfmpegDecoderPluginTest…
57 …std::shared_ptr<CodecPlugin> aDecoderPlugin = AuFfmpegDecoderCreator("AudioFfmpegDecoderPluginTest…
63 …std::shared_ptr<CodecPlugin> aDecoderPlugin = AuFfmpegDecoderCreator("AudioFfmpegDecoderPluginTest…
70 …std::shared_ptr<CodecPlugin> aDecoderPlugin = AuFfmpegDecoderCreator("AudioFfmpegDecoderPluginTest…
77 …std::shared_ptr<CodecPlugin> aDecoderPlugin = AuFfmpegDecoderCreator("AudioFfmpegDecoderPluginTest…
83 …std::shared_ptr<CodecPlugin> aDecoderPlugin = AuFfmpegDecoderCreator("AudioFfmpegDecoderPluginTest…
H A DTestFFmpegAudioEncoder.cpp27 std::shared_ptr<CodecPlugin> AuFfmpegEncoderCreator(const std::string& name) in AuFfmpegEncoderCreator()
34 …std::shared_ptr<CodecPlugin> aEncoderPlugin = AuFfmpegEncoderCreator("AudioFfmpegEncoderPluginTest…
40 …std::shared_ptr<CodecPlugin> aEncoderPlugin = AuFfmpegEncoderCreator("AudioFfmpegEncoderPluginTest…
46 …std::shared_ptr<CodecPlugin> aEncoderPlugin = AuFfmpegEncoderCreator("AudioFfmpegEncoderPluginTest…
52 …std::shared_ptr<CodecPlugin> aEncoderPlugin = AuFfmpegEncoderCreator("AudioFfmpegEncoderPluginTest…
58 …std::shared_ptr<CodecPlugin> aEncoderPlugin = AuFfmpegEncoderCreator("AudioFfmpegEncoderPluginTest…
64 …std::shared_ptr<CodecPlugin> aEncoderPlugin = AuFfmpegEncoderCreator("AudioFfmpegEncoderPluginTest…
71 …std::shared_ptr<CodecPlugin> aEncoderPlugin = AuFfmpegEncoderCreator("AudioFfmpegEncoderPluginTest…
78 …std::shared_ptr<CodecPlugin> aEncoderPlugin = AuFfmpegEncoderCreator("AudioFfmpegEncoderPluginTest…
84 …std::shared_ptr<CodecPlugin> aEncoderPlugin = AuFfmpegEncoderCreator("AudioFfmpegEncoderPluginTest…
H A DTestFFmpegVideoDecoder.cpp28 std::shared_ptr<CodecPlugin> VideoFfmpegDecoderCreator(const std::string& name) in VideoFfmpegDecoderCreator()
35 …std::shared_ptr<CodecPlugin> videoDecoderPlugin = VideoFfmpegDecoderCreator("VideoFfmpegDecoderPlu…
59 …std::shared_ptr<CodecPlugin> videoDecoderPlugin = VideoFfmpegDecoderCreator("VideoFfmpegDecoderPlu…
72 …std::shared_ptr<CodecPlugin> videoDecoderPlugin = VideoFfmpegDecoderCreator("VideoFfmpegDecoderPlu…
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dcodec.h35 struct CodecPlugin;
58 Codec(uint32_t pkgVer, uint32_t apiVer, std::shared_ptr<CodecPlugin> plugin);
61 std::shared_ptr<CodecPlugin> codec_;
H A Dcodec.cpp24 Codec::Codec(uint32_t pkgVer, uint32_t apiVer, std::shared_ptr<CodecPlugin> plugin) in Codec()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/interface/
H A Dcodec_plugin.h63 struct CodecPlugin : public PluginBase { struct
65 explicit CodecPlugin(std::string name): PluginBase(std::move(name)) {} in CodecPlugin() function
140 PluginCreatorFunc<CodecPlugin> creator {nullptr}; ///< Codec plugin create function.
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/plugins/
H A DUtCodecTest1.h24 class UtCodecTest1 : public CodecPlugin {
26 explicit UtCodecTest1(std::string name) : CodecPlugin(std::move(name)) in UtCodecTest1()
H A DUtCodecTest2.h24 class UtCodecTest2 : public CodecPlugin {
26 explicit UtCodecTest2(std::string name) : CodecPlugin(std::move(name)) in UtCodecTest2()
H A DUtCodecTest1.cpp20 static std::shared_ptr<CodecPlugin> PluginCreator(const std::string &name) in PluginCreator()
H A DUtCodecTest2.cpp20 static std::shared_ptr<CodecPlugin> PluginCreator(const std::string &name) in PluginCreator()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/media_codec/
H A Dmedia_codec.h133 std::shared_ptr<Plugins::CodecPlugin> CreatePlugin(Plugins::PluginType pluginType);
134 …std::shared_ptr<Plugins::CodecPlugin> CreatePlugin(const std::string &mime, Plugins::PluginType pl…
160 std::shared_ptr<Plugins::CodecPlugin> codecPlugin_;
/ohos5.0/foundation/multimedia/av_codec/interfaces/plugin/
H A Dcodec_plugin.h43 class CodecPlugin : public Plugins::PluginBase {
45 explicit CodecPlugin(std::string name) : PluginBase(std::move(name)) {} in CodecPlugin() function
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/
H A Dffmpeg_encoder_plugin.cpp50 definition.SetCreator([](const std::string &name) -> std::shared_ptr<CodecPlugin> { in SetDefinition()
57 definition.SetCreator([](const std::string &name) -> std::shared_ptr<CodecPlugin> { in SetDefinition()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/g711mu/
H A Daudio_g711mu_decoder_plugin.cpp48 definition.SetCreator([](const std::string& name) -> std::shared_ptr<CodecPlugin> { in RegisterAudioDecoderPlugins()
77 : CodecPlugin(std::move(name)), in AudioG711muDecoderPlugin()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/lbvc/
H A Daudio_lbvc_decoder_plugin.cpp42 definition.SetCreator([](const std::string& name) -> std::shared_ptr<CodecPlugin> { in RegisterAudioDecoderPlugins()
71 : CodecPlugin(std::move(name)), in AudioLbvcDecoderPlugin()
H A Daudio_lbvc_decoder_plugin.h25 class AudioLbvcDecoderPlugin : public CodecPlugin {
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/lbvc/
H A Daudio_lbvc_encoder_plugin.cpp43 definition.SetCreator([](const std::string& name) -> std::shared_ptr<CodecPlugin> { in RegisterAudioEncoderPlugins()
72 : CodecPlugin(std::move(name)), in AudioLbvcEncoderPlugin()
H A Daudio_lbvc_encoder_plugin.h25 class AudioLbvcEncoderPlugin : public CodecPlugin {
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/
H A Dminimp3_decoder_plugin.cpp40 : CodecPlugin(std::move(name)), in Minimp3DecoderPlugin()
233 std::shared_ptr<CodecPlugin> Minimp3DecoderCreator(const std::string& name) in Minimp3DecoderCreator()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/amrnb/
H A Dffmpeg_amrnb_decoder_plugin.h26 class FFmpegAmrnbDecoderPlugin : public CodecPlugin {
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/amrwb/
H A Dffmpeg_amrwb_decoder_plugin.h26 class FFmpegAmrWbDecoderPlugin : public CodecPlugin {
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/flac/
H A Dffmpeg_flac_decoder_plugin.h26 class FFmpegFlacDecoderPlugin : public CodecPlugin {
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/mp3/
H A Dffmpeg_mp3_decoder_plugin.h25 class FFmpegMp3DecoderPlugin : public CodecPlugin {
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/g711mu/
H A Daudio_g711mu_encoder_plugin.cpp49 definition.SetCreator([](const std::string& name) -> std::shared_ptr<CodecPlugin> { in RegisterAudioEncoderPlugins()
80 : CodecPlugin(std::move(name)), in AudioG711muEncoderPlugin()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/lite_aac_decoder/
H A Dlite_aac_decoder_plugin.cpp36 std::shared_ptr<CodecPlugin> LiteAACDecoderCreator(const std::string& name) in LiteAACDecoderCreator()
101 : CodecPlugin(std::move(name)), in LiteAACDecoderPlugin()

123