Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_packer_napi.cpp39 constexpr int32_t SIZE_256 = 256; variable
219 if (width <= SIZE_256 && height <= SIZE_256) { in getDefaultBufferSize()