Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dastc_codec.cpp185 if (astcenc_context_alloc(&work->config, 1, &work->codec_context) != ASTCENC_SUCCESS) { in InitAstcencConfig()
280 if (work->codec_context != nullptr) { in FreeMem()
281 astcenc_context_free(work->codec_context); in FreeMem()
282 work->codec_context = nullptr; in FreeMem()
298 work->codec_context = nullptr; in InitMem()
344 work.error_ = astcenc_compress_image(work.codec_context, &work.image_, &work.swizzle_, in AstcSoftwareEncodeCore()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/texture_encode/
H A Dtexture_type.h55 astcenc_context* codec_context; member