Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dservice_test_common.h44 static constexpr uint32_t QUARTER = 4; variable
H A Dsec_comp_info_helper_test.cpp65 g_testWidth = (ServiceTestCommon::ZERO_OFFSET + g_curScreenWidth) / ServiceTestCommon::QUARTER; in SetUpTestCase()
66 … g_testHeight = (ServiceTestCommon::ZERO_OFFSET + g_curScreenHeight) / ServiceTestCommon::QUARTER; in SetUpTestCase()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp87 constexpr static float QUARTER = 0.25; variable
459 } else if (finalScale > QUARTER) { in HeapMemAlloc()