|
ROHC compression/decompression library
|
The ROHC decompression context. More...
#include <rohc_decomp.h>

Public Attributes | |
| 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(), d_generic_decode_ir(), decode_irdyn(), decode_uo0(), decode_uo1(), decode_uor2(), and rohc_d_context().
The size of the last 16 uncompressed headers.
Referenced by context_create(), context_free(), d_generic_decode_ir(), decode_irdyn(), decode_uo0(), decode_uo1(), decode_uor2(), and rohc_d_context().
The average size of the compressed headers.
Referenced by context_create(), d_generic_decode_ir(), decode_irdyn(), decode_uo0(), decode_uo1(), decode_uor2(), and rohc_d_context().
The average size of the uncompressed headers.
Referenced by context_create(), d_generic_decode_ir(), decode_irdyn(), decode_uo0(), decode_uo1(), decode_uor2(), 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(), decode_extension3(), 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_generic_detect_ir_size(), d_optimistic_feedback(), decode_extension3(), decode_inner_header_flags(), decode_uo0(), decode_uo1(), decode_uor2(), do_decode_uo0_and_uo1(), do_decode_uor2(), find_packet_type(), and rohc_d_context().
| void* d_context::specific |
Profile-specific data, defined by the profiles.
Referenced by act_on_crc_failure(), context_create(), context_free(), d_generic_decode(), d_generic_decode_ir(), d_generic_detect_ir_dyn_size(), d_generic_detect_ir_size(), d_generic_get_sn(), d_udp_lite_decode(), d_udp_lite_decode_ir(), decode_extension3(), decode_irdyn(), decode_uo0(), decode_uo1(), decode_uor2(), do_decode_uo0_and_uo1(), do_decode_uor2(), and find_packet_type().
The operation state in which the context operates: NO_CONTEXT, STATIC_CONTEXT, FULL_CONTEXT.
Referenced by context_create(), d_generic_decode(), d_generic_decode_ir(), d_optimistic_feedback(), decode_irdyn(), decode_uor2(), rohc_d_context(), rohc_decompress(), uncompressed_decode(), and uncompressed_decode_ir().
| 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().
1.7.6.1