nx_mp4_real_probe.nx
buildroot/runtime/nx_mp4_real_probe.nx
about
nx_mp4_real_probe.nx -- run the whole H.264 front-end on a REAL recording.
Reads knowledge/staging/media/realtest.mp4, demuxes tracks (incl. audio
presence -> the audio-drop signal), identifies the codec, finds the avcC
config record, extracts the real SPS NAL, de-emulates + parses it -> the
real profile/level/resolution decoded straight from the bitstream.
First time the front-end runs on real data instead of synthesized boxes.
license_tier: ORIGINAL
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_mp4_demux.nxnx_mp4_stbl.nxnx_h264_bits.nxnx_h264_sps.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
| 14 | func gp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 15 | func gn(v: i64) -> i64 |
| 29 | func find_tag(b: *u8, start: i64, end: i64, s: *u8) -> i64 |
| 38 | func main() -> i64 |