Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crabbyavif/c_api_tests/
Davifincrtest.cc213 const uint32_t decoded_row_count = avifDecoderDecodedRowCount(decoder); in DecodeIncrementally() local
/aosp_15_r20/external/rust/crabbyavif/src/decoder/
Dtile.rs99 pub fn decoded_row_count(&self, image_height: u32, tile_height: u32) -> u32 { in decoded_row_count() method
Dmod.rs1601 pub fn decoded_row_count(&self) -> u32 { in decoded_row_count() method
/aosp_15_r20/external/rust/crabbyavif/tests/
Ddecoder_tests.rs729 let decoded_row_count = decoder.decoded_row_count(); in incremental_decode() localVariable