Searched refs:bmpcoreheader (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Dwrbmp.c234 char bmpcoreheader[12]; local
260 MEMZERO(bmpcoreheader, SIZEOF(bmpcoreheader));
270 PUT_2B(bmpcoreheader, 0, 12); /* bcSize */
271 PUT_2B(bmpcoreheader, 4, cinfo->output_width); /* bcWidth */
272 PUT_2B(bmpcoreheader, 6, cinfo->output_height); /* bcHeight */
273 PUT_2B(bmpcoreheader, 8, 1); /* bcPlanes - must be 1 */
274 PUT_2B(bmpcoreheader, 10, bits_per_pixel); /* bcBitCount */
278 if (JFWRITE(dest->pub.output_file, bmpcoreheader, 12) != (size_t) 12)
/external/jpeg/
H A Dwrbmp.c234 char bmpcoreheader[12]; local
260 MEMZERO(bmpcoreheader, SIZEOF(bmpcoreheader));
270 PUT_2B(bmpcoreheader, 0, 12); /* bcSize */
271 PUT_2B(bmpcoreheader, 4, cinfo->output_width); /* bcWidth */
272 PUT_2B(bmpcoreheader, 6, cinfo->output_height); /* bcHeight */
273 PUT_2B(bmpcoreheader, 8, 1); /* bcPlanes - must be 1 */
274 PUT_2B(bmpcoreheader, 10, bits_per_pixel); /* bcBitCount */
278 if (JFWRITE(dest->pub.output_file, bmpcoreheader, 12) != (size_t) 12)
/external/qemu/distrib/jpeg-6b/
H A Dwrbmp.c234 char bmpcoreheader[12]; local
260 MEMZERO(bmpcoreheader, SIZEOF(bmpcoreheader));
270 PUT_2B(bmpcoreheader, 0, 12); /* bcSize */
271 PUT_2B(bmpcoreheader, 4, cinfo->output_width); /* bcWidth */
272 PUT_2B(bmpcoreheader, 6, cinfo->output_height); /* bcHeight */
273 PUT_2B(bmpcoreheader, 8, 1); /* bcPlanes - must be 1 */
274 PUT_2B(bmpcoreheader, 10, bits_per_pixel); /* bcBitCount */
278 if (JFWRITE(dest->pub.output_file, bmpcoreheader, 12) != (size_t) 12)

Completed in 310 milliseconds