Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_list.cpp72 sptr<ICodecComponentManager> mnger = GetManager(); in GetCapList() local
73 if (mnger == nullptr) { in GetCapList()
78 int32_t ret = mnger->GetComponentNum(compCnt); in GetCapList()
84 ret = mnger->GetComponentCapabilityList(capList, compCnt); in GetCapList()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_list.cpp90 sptr<ICodecComponentManager> mnger = GetManager(true); in GetCapList() local
91 if (mnger == nullptr) { in GetCapList()
96 int32_t ret = mnger->GetComponentNum(compCnt); in GetCapList()
102 ret = mnger->GetComponentCapabilityList(capList, compCnt); in GetCapList()