| ROHC compression/decompression library
   
    | 
Test RTP TS encoding/decoding at wraparound. More...
#include "ts_sc_comp.h"#include "ts_sc_decomp.h"#include <stdio.h>#include <stdbool.h>#include <string.h>#include <assert.h>
| Defines | |
| #define | ROHC_WLSB_WINDOW_WIDTH 4U | 
| #define | ROHC_INIT_TS_STRIDE_MIN 3U | 
| #define | trace(is_verbose, format,...) | 
| Functions | |
| int | main (int argc, char *argv[]) | 
| Test RTP TS encoding/decoding at wraparound. | |
Test RTP TS encoding/decoding at wraparound.
| #define ROHC_INIT_TS_STRIDE_MIN 3U | 
The number of TS_STRIDE transmissions
Referenced by rtp_header_flags_and_fields().
| #define ROHC_WLSB_WINDOW_WIDTH 4U | 
The width of the W-LSB sliding window
| #define trace | ( | is_verbose, | |
| format, | |||
| ... | |||
| ) | 
do { \ if(is_verbose) { \ fprintf(stderr, format, ##__VA_ARGS__); \ } \ } while(0)
Print trace on stdout only in verbose mode
Referenced by main().
 1.7.6.1
 1.7.6.1