/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 | 59 APACHE_V2, ///< The Apache License 2.0 member
|
/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 | 57 APACHE_V2, ///< The Apache License 2.0 member
|
/foundation/multimedia/media_foundation/test/unittest/plugins/ |
H A D | UtSourceTest2.cpp | 42 PLUGIN_DEFINITION(UtSourceTest2, LicenseType::APACHE_V2, SourceRegister, [] {});
|
H A D | UtCodecTest1.cpp | 36 PLUGIN_DEFINITION(UtCodecTest1, LicenseType::APACHE_V2, CodecRegister, [] {});
|
H A D | UtCodecTest2.cpp | 36 PLUGIN_DEFINITION(UtCodecTest2, LicenseType::APACHE_V2, CodecRegister, [] {});
|
H A D | UtSourceTest1.cpp | 43 PLUGIN_DEFINITION(UtSourceTest1, LicenseType::APACHE_V2, SourceRegister, [] {});
|
H A D | UtAudioSinkTest2.cpp | 35 PLUGIN_DEFINITION(UtAudioSinkTest2, LicenseType::APACHE_V2, AudioSinkRegister, [] {});
|
H A D | UtAudioSinkTest1.cpp | 35 PLUGIN_DEFINITION(UtAudioSinkTest1, LicenseType::APACHE_V2, AudioSinkRegister, [] {});
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/file_sink/ |
H A D | file_fd_sink_plugin.cpp | 46 PLUGIN_DEFINITION(FileFdSink, LicenseType::APACHE_V2, FileFdSinkRegister, [] {});
|
/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, [] {});
|
/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()
|
/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()
|
/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()
|
/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, [] {});
|
H A D | file_source_plugin.cpp | 55 PLUGIN_DEFINITION(FileSource, LicenseType::APACHE_V2, FileSourceRegister, [] {});
|
/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, [] {});
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/ |
H A D | data_stream_source_plugin.cpp | 60 PLUGIN_DEFINITION(DataStreamSource, Plugins::LicenseType::APACHE_V2, DataStreamSourceRegister, [] {});
|
H A D | file_source_plugin.cpp | 64 PLUGIN_DEFINITION(FileSource, LicenseType::APACHE_V2, FileSourceRegister, [] {});
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/g711mu/ |
H A D | audio_g711mu_encoder_plugin.cpp | 70 PLUGIN_DEFINITION(G711muAudioEncoder, LicenseType::APACHE_V2, RegisterAudioEncoderPlugins,
|
/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,
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/wav_demuxer/ |
H A D | wav_demuxer_plugin.cpp | 254 PLUGIN_DEFINITION(WavDemuxer, LicenseType::APACHE_V2, RegisterPlugin, [] {});
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/ |
H A D | surface_sink_plugin.cpp | 53 PLUGIN_DEFINITION(StdVideoSurfaceSink, LicenseType::APACHE_V2, SurfaceSinkRegister, [] {});
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/ |
H A D | video_file_capture_plugin.cpp | 53 PLUGIN_DEFINITION(StubVideoCapture, LicenseType::APACHE_V2, VideoFileCaptureRegister, [] {});
|