HomeSort by relevance Sort by last modified time
    Searched refs:bmpcoreheader (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
wrbmp.c 234 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/
wrbmp.c 234 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 23 milliseconds