Home
last modified time | relevance | path

Searched refs:MAX_DIMENSION (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp85 constexpr int MAX_DIMENSION = INT32_MAX >> 2; member
338 if (info.size.width <= 0 || info.size.height <= 0 || info.size.width > MAX_DIMENSION || in IsValidImageInfo()
339 info.size.height > MAX_DIMENSION) { in IsValidImageInfo()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp61 constexpr int32_t MAX_DIMENSION = INT32_MAX >> NUM_2; member
809 if (region.width <= 1 || region.height <= 1 || region.width > MAX_DIMENSION || region.height > MAX_DIMENSION) { in CheckPixelsInput()
H A Dpixel_map.cpp91 constexpr int32_t MAX_DIMENSION = INT32_MAX >> 2;
577 if (width > MAX_DIMENSION) { in CheckParams()
1632 if (region.width <= 0 || region.height <= 0 || region.width > MAX_DIMENSION || region.height > MAX_DIMENSION) { in CheckPixelsInput()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dimage_pixel_map_switch_test.cpp27 constexpr int32_t MAX_DIMENSION = INT32_MAX >> 2; member
957 rect.width = MAX_DIMENSION + 1; in HWTEST_F()
1001 rect.height = MAX_DIMENSION + 1; in HWTEST_F()

Completed in 16 milliseconds