FreeCalypso > hg > themwi-rtp-lib
comparison include/twjit.h @ 12:323957bebd53
twjit: smarter counting of underruns
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 06 Jul 2024 02:47:21 +0000 |
parents | 4f82b9c07ddb |
children | 355de6301404 |
comparison
equal
deleted
inserted
replaced
11:4f82b9c07ddb | 12:323957bebd53 |
---|---|
37 uint32_t handovers_in; | 37 uint32_t handovers_in; |
38 uint32_t handovers_out; | 38 uint32_t handovers_out; |
39 /* undesirable, but not totally unexpected */ | 39 /* undesirable, but not totally unexpected */ |
40 uint32_t too_old; | 40 uint32_t too_old; |
41 uint32_t underruns; | 41 uint32_t underruns; |
42 uint32_t ho_underruns; | |
42 uint32_t output_gaps; | 43 uint32_t output_gaps; |
43 uint32_t thinning_drops; | 44 uint32_t thinning_drops; |
44 /* unusual error events */ | 45 /* unusual error events */ |
45 uint32_t bad_packets; | 46 uint32_t bad_packets; |
46 uint32_t duplicate_ts; | 47 uint32_t duplicate_ts; |