Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_list.h39 sptr<CodecHDI::ICodecComponentManager> GetManager(bool getCap, bool supportPassthrough = false);
H A Dhcodec_list.cpp62 sptr<ICodecComponentManager> GetManager(bool getCap, bool supportPassthrough) in GetManager() argument
70 isPassthrough = para.has_value() ? para.value() : supportPassthrough; in GetManager()