Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_system_properties.h28 static bool GetDumpImageEnabled();
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_system_properties.cpp110 bool ImageSystemProperties::GetDumpImageEnabled() in GetDumpImageEnabled() function in OHOS::Media::ImageSystemProperties
H A Dimage_utils.cpp499 if (!ImageSystemProperties::GetDumpImageEnabled()) { in DumpPixelMapIfDumpEnabled()
511 if (!ImageSystemProperties::GetDumpImageEnabled()) { in DumpPixelMapBeforeEncode()
520 if (!ImageSystemProperties::GetDumpImageEnabled()) { in DumpDataIfDumpEnabled()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_utils_test.cpp480 ASSERT_EQ(ImageSystemProperties::GetDumpImageEnabled(), false);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp3394 if (!ImageSystemProperties::GetDumpImageEnabled()) { in DumpInputData()