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

  /external/chromium_org/third_party/libjpeg_turbo/
cdjpeg.h 58 JMETHOD(void, finish_output, (j_decompress_ptr cinfo,
bmp.c 263 (*dst->finish_output)(&dinfo, dst);
wrppm.c 229 dest->pub.finish_output = finish_output_ppm;
wrrle.c 41 * RLE file during finish_output.
73 * In this module it's easier to wait till finish_output to write anything.
286 dest->pub.finish_output = finish_output_rle;
wrtarga.c 234 dest->pub.finish_output = finish_output_tga;
wrgif.c 371 dest->pub.finish_output = finish_output_gif;
djpeg.c 642 /* Hack: count final pass as done in case finish_output does an extra pass.
652 (*dest_mgr->finish_output) (&cinfo, dest_mgr);
wrbmp.c 38 * BMP file during finish_output. The virtual array contains one JSAMPLE per
138 * In this module we may as well postpone everything until finish_output.
400 dest->pub.finish_output = finish_output_bmp;
  /external/jpeg/
cdjpeg.h 58 JMETHOD(void, finish_output, (j_decompress_ptr cinfo,
wrppm.c 228 dest->pub.finish_output = finish_output_ppm;
wrrle.c 41 * RLE file during finish_output.
73 * In this module it's easier to wait till finish_output to write anything.
286 dest->pub.finish_output = finish_output_rle;
wrtarga.c 234 dest->pub.finish_output = finish_output_tga;
wrgif.c 371 dest->pub.finish_output = finish_output_gif;
djpeg.c 589 /* Hack: count final pass as done in case finish_output does an extra pass.
599 (*dest_mgr->finish_output) (&cinfo, dest_mgr);
wrbmp.c 38 * BMP file during finish_output. The virtual array contains one JSAMPLE per
138 * In this module we may as well postpone everything until finish_output.
400 dest->pub.finish_output = finish_output_bmp;
  /external/pdfium/core/src/fxcodec/libjpeg/
cdjpeg.h 58 JMETHOD(void, finish_output, (j_decompress_ptr cinfo,
  /external/qemu/distrib/jpeg-6b/
cdjpeg.h 58 JMETHOD(void, finish_output, (j_decompress_ptr cinfo,
wrppm.c 228 dest->pub.finish_output = finish_output_ppm;
wrrle.c 41 * RLE file during finish_output.
73 * In this module it's easier to wait till finish_output to write anything.
286 dest->pub.finish_output = finish_output_rle;
wrtarga.c 234 dest->pub.finish_output = finish_output_tga;
wrgif.c 371 dest->pub.finish_output = finish_output_gif;
djpeg.c 589 /* Hack: count final pass as done in case finish_output does an extra pass.
599 (*dest_mgr->finish_output) (&cinfo, dest_mgr);
wrbmp.c 38 * BMP file during finish_output. The virtual array contains one JSAMPLE per
138 * In this module we may as well postpone everything until finish_output.
400 dest->pub.finish_output = finish_output_bmp;
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py     [all...]

Completed in 685 milliseconds