Searched refs:supportPassthrough (Results 1 – 2 of 2) sorted by relevance
39 sptr<CodecHDI::ICodecComponentManager> GetManager(bool getCap, bool supportPassthrough = false);
62 sptr<ICodecComponentManager> GetManager(bool getCap, bool supportPassthrough) in GetManager() argument70 isPassthrough = para.has_value() ? para.value() : supportPassthrough; in GetManager()