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

Public Attributes | |
| struct rohc_comp * | compressor |
| The compressor associated with the decompressor. | |
| struct medium * | medium |
| The medium associated with the decompressor. | |
| struct d_context ** | contexts |
| The array of decompression contexts that use the decompressor. | |
| int | num_contexts |
| The number of decompression contexts stored in the array. | |
| struct d_context * | last_context |
| The last decompression context used by the decompressor. | |
| unsigned int | maxval |
| The feedback interval limits. | |
| unsigned int | errval |
| Variable related to the feedback interval. | |
| unsigned int | okval |
| Variable related to the feedback interval. | |
| int | curval |
| Variable related to the feedback interval. | |
| struct d_statistics | statistics |
| Some statistics about the decompression processes. | |
The ROHC decompressor.
| struct rohc_comp* rohc_decomp::compressor |
The compressor associated with the decompressor.
Referenced by d_change_mode_feedback(), d_optimistic_feedback(), rohc_alloc_decompressor(), and rohc_decompress().
| struct d_context** rohc_decomp::contexts |
The array of decompression contexts that use the decompressor.
Referenced by context_array_decrease(), context_array_increase(), d_change_mode_feedback(), d_decode_header(), find_context(), rohc_alloc_decompressor(), rohc_d_context(), and rohc_free_decompressor().
Variable related to the feedback interval.
Referenced by d_decode_header(), rohc_alloc_decompressor(), and rohc_decompress().
| unsigned int rohc_decomp::errval |
Variable related to the feedback interval.
Referenced by rohc_alloc_decompressor(), and rohc_decompress().
| struct d_context* rohc_decomp::last_context |
The last decompression context used by the decompressor.
Referenced by d_decode_header(), and rohc_alloc_decompressor().
| unsigned int rohc_decomp::maxval |
The feedback interval limits.
maxval can be updated by the user thanks to the user_interactions function.
Referenced by d_decode_header(), rohc_alloc_decompressor(), rohc_decompress(), and user_interactions().
| struct medium* rohc_decomp::medium |
The medium associated with the decompressor.
Referenced by d_change_mode_feedback(), rohc_alloc_decompressor(), rohc_decompress_both(), and rohc_free_decompressor().
The number of decompression contexts stored in the array.
Referenced by context_array_decrease(), context_array_increase(), d_change_mode_feedback(), d_decode_header(), find_context(), rohc_alloc_decompressor(), rohc_d_context(), and rohc_free_decompressor().
| unsigned int rohc_decomp::okval |
Variable related to the feedback interval.
Referenced by rohc_alloc_decompressor(), and rohc_decompress().
Some statistics about the decompression processes.
Referenced by clear_statistics(), and rohc_decompress().
1.7.6.1