Home
last modified time | relevance | path

Searched refs:interlace_method (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/compile/
H A DPngCrunch.cpp215 int bit_depth, color_type, interlace_method, compression_method, filter_method; in ReadPng() local
217 &interlace_method, &compression_method, &filter_method); in ReadPng()
247 if (interlace_method != PNG_INTERLACE_NONE) { in ReadPng()