Home
last modified time | relevance | path

Searched refs:expandInfoBuf (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dastc_codec.cpp75 uint8_t* expandInfoBuf[EXPAND_ASTC_INFO_MAX_ENC]; member
430 astcInfo.expandInfoBuf[idx] = param.extInfoBuf; in AstcSoftwareEncodeCore()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp184 uint8_t *expandInfoBuf[EXPAND_ASTC_INFO_MAX_DEC]; member
2950 if (astcInfo.expandInfoBuf[idx] != nullptr) {
2951 free(astcInfo.expandInfoBuf[idx]);
2965 astcInfo.expandInfoBuf[idx] = static_cast<uint8_t *>(malloc(astcInfo.expandInfoCapacity[idx]));
2966 if (astcInfo.expandInfoBuf[idx] == nullptr) {
2967 IMAGE_LOGE("[ImageSource] astcInfo.expandInfoBuf malloc failed!");
2980 if (astcInfo.expandInfoBuf[idx] != nullptr) {
2983 colorSpace = *astcInfo.expandInfoBuf[idx];

Completed in 6 milliseconds