Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dgst_plugin_fw_test.cpp45 GstPluginFw &gstPluginFw_ = DelayedRefSingleton<GstPluginFw>::GetInstance(); variable
47 uint32_t ret = gstPluginFw_.Register(canonicalPaths);
59 GstPluginFw &gstPluginFw_ = DelayedRefSingleton<GstPluginFw>::GetInstance(); variable
64 PluginClassBase *obj = gstPluginFw_.CreateObject(id, implClassName, errorCode);
77 GstPluginFw &gstPluginFw_ = DelayedRefSingleton<GstPluginFw>::GetInstance(); variable
83 …PluginClassBase *obj = gstPluginFw_.CreateObject(id, serviceType, capabilities, priorityScheme, er…
96 GstPluginFw &gstPluginFw_ = DelayedRefSingleton<GstPluginFw>::GetInstance(); variable
101 …uint32_t resultGst = gstPluginFw_.GstPluginFwGetClassInfo(id, serviceType, capabilities, classesIn…
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/
H A Dplugin_server.cpp81 uint32_t result = gstPluginFw_.Register(gstCanonicalPaths); in Register()
103 gstPluginFw_(DelayedRefSingleton<GstPluginFw>::GetInstance()) {} in PluginServer()
114 obj = gstPluginFw_.CreateObject(interfaceID, className, errorCode); in CreateObject()
133 …obj = gstPluginFw_.CreateObject(interfaceID, serviceType, capabilities, priorityScheme, errorCode); in CreateObject()
154 …resultGst = gstPluginFw_.GstPluginFwGetClassInfo(interfaceID, serviceType, capabilities, classesIn… in PluginServerGetClassInfo()
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/
H A Dplugin_server.h193 GstPluginFw &gstPluginFw_; variable