Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_list.cpp41 … static bool usePassthrough = OHOS::system::GetBoolParameter("image.codec.usePassthrough", false); in IsPassthrough() local
42 LOGI("%{public}s mode", usePassthrough ? "passthrough" : "ipc"); in IsPassthrough()
43 return usePassthrough; in IsPassthrough()