Searched refs:isPassthrough (Results 1 – 2 of 2) sorted by relevance
53 bool isPassthrough = IsPassthrough(); in GetManager() local54 g_compMgrForHeif = ICodecComponentManager::Get(isPassthrough); in GetManager()55 if (g_compMgrForHeif == nullptr || isPassthrough) { in GetManager()
65 bool isPassthrough = false; in GetManager() local67 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()