ROHC compression/decompression library
|
The ROHC decompression context. More...
#include <rohc_decomp.h>
Data Fields | |
struct d_profile * | profile |
The associated profile. | |
void * | specific |
Profile-specific data, defined by the profiles. | |
rohc_mode | mode |
The operation mode in which the context operates: U_MODE, O_MODE, R_MODE. | |
rohc_d_state | state |
The operation state in which the context operates: NO_CONTEXT, STATIC_CONTEXT, FULL_CONTEXT. | |
unsigned int | latest_used |
Usage timestamp. | |
unsigned int | first_used |
Usage timestamp. | |
int | curval |
Variable related to feedback interval. | |
int | total_uncompressed_size |
The average size of the uncompressed packets. | |
int | total_compressed_size |
The average size of the compressed packets. | |
int | header_uncompressed_size |
The average size of the uncompressed headers. | |
int | header_compressed_size |
The average size of the compressed headers. | |
int | num_recv_packets |
The number of received packets. | |
int | num_recv_ir |
The number of received IR packets. | |
int | num_recv_ir_dyn |
The number of received IR-DYN packets. | |
int | num_sent_feedbacks |
The number of sent feedbacks. | |
int | num_decomp_failures |
The number of compression failures. | |
int | num_decomp_repairs |
The number of decompression failures. | |
struct c_wlsb * | total_16_uncompressed |
The size of the last 16 uncompressed packets. | |
struct c_wlsb * | total_16_compressed |
The size of the last 16 compressed packets. | |
struct c_wlsb * | header_16_uncompressed |
The size of the last 16 uncompressed headers. | |
struct c_wlsb * | header_16_compressed |
The size of the last 16 compressed headers. |
The ROHC decompression context.
Variable related to feedback interval.
Referenced by context_create(), and rohc_decompress().
unsigned int d_context::first_used |
Usage timestamp.
Referenced by context_create(), and rohc_d_context().
The size of the last 16 compressed headers.
Referenced by context_create(), context_free(), and rohc_d_context().
The size of the last 16 uncompressed headers.
Referenced by context_create(), context_free(), and rohc_d_context().
The average size of the compressed headers.
Referenced by context_create(), and rohc_d_context().
The average size of the uncompressed headers.
Referenced by context_create(), and rohc_d_context().
unsigned int d_context::latest_used |
Usage timestamp.
Referenced by context_create(), d_decode_header(), and rohc_d_context().
The operation mode in which the context operates: U_MODE, O_MODE, R_MODE.
Referenced by context_create(), d_change_mode_feedback(), d_optimistic_feedback(), rohc_d_context(), and rohc_decompress().
The number of compression failures.
Referenced by context_create(), rohc_d_context(), and rohc_decompress().
The number of decompression failures.
Referenced by context_create(), and rohc_d_context().
The number of received IR packets.
Referenced by context_create(), d_decode_header(), and rohc_d_context().
The number of received IR-DYN packets.
Referenced by context_create(), d_decode_header(), and rohc_d_context().
The number of received packets.
Referenced by context_create(), rohc_d_context(), and rohc_decompress().
The number of sent feedbacks.
Referenced by context_create(), d_optimistic_feedback(), and rohc_d_context().
struct d_profile* d_context::profile |
The associated profile.
Referenced by context_create(), context_free(), d_change_mode_feedback(), d_decode_header(), d_optimistic_feedback(), and rohc_d_context().
void* d_context::specific |
Profile-specific data, defined by the profiles.
Referenced by context_create(), context_free(), d_generic_decode(), d_generic_get_sn(), d_udp_lite_decode(), and udp_update_context().
The operation state in which the context operates: NO_CONTEXT, STATIC_CONTEXT, FULL_CONTEXT.
Referenced by context_create(), d_generic_decode(), d_optimistic_feedback(), rohc_d_context(), and rohc_decompress().
struct c_wlsb* d_context::total_16_compressed |
The size of the last 16 compressed packets.
Referenced by context_create(), context_free(), rohc_d_context(), and rohc_decompress().
The size of the last 16 uncompressed packets.
Referenced by context_create(), context_free(), rohc_d_context(), and rohc_decompress().
The average size of the compressed packets.
Referenced by context_create(), rohc_d_context(), and rohc_decompress().
The average size of the uncompressed packets.
Referenced by context_create(), rohc_d_context(), and rohc_decompress().