code wiki / _hdl_build / nx_media_census.nx

nx_media_census.nx

buildroot/runtime/_hdl_build/nx_media_census.nx

10437 B131 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic media
docsdependenciesstructsconstsfunctions

about

nx_media_census.nx -- the NISHI TEAM REVIEW of the whole video+audio+codec+room subsystem. ONE honest, MEASURED, per-feature map (never a rolled-up binary scorecard -- that is the exact wave the no-overclaim law forbids). Every axis carries its status + whether it is MEASURED + the provenance gate that measured it. Categories: EXCEEDS / PARITY / BEHIND / WIRING-GAP / UNMEASURED / MISSING. The structural ANTI-WAVE guarantee: grade() REFUSES to certify EXCEEDS for any axis that is not measured -> a fabricated "exceed" is downgraded to UNMEASURED and the liar-kill proves the guard fires. So this census cannot launder an unmeasured claim into a win. Provenance gates (all re-baselined GREEN this session): nx_codec_exceed_gate, nx_connect_room_exceed, nx_room_resilience, nx_room_sfu, nx_room_fec, nx_room_jitterbuf, nx_room_qoe, nx_hevc_dec, nx_h264_*. main() is the SELF-VALIDATING GATE. Evidence -> knowledge/status/media_census.log. license_tier: ORIGINAL expect_exit: 0

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_media_census.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap sw sys_write row grade sw ↻ tag grade ↻ sn sys_mmap ↻ sys_write ↻ sys_openat_append fw sys_write ↻ fn2 sys_mmap ↻ sys_write ↻ sys_close sys_exit

structs

none

consts

none

functions

15func sw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 2: rowmain calls 1: sys_write
16func sn(v: i64) -> i64 { let bb: *u8=sys_mmap(28); var m: i64=v; if m<0{m=0-m;sys_write(1,"-" as *u8,1)} let t: *u8=sys_mmap(28); var k: i64=0; if m==0{t[0]=48 as u8;k=1} while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1} var i: i64=0; while i<k{bb[i]=t[k-1-i];i=i+1} sys_write(1,bb,k); return 0 }
called by 1: main calls 2: sys_mmapsys_write
17func fw(fd: i64, s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(fd,s,n); return 0 }
called by 1: main calls 1: sys_write
18func fn2(fd: i64, v: i64) -> i64 { let bb: *u8=sys_mmap(28); var m: i64=v; let t: *u8=sys_mmap(28); var k: i64=0; if m==0{t[0]=48 as u8;k=1} while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1} var i: i64=0; while i<k{bb[i]=t[k-1-i];i=i+1} sys_write(fd,bb,k); return 0 }
called by 1: main calls 2: sys_mmapsys_write
21func tag(g: i64) -> *u8
called by 1: row
30func grade(status: i64, measured: i64) -> i64 { if status==2 { if measured==0 { return 4 } } return status }
called by 2: rowmain
32func row(name: *u8, prov: *u8, status: i64, measured: i64, cnt: *i64) -> i64
called by 1: main calls 3: gradeswtag
41func main() -> i64