HomeSort by relevance Sort by last modified time
    Searched full:finish_output (Results 1 - 9 of 9) sorted by null

  /external/libjpeg-turbo/
wrrle.c 43 * RLE file during finish_output.
75 * In this module it's easier to wait till finish_output to write anything.
287 dest->pub.finish_output = finish_output_rle;
cdjpeg.h 55 void (*finish_output) (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo); member in struct:djpeg_dest_struct
wrbmp.c 42 * BMP file during finish_output. The virtual array contains one JSAMPLE per
170 * In this module we may as well postpone everything until finish_output.
438 dest->pub.finish_output = finish_output_bmp;
wrtarga.c 227 dest->pub.finish_output = finish_output_tga;
wrppm.c 212 dest->pub.finish_output = finish_output_ppm;
bmp.c 323 (*dst->finish_output)(&dinfo, dst);
djpeg.c 749 /* Hack: count final pass as done in case finish_output does an extra pass.
759 (*dest_mgr->finish_output) (&cinfo, dest_mgr);
wrgif.c 373 dest->pub.finish_output = finish_output_gif;
  /external/pdfium/third_party/libjpeg/
cdjpeg.h 58 JMETHOD(void, finish_output, (j_decompress_ptr cinfo,

Completed in 2605 milliseconds