Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_system_properties.h31 static bool GetHeifHardwareDecodeEnabled();
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_system_properties.cpp137 bool ImageSystemProperties::GetHeifHardwareDecodeEnabled() in GetHeifHardwareDecodeEnabled() function in OHOS::Media::ImageSystemProperties
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp475 if (!ImageSystemProperties::GetHeifHardwareDecodeEnabled()) { in IsSupportHardwareDecode()