API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_comp_capability_t Struct Reference

Compression Interface Capabilities. More...

#include <comp.h>

Collaboration diagram for odp_comp_capability_t:
[legend]

Data Fields

uint32_t max_sessions
 Maximum number of sessions.
 
odp_comp_algos_t comp_algos
 Supported compression algorithms.
 
odp_comp_hash_algos_t hash_algos
 Supported hash algorithms.
 
odp_support_t sync
 Synchronous compression mode support (ODP_COMP_OP_MODE_SYNC)
 
odp_support_t async
 Asynchronous compression mode support (ODP_COMP_OP_MODE_ASYNC)
 

Detailed Description

Compression Interface Capabilities.

Examples
odp_sysinfo.c.

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

Field Documentation

◆ max_sessions

uint32_t odp_comp_capability_t::max_sessions

Maximum number of sessions.

Examples
odp_sysinfo.c.

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

◆ comp_algos

odp_comp_algos_t odp_comp_capability_t::comp_algos

Supported compression algorithms.

Examples
odp_sysinfo.c.

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

◆ hash_algos

odp_comp_hash_algos_t odp_comp_capability_t::hash_algos

Supported hash algorithms.

Examples
odp_sysinfo.c.

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

◆ sync

odp_support_t odp_comp_capability_t::sync

Synchronous compression mode support (ODP_COMP_OP_MODE_SYNC)

Examples
odp_sysinfo.c.

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

◆ async

odp_support_t odp_comp_capability_t::async

Asynchronous compression mode support (ODP_COMP_OP_MODE_ASYNC)

Examples
odp_sysinfo.c.

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


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