Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h153 Size blockFootprint; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2957 switch (astcInfo.blockFootprint.width) { in GetImageInfoForASTC()
3230 astcInfo.blockFootprint.width = fileData[ASTC_HEADER_BLOCK_X]; in GetASTCInfo()
3231 astcInfo.blockFootprint.height = fileData[ASTC_HEADER_BLOCK_Y]; in GetASTCInfo()
3246 astcInfo.blockFootprint.width = blockXY; in GetASTCInfo()
3247 astcInfo.blockFootprint.height = blockXY; in GetASTCInfo()