API Reference Manual
1.46.0
|
Compression per packet operation parameters. More...
#include <comp.h>
Data Fields | |
odp_comp_session_t | session |
Session handle. | |
odp_packet_data_range_t | in_data_range |
Input data range to process. More... | |
odp_packet_data_range_t | out_data_range |
Output packet data range. More... | |
Compression per packet operation parameters.
Definition at line 354 of file api/spec/comp.h.
odp_packet_data_range_t odp_comp_packet_op_param_t::in_data_range |
Input data range to process.
where,
offset - starting offset length - length of data for compression operation
Definition at line 363 of file api/spec/comp.h.
odp_packet_data_range_t odp_comp_packet_op_param_t::out_data_range |
Output packet data range.
Indicates where processed packet will be written. where,
offset - starting offset length - length of buffer available for output
Output packet data is not modified outside of this provided data range. If output data length is not sufficient for compression operation ODP_COMP_STATUS_OUT_OF_SPACE_TERM error will occur
Definition at line 375 of file api/spec/comp.h.