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 D | gst_plugin_fw_test.cpp | 45 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 D | plugin_server.cpp | 81 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 D | plugin_server.h | 193 GstPluginFw &gstPluginFw_; variable
|