Home
last modified time | relevance | path

Searched defs:IOStats (Results 1 – 1 of 1) sorted by relevance

/external/rust/crabbyavif/src/decoder/
Dmod.rs279 pub struct IOStats { struct
280 pub color_obu_size: usize,
281 pub alpha_obu_size: usize,
398 pub fn io_stats(&self) -> IOStats { in io_stats()