ROHC compression/decompression library
|
#include <rohc_comp.h>
Data Fields | |
rohc_mode | context_mode |
rohc_c_state | context_state |
rohc_packet_t | packet_type |
unsigned long | total_last_uncomp_size |
unsigned long | header_last_uncomp_size |
unsigned long | total_last_comp_size |
unsigned long | header_last_comp_size |
Some information about the last compressed packet
The mode of the last context used by the compressor
Referenced by rohc_comp_get_last_packet_info().
The state of the last context used by the compressor
Referenced by rohc_comp_get_last_packet_info().
unsigned long rohc_comp_last_packet_info_t::header_last_comp_size |
The compressed size (in bytes) of the last compressed header
Referenced by rohc_comp_get_last_packet_info().
unsigned long rohc_comp_last_packet_info_t::header_last_uncomp_size |
The uncompressed size (in bytes) of the last compressed header
Referenced by rohc_comp_get_last_packet_info().
The type of ROHC packet created for the last compressed packet
Referenced by rohc_comp_get_last_packet_info().
unsigned long rohc_comp_last_packet_info_t::total_last_comp_size |
The compressed size (in bytes) of the last compressed packet
Referenced by rohc_comp_get_last_packet_info().
unsigned long rohc_comp_last_packet_info_t::total_last_uncomp_size |
The uncompressed size (in bytes) of the last compressed packet
Referenced by rohc_comp_get_last_packet_info().