/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/interface/ |
H A D | generic_plugin.h | 39 LicenseType license {LicenseType::APACHE_V2};
|
H A D | plugin_definition.h | 56 enum struct LicenseType : uint8_t { enum 78 LicenseType
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | generic_plugin.h | 39 LicenseType license {LicenseType::APACHE_V2};
|
H A D | plugin_definition.h | 58 enum struct LicenseType : uint8_t { enum 81 LicenseType
|
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/plugins/ |
H A D | UtCodecTest1.cpp | 36 PLUGIN_DEFINITION(UtCodecTest1, LicenseType::APACHE_V2, CodecRegister, [] {}); in __anond968bd3e0102()
|
H A D | UtCodecTest2.cpp | 36 PLUGIN_DEFINITION(UtCodecTest2, LicenseType::APACHE_V2, CodecRegister, [] {}); in __anond97ad5bf0102()
|
H A D | UtSourceTest2.cpp | 42 PLUGIN_DEFINITION(UtSourceTest2, LicenseType::APACHE_V2, SourceRegister, [] {}); in __anone8f39ed20102()
|
H A D | UtSourceTest1.cpp | 43 PLUGIN_DEFINITION(UtSourceTest1, LicenseType::APACHE_V2, SourceRegister, [] {}); in __anone8e186510102()
|
H A D | UtDemuxerTest2.cpp | 38 PLUGIN_DEFINITION(UtDemuxerTest2, LicenseType::LGPL, RegisterPlugins, [] {}); in __anon2617241b0202()
|
H A D | UtAudioSinkTest1.cpp | 35 PLUGIN_DEFINITION(UtAudioSinkTest1, LicenseType::APACHE_V2, AudioSinkRegister, [] {}); in __anoncff7e9e70102()
|
H A D | UtAudioSinkTest2.cpp | 35 PLUGIN_DEFINITION(UtAudioSinkTest2, LicenseType::APACHE_V2, AudioSinkRegister, [] {}); in __anond00a02680102()
|
H A D | UtDemuxerTest1.cpp | 46 PLUGIN_DEFINITION(UtDemuxerTest1, LicenseType::LGPL, RegisterPlugins, [] {}); in __anon26050b9a0202()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/ |
H A D | ffmpeg_encoder_plugin.cpp | 87 PLUGIN_DEFINITION(FFmpegAudioEncoders, LicenseType::LGPL, RegisterAudioEncoderPlugins, UnRegisterAu…
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/file_sink/ |
H A D | file_fd_sink_plugin.cpp | 47 PLUGIN_DEFINITION(FileFdSink, LicenseType::APACHE_V2, FileFdSinkRegister, [] {}); in __anon767bea9d0102()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/ |
H A D | ffmpeg_decoder_plugin.cpp | 113 PLUGIN_DEFINITION(FFmpegAudioDecoders, LicenseType::LGPL, RegisterAudioDecoderPlugins, UnRegisterAu…
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/stream_source/ |
H A D | stream_source_plugin.cpp | 41 PLUGIN_DEFINITION(StreamSource, LicenseType::APACHE_V2, StreamSourceRegister, [] {}); in __anoned29b5000102()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/daudio_input/ |
H A D | daudio_input_plugin.cpp | 38 definition.license = LicenseType::APACHE_V2; in CreateDaudioInputPluginDef()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dscreen_input/ |
H A D | dscreen_input_plugin.cpp | 37 definition.license = LicenseType::APACHE_V2; in CreateDscreenInputPluginDef()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dscreen_output/ |
H A D | dscreen_output_plugin.cpp | 37 definition.license = LicenseType::APACHE_V2; in CreateDscreenOutputPluginDef()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/file_source/ |
H A D | file_fd_source_plugin.cpp | 61 PLUGIN_DEFINITION(FileFdSource, LicenseType::APACHE_V2, FileFdSourceRegister, [] {}); in __anon6a7f9ab10302()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/std_stream_source/ |
H A D | std_stream_source_plugin.cpp | 45 PLUGIN_DEFINITION(StdStreamSource, LicenseType::APACHE_V2, StdStreamSourceRegister, [] {}); in __anonb38c7b940202()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/ |
H A D | http_source_plugin.cpp | 49 PLUGIN_DEFINITION(HttpSource, LicenseType::APACHE_V2, HttpSourceRegister, [] {}); in __anon0f35b8a80202()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/g711mu/ |
H A D | audio_g711mu_decoder_plugin.cpp | 68 PLUGIN_DEFINITION(G711muAudioDecoder, LicenseType::APACHE_V2, RegisterAudioDecoderPlugins,
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/lbvc/ |
H A D | audio_lbvc_decoder_plugin.cpp | 62 PLUGIN_DEFINITION(LbvcAudioDecoder, LicenseType::VENDOR, RegisterAudioDecoderPlugins,
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/lbvc/ |
H A D | audio_lbvc_encoder_plugin.cpp | 63 PLUGIN_DEFINITION(LbvcAudioEncoder, LicenseType::VENDOR, RegisterAudioEncoderPlugins,
|