|
API Reference Manual 1.51.0
|
Compression algorithms in a bit field structure. More...
#include <comp.h>
Data Fields | ||
| struct { | ||
| uint32_t null: 1 | ||
| ODP_COMP_ALG_NULL. More... | ||
| uint32_t deflate: 1 | ||
| ODP_COMP_ALG_DEFLATE. More... | ||
| uint32_t zlib: 1 | ||
| ODP_COMP_ALG_ZLIB. More... | ||
| uint32_t lzs: 1 | ||
| ODP_COMP_ALG_LZS. More... | ||
| } | 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. | ||
Compression algorithms in a bit field structure.
Definition at line 146 of file api/spec/comp.h.
| uint32_t odp_comp_algos_t::null |
ODP_COMP_ALG_NULL.
Definition at line 150 of file api/spec/comp.h.
| uint32_t odp_comp_algos_t::deflate |
ODP_COMP_ALG_DEFLATE.
Definition at line 153 of file api/spec/comp.h.
| uint32_t odp_comp_algos_t::zlib |
ODP_COMP_ALG_ZLIB.
Definition at line 156 of file api/spec/comp.h.
| uint32_t odp_comp_algos_t::lzs |
ODP_COMP_ALG_LZS.
Definition at line 159 of file api/spec/comp.h.
| uint32_t odp_comp_algos_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.
Definition at line 166 of file api/spec/comp.h.