|
ROHC compression/decompression library
|
Define the RTP part of the decompression profile context. More...
#include <d_rtp.h>

Public Attributes | |
| int | udp_checksum_present |
| Whether the UDP checksum field is encoded in the ROHC packet or not. | |
| unsigned int | timestamp |
| Timestamp. | |
| int | ts_received |
| The field received to decode TS. | |
| int | ts_received_size |
| The size of the field received to decode TS. | |
| int | rp |
| Padding field. | |
| int | rx |
| Extension field. | |
| int | pt |
| Payload Type field. | |
| int | m |
| RTP Marker. | |
| struct ts_sc_decomp | ts_sc |
| The structure to decompress TS_SRIDE. | |
Define the RTP part of the decompression profile context.
This object must be used with the generic part of the decompression context d_generic_context.
| int d_rtp_context::m |
RTP Marker.
Referenced by decode_extension3(), decode_uo0(), decode_uo1(), decode_uor2(), do_decode_uo0_and_uo1(), do_decode_uor2(), and rtp_decode_dynamic_rtp().
Payload Type field.
Referenced by decode_extension3(), do_decode_uor2(), and rtp_decode_dynamic_rtp().
Padding field.
Referenced by decode_extension3(), and do_decode_uor2().
Extension field.
Referenced by decode_extension3(), and do_decode_uor2().
| unsigned int d_rtp_context::timestamp |
Timestamp.
Referenced by d_rtp_create(), decode_extension3(), decode_uo0(), decode_uo1(), decode_uor2(), do_decode_uo0_and_uo1(), do_decode_uor2(), and rtp_decode_dynamic_rtp().
The field received to decode TS.
Referenced by d_rtp_create(), decode_extension3(), decode_uo1(), decode_uor2(), do_decode_uo0_and_uo1(), do_decode_uor2(), and rtp_decode_dynamic_rtp().
The size of the field received to decode TS.
Referenced by decode_extension3(), decode_uo0(), decode_uo1(), decode_uor2(), do_decode_uo0_and_uo1(), and do_decode_uor2().
| struct ts_sc_decomp d_rtp_context::ts_sc |
The structure to decompress TS_SRIDE.
Referenced by d_rtp_create(), decode_extension3(), decode_uo0(), decode_uo1(), decode_uor2(), do_decode_uo0_and_uo1(), do_decode_uor2(), and rtp_decode_dynamic_rtp().
Whether the UDP checksum field is encoded in the ROHC packet or not.
Referenced by d_rtp_create(), rtp_build_uncompressed_rtp(), rtp_decode_dynamic_rtp(), and rtp_decode_uo_tail_rtp().
1.7.6.1