ROHC compression/decompression library
Data Fields
ts_sc_decomp Struct Reference

The scaled RTP Timestamp decoding context. More...

Collaboration diagram for ts_sc_decomp:
Collaboration graph
[legend]

Data Fields

uint32_t ts_stride
 The last computed or received TS_STRIDE value (validated by CRC)
uint32_t ts_scaled
 The last computed or received TS_SCALED value (validated by CRC)
struct rohc_lsb_decodelsb_ts_scaled
 The LSB-encoded TS_SCALED value.
uint32_t ts_offset
 The last computed or received TS_OFFSET value (validated by CRC)
uint32_t ts
 The timestamp (TS) value.
uint32_t old_ts
 The previous timestamp value.
uint16_t sn
 The sequence number (SN)
uint16_t old_sn
 The previous sequence number.
uint32_t new_ts_stride
 The last computed or received TS_STRIDE value (not validated by CRC)
uint32_t new_ts_scaled
 The last computed or received TS_SCALED value (not validated by CRC)
uint32_t new_ts_offset
 The last computed or received TS_OFFSET value (not validated by CRC)

Detailed Description

The scaled RTP Timestamp decoding context.

See section 4.5.3 of RFC 3095 for details about Scaled RTP Timestamp decoding.


Field Documentation

The LSB-encoded TS_SCALED value.

Referenced by d_create_sc(), rohc_ts_scaled_free(), ts_decode_scaled(), and ts_update_context().

The last computed or received TS_OFFSET value (not validated by CRC)

Referenced by d_create_sc(), ts_decode_scaled(), ts_decode_unscaled(), ts_deduce_from_sn(), and ts_update_context().

The last computed or received TS_SCALED value (not validated by CRC)

Referenced by d_create_sc(), ts_decode_scaled(), ts_decode_unscaled(), ts_deduce_from_sn(), and ts_update_context().

The last computed or received TS_STRIDE value (not validated by CRC)

Referenced by d_create_sc(), d_record_ts_stride(), ts_decode_scaled(), ts_decode_unscaled(), ts_deduce_from_sn(), and ts_update_context().

The previous sequence number.

Referenced by d_create_sc(), and ts_update_context().

The previous timestamp value.

Referenced by d_create_sc(), and ts_update_context().

uint16_t ts_sc_decomp::sn

The sequence number (SN)

Referenced by d_create_sc(), ts_deduce_from_sn(), and ts_update_context().

uint32_t ts_sc_decomp::ts

The timestamp (TS) value.

Referenced by c_add_ts(), d_create_sc(), and ts_update_context().

The last computed or received TS_OFFSET value (validated by CRC)

Referenced by d_create_sc(), ts_decode_scaled(), ts_deduce_from_sn(), and ts_update_context().

The last computed or received TS_SCALED value (validated by CRC)

Referenced by d_create_sc(), ts_deduce_from_sn(), and ts_update_context().

The last computed or received TS_STRIDE value (validated by CRC)

Referenced by d_create_sc(), d_record_ts_stride(), ts_decode_scaled(), ts_decode_unscaled(), ts_deduce_from_sn(), and ts_update_context().


The documentation for this struct was generated from the following file: