nx_uxf_negotiate_test.nx
buildroot/runtime/nx_uxf_negotiate_test.nx
about
nx_uxf_negotiate_test.nx -- KAT for endpoint-adaptive negotiation. Headline: MKV(H.264/AAC) @
Chrome -> REMUX (Chrome can't read the MKV container, but CAN decode H.264/AAC -> lossless rewrap
to MP4, no re-encode). Plus DIRECT + TRANSCODE cases + a Safari row, all from the data-driven
caps TSV. expect_exit: 0 license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_uxf_negotiate.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
| none |
functions
| 8 | func t_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 9 | func t_plan(p: i64) -> i64 |
| 16 | func main() -> i64 |