Home
last modified time | relevance | path

Searched refs:HttpSourcePluginCreater (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/
H A Dhttp_source_plugin.cpp33 std::shared_ptr<SourcePlugin> HttpSourcePluginCreater(const std::string& name) in HttpSourcePluginCreater() function
46 definition.creator = HttpSourcePluginCreater; in HttpSourceRegister()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_lite_source/
H A Dhttp_lite_source_plugin.cpp30 std::shared_ptr<SourcePlugin> HttpSourcePluginCreater(const std::string &name) in HttpSourcePluginCreater() function
44 definition.creator = HttpSourcePluginCreater; in HttpSourceRegister()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dhttp_source_plugin.cpp38 std::shared_ptr<SourcePlugin> HttpSourcePluginCreater(const std::string& name) in HttpSourcePluginCreater() function
53 definition.SetCreator(HttpSourcePluginCreater); in HttpSourceRegister()