Home
last modified time | relevance | path

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

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