ROHC compression/decompression library
|
Some information about the last compressed packet. More...
#include <rohc_comp.h>
Data Fields | |
unsigned short | version_major |
unsigned short | version_minor |
unsigned int | context_id |
bool | is_context_init |
rohc_mode | context_mode |
rohc_c_state | context_state |
bool | context_used |
int | profile_id |
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 |
size_t | contexts_nr |
unsigned long | packets_nr |
unsigned long | uncomp_bytes_nr |
unsigned long | comp_bytes_nr |
rohc_d_state | context_state |
unsigned long | nr_lost_packets |
unsigned long | nr_misordered_packets |
bool | is_duplicated |
Some information about the last compressed packet.
Some information about the last decompressed packet.
Some general information about the compressor.
Extensible version of rohc_comp_last_packet_info_t. Versioning works as follow:
Notes for developers:
Supported versions:
Versioning works as follow:
Notes for developers:
Supported versions:
Versioning works as follow:
Notes for developers:
Supported versions:
unsigned long __attribute__::comp_bytes_nr |
The number of compressed bytes produced by the compressor
unsigned int __attribute__::context_id |
The Context ID (CID)
The mode of the last context used by the compressor
The state of the last context used by the compressor
The state of the last context used by the compressor
Whether the last context used by the compressor is still in use
size_t __attribute__::contexts_nr |
The number of contexts used by the compressor
unsigned long __attribute__::header_last_comp_size |
The compressed size (in bytes) of the last compressed header
unsigned long __attribute__::header_last_uncomp_size |
The uncompressed size (in bytes) of the last compressed header
Whether the context was initialized (created/re-used) by the packet
Is last packet a (possible) duplicated packet?
unsigned long __attribute__::nr_lost_packets |
The number of (possible) lost packet(s) before last packet
unsigned long __attribute__::nr_misordered_packets |
The number of packet(s) before the last packet if late
The type of ROHC packet created for the last compressed packet
unsigned long __attribute__::packets_nr |
The number of packets processed by the compressor
The profile ID of the last context used by the compressor
unsigned long __attribute__::total_last_comp_size |
The compressed size (in bytes) of the last compressed packet
unsigned long __attribute__::total_last_uncomp_size |
The uncompressed size (in bytes) of the last compressed packet
unsigned long __attribute__::uncomp_bytes_nr |
The number of uncompressed bytes received by the compressor
unsigned short __attribute__::version_major |
The major version of this structure
unsigned short __attribute__::version_minor |
The minor version of this structure