Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DImages.cpp103 int bit_depth, interlace_type, compression_type; in read_png() local
111 &outImageInfo->height, &bit_depth, &color_type, in read_png()
121 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) in read_png()
129 if (bit_depth == 16) in read_png()
162 bit_depth, color_type, in read_png()
166 &outImageInfo->height, &bit_depth, &color_type, in read_png()
1074 int bit_depth, interlace_type, compression_type; in write_png() local
1231 &bit_depth, &color_type, &interlace_type, in write_png()
1235 (int)width, (int)height, bit_depth, color_type, interlace_type, in write_png()