code wiki / _hdl_build / nx_jitter_buffer_gate.nx
nx_jitter_buffer_gate.nx
buildroot/runtime/_hdl_build/nx_jitter_buffer_gate.nx
dependencies 3 imports · 0 importers
imports: nx_gate_base.nxnx_syscalls.nxnx_jitter_buffer.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 13 | const K: i64 = 180 |
| 14 | const FRAME_US: i64 = 33333 // 30 fps |
| 15 | const NET_US: i64 = 50000 |
| 16 | const BASE_US: i64 = 66666 // 2-frame base playout delay |
| 17 | const NSLOT: i64 = 64 |
functions
| 19 | func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw(" calls 1: gw |
| 21 | func gn(v: i64) -> i64 |
| 26 | func is_lost(i: i64) -> i64 { if i==50 { return 1 } if i==100 { return 1 } if i==130 { return 1 } return 0 } |
| 30 | func run_trace(J: i64, seed: i64, res: *i64) -> i64 |
| 118 | func main() -> i64 |