Searched refs:inBytes (Results 1 - 1 of 1) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 2996 static bool TextureSuperCompressDecodeInit(AstcOutInfo *astcInfo, SutInInfo *sutInfo, size_t inBytes, size_t outBytes) 3004 if (inBytes > std::numeric_limits<int32_t>::max()) { 3005 IMAGE_LOGE("astc SuperDecompressTexture inBytes overflow!"); 3008 sutInfo->sutBytes = static_cast<int32_t>(inBytes); 3017 static bool TextureSuperCompressDecode(const uint8_t *inData, size_t inBytes, uint8_t *outData, size_t outBytes, 3031 if (!TextureSuperCompressDecodeInit(&astcInfo, &sutInfo, inBytes, outBytes)) {
|
Completed in 5 milliseconds