/ohos5.0/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestFFmpegAudioDecoder.cpp | 26 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 D | TestFFmpegAudioEncoder.cpp | 27 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 D | TestFFmpegVideoDecoder.cpp | 28 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 D | codec.h | 35 struct CodecPlugin; 58 Codec(uint32_t pkgVer, uint32_t apiVer, std::shared_ptr<CodecPlugin> plugin); 61 std::shared_ptr<CodecPlugin> codec_;
|
H A D | codec.cpp | 24 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 D | codec_plugin.h | 63 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 D | UtCodecTest1.h | 24 class UtCodecTest1 : public CodecPlugin { 26 explicit UtCodecTest1(std::string name) : CodecPlugin(std::move(name)) in UtCodecTest1()
|
H A D | UtCodecTest2.h | 24 class UtCodecTest2 : public CodecPlugin { 26 explicit UtCodecTest2(std::string name) : CodecPlugin(std::move(name)) in UtCodecTest2()
|
H A D | UtCodecTest1.cpp | 20 static std::shared_ptr<CodecPlugin> PluginCreator(const std::string &name) in PluginCreator()
|
H A D | UtCodecTest2.cpp | 20 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 D | media_codec.h | 133 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 D | codec_plugin.h | 43 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 D | ffmpeg_encoder_plugin.cpp | 50 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 D | audio_g711mu_decoder_plugin.cpp | 48 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 D | audio_lbvc_decoder_plugin.cpp | 42 definition.SetCreator([](const std::string& name) -> std::shared_ptr<CodecPlugin> { in RegisterAudioDecoderPlugins() 71 : CodecPlugin(std::move(name)), in AudioLbvcDecoderPlugin()
|
H A D | audio_lbvc_decoder_plugin.h | 25 class AudioLbvcDecoderPlugin : public CodecPlugin {
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/lbvc/ |
H A D | audio_lbvc_encoder_plugin.cpp | 43 definition.SetCreator([](const std::string& name) -> std::shared_ptr<CodecPlugin> { in RegisterAudioEncoderPlugins() 72 : CodecPlugin(std::move(name)), in AudioLbvcEncoderPlugin()
|
H A D | audio_lbvc_encoder_plugin.h | 25 class AudioLbvcEncoderPlugin : public CodecPlugin {
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/ |
H A D | minimp3_decoder_plugin.cpp | 40 : 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 D | ffmpeg_amrnb_decoder_plugin.h | 26 class FFmpegAmrnbDecoderPlugin : public CodecPlugin {
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/amrwb/ |
H A D | ffmpeg_amrwb_decoder_plugin.h | 26 class FFmpegAmrWbDecoderPlugin : public CodecPlugin {
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/flac/ |
H A D | ffmpeg_flac_decoder_plugin.h | 26 class FFmpegFlacDecoderPlugin : public CodecPlugin {
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/mp3/ |
H A D | ffmpeg_mp3_decoder_plugin.h | 25 class FFmpegMp3DecoderPlugin : public CodecPlugin {
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/g711mu/ |
H A D | audio_g711mu_encoder_plugin.cpp | 49 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 D | lite_aac_decoder_plugin.cpp | 36 std::shared_ptr<CodecPlugin> LiteAACDecoderCreator(const std::string& name) in LiteAACDecoderCreator() 101 : CodecPlugin(std::move(name)), in LiteAACDecoderPlugin()
|