Searched defs:interlace_type (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp104 int bit_depth, interlace_type, compression_type; local
113 &interlace_type, &compression_type, NULL);
116 //printf("color_type=%d, bit_depth=%d, interlace_type=%d, compression_type=%d\n",
117 // color_type, bit_depth, interlace_type, compression_type);
165 interlace_type, compression_type);
170 &interlace_type, &compression_type, NULL);
1143 int bit_depth, interlace_type, compression_type; local
1312 &bit_depth, &color_type, &interlace_type,
1317 (int)width, (int)height, bit_depth, color_type, interlace_type,

Completed in 1406 milliseconds