Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_list.cpp27 static sptr<ICodecComponentManager> g_compMgrForHeif; variable
35 g_compMgrForHeif = nullptr; in OnRemoteDied()
49 if (g_compMgrForHeif) { in GetManager()
50 return g_compMgrForHeif; in GetManager()
54 g_compMgrForHeif = ICodecComponentManager::Get(isPassthrough); in GetManager()
55 if (g_compMgrForHeif == nullptr || isPassthrough) { in GetManager()
56 return g_compMgrForHeif; in GetManager()
59 …tr<OHOS::IRemoteObject> &remote = OHOS::HDI::hdi_objcast<ICodecComponentManager>(g_compMgrForHeif); in GetManager()
67 return g_compMgrForHeif; in GetManager()