|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Geometry plus anomaly counts emitted by a complete audit. More...
#include <jof_audit.h>
Data Fields | |
| jof_info_t | info |
| Parsed atlas geometry. | |
| uint32_t | decoded_tiles |
| Tiles decoded and hashed. | |
| uint32_t | coverage_errors |
| Gap/overlap/order/end mismatches. | |
| uint32_t | geometry_errors |
| Decoded size disagreed with tile geometry. | |
| uint32_t | duplicate_candidates |
| Matching non-uniform hash/size evidence. | |
Geometry plus anomaly counts emitted by a complete audit.
Definition at line 78 of file jof_audit.h.
| uint32_t jof_audit_result_t::coverage_errors |
Gap/overlap/order/end mismatches.
Definition at line 81 of file jof_audit.h.
Referenced by internal_audit_tile(), and jof_audit().
| uint32_t jof_audit_result_t::decoded_tiles |
Tiles decoded and hashed.
Definition at line 80 of file jof_audit.h.
Referenced by internal_audit_tile().
| uint32_t jof_audit_result_t::duplicate_candidates |
Matching non-uniform hash/size evidence.
Definition at line 83 of file jof_audit.h.
Referenced by internal_audit_tile(), and ra8_fmt_jof_inspect_stream().
| uint32_t jof_audit_result_t::geometry_errors |
Decoded size disagreed with tile geometry.
Definition at line 82 of file jof_audit.h.
Referenced by internal_audit_tile(), and jof_audit().
| jof_info_t jof_audit_result_t::info |
Parsed atlas geometry.
Definition at line 79 of file jof_audit.h.
Referenced by internal_audit_tile(), jof_audit(), and ra8_fmt_jof_inspect_stream().