Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dimage_compressor.cpp45 constexpr size_t MAX_MALLOC_BYTES = 10000000; // max 10MB variable
1386 bool genBinFail = (programBinarySizes == 0) || (programBinarySizes > MAX_MALLOC_BYTES); in SaveClBin()
1460 bool invaildSize = (binSize == 0) || (binSize > MAX_MALLOC_BYTES); in AstcClBuildProgram()