Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dastc_codec.cpp45 static const uint32_t ASTC_MAGIC_ID = 0x5CA1AB13; member
149 *tmp++ = ASTC_MAGIC_ID & ASTC_MASK; in GenAstcHeader()
150 *tmp++ = (ASTC_MAGIC_ID >> ASTC_NUM_8) & ASTC_MASK; in GenAstcHeader()
151 *tmp++ = (ASTC_MAGIC_ID >> ASTC_HEADER_SIZE) & ASTC_MASK; in GenAstcHeader()
152 *tmp++ = (ASTC_MAGIC_ID >> ASTC_NUM_24) & ASTC_MASK; in GenAstcHeader()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp149 static const uint32_t ASTC_MAGIC_ID = 0x5CA1AB13; member
2885 if (magicVal == ASTC_MAGIC_ID) {
3263 if (magicVal == ASTC_MAGIC_ID) {

Completed in 6 milliseconds