Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/texture_encode/
H A Dtexture_type.h57 astcenc_swizzle swizzle_; member
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dastc_codec.cpp292 work->swizzle_ = {ASTCENC_SWZ_R, ASTCENC_SWZ_G, ASTCENC_SWZ_B, ASTCENC_SWZ_A}; in InitMem()
344 work.error_ = astcenc_compress_image(work.codec_context, &work.image_, &work.swizzle_, in AstcSoftwareEncodeCore()