API Reference Manual  1.45.0
odp_comp_algos_t Union Reference

Compression algorithms in a bit field structure. More...

#include <comp.h>

Data Fields

struct {
   uint32_t   null: 1
 ODP_COMP_ALG_NULL.
 
   uint32_t   deflate: 1
 ODP_COMP_ALG_DEFLATE.
 
   uint32_t   zlib: 1
 ODP_COMP_ALG_ZLIB.
 
   uint32_t   lzs: 1
 ODP_COMP_ALG_LZS.
 
bit
 Compression algorithms.
 
uint32_t all_bits
 All bits of the bit field structure This field can be used to set/clear all flags, or bitwise operations over the entire structure.
 

Detailed Description

Compression algorithms in a bit field structure.

Definition at line 146 of file api/spec/comp.h.


The documentation for this union was generated from the following file: