Home
last modified time | relevance | path

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

/external/rust/crabbyavif/tests/
Ddecoder_tests.rs823 fn nth_image() { in nth_image() function
/external/rust/crabbyavif/src/decoder/
Dmod.rs1679 pub fn nth_image(&mut self, index: u32) -> AvifResult<()> { in nth_image() method