Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crabbyavif/src/decoder/
Dmod.rs278 pub struct IOStats { struct
279 pub color_obu_size: usize,
280 pub alpha_obu_size: usize,
385 pub fn io_stats(&self) -> IOStats { in io_stats()