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

/frameworks/base/tools/aapt/
H A DImages.cpp104 int bit_depth, interlace_type, compression_type; local
112 &outImageInfo->height, &bit_depth, &color_type,
116 //printf("color_type=%d, bit_depth=%d, interlace_type=%d, compression_type=%d\n",
117 // color_type, bit_depth, interlace_type, compression_type);
122 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
130 if (bit_depth == 16)
164 bit_depth, color_type,
169 &outImageInfo->height, &bit_depth, &color_type,
1144 int bit_depth, interlace_type, compression_type; local
1313 &bit_depth,
[all...]
/frameworks/base/tools/aapt2/compile/
H A DPngCrunch.cpp208 int bit_depth, color_type, interlace_method, compression_method, filter_method; local
209 png_get_IHDR(read_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
219 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) {
227 if (bit_depth == 16) {

Completed in 87 milliseconds