Searched refs:nth_image (Results 1 – 4 of 4) sorted by relevance
823 fn nth_image() { in nth_image() function832 assert!(decoder.nth_image(3).is_ok()); in nth_image()835 assert!(decoder.nth_image(1).is_ok()); in nth_image()836 assert!(decoder.nth_image(4).is_ok()); in nth_image()837 assert!(decoder.nth_image(50).is_err()); in nth_image()
398 decoder.nth_image(args.index.unwrap_or(0))?; in decode()
295 let res = rust_decoder.nth_image(frameIndex); in crabby_avifDecoderNthImage()
1679 pub fn nth_image(&mut self, index: u32) -> AvifResult<()> { in nth_image() method