Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixel_astc_test.cpp78 static bool ConstructAstcBody(uint8_t* astcBody, size_t& blockNums, const uint8_t* astcBlockPart) in ConstructAstcBody() argument
80 if (astcBody == nullptr || astcBlockPart == nullptr) { in ConstructAstcBody()
84 uint8_t* astcBuf = astcBody; in ConstructAstcBody()