Home
last modified time | relevance | path

Searched refs:isPassthrough (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.cpp53 bool isPassthrough = IsPassthrough(); in GetManager() local
54 g_compMgrForHeif = ICodecComponentManager::Get(isPassthrough); in GetManager()
55 if (g_compMgrForHeif == nullptr || isPassthrough) { in GetManager()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_list.cpp65 bool isPassthrough = false; in GetManager() local
67 isPassthrough = true; in GetManager()
70 isPassthrough = para.has_value() ? para.value() : supportPassthrough; in GetManager()
71 LOGI("%s mode", isPassthrough ? "passthrough" : "ipc"); in GetManager()
73 sptr<ICodecComponentManager>& mng = (isPassthrough ? g_compMgrPassthru : g_compMgrIpc); in GetManager()
78 if (!isPassthrough) { in GetManager()
84 mng = ICodecComponentManager::Get(isPassthrough); in GetManager()