MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / decompression_workload

Class decompression_workload

Source/astcenccli_toplevel.cpp:156–164  ·  view source on GitHub ↗

* @brief Decompression workload definition for worker threads. */

Source from the content-addressed store, hash-verified

154 * @brief Decompression workload definition for worker threads.
155 */
156struct decompression_workload
157{
158 astcenc_context* context;
159 uint8_t* data;
160 size_t data_len;
161 astcenc_image* image_out;
162 astcenc_swizzle swizzle;
163 astcenc_error error;
164};
165
166/**
167 * @brief A custom deleter so we can use RAII to manage codec contexts.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected