Searched refs:empty_output_buffer (Results 1 - 24 of 24) sorted by relevance

/external/libjpeg-turbo/
H A Djdatadst.c114 empty_output_buffer (j_compress_ptr cinfo)
224 dest->pub.empty_output_buffer = empty_output_buffer;
262 dest->pub.empty_output_buffer = empty_mem_output_buffer;
H A Djdatadst-tj.c173 dest->pub.empty_output_buffer = empty_mem_output_buffer;
H A Djcmarker.c119 if (! (*dest->empty_output_buffer) (cinfo))
H A Djcphuff.c212 if (! (*dest->empty_output_buffer) (entropy->cinfo))
H A Djpeglib.h794 boolean (*empty_output_buffer) (j_compress_ptr cinfo); member in struct:jpeg_destination_mgr
H A Djcarith.c125 if (! (*dest->empty_output_buffer) (cinfo))
H A Djchuff.c319 if (! (*dest->empty_output_buffer) (state->cinfo))
/external/opencv3/3rdparty/libjpeg/
H A Djdatadst.c108 empty_output_buffer (j_compress_ptr cinfo)
214 dest->pub.empty_output_buffer = empty_output_buffer;
254 dest->pub.empty_output_buffer = empty_mem_output_buffer;
H A Djcmarker.c117 if (! (*dest->empty_output_buffer) (cinfo))
H A Djpeglib.h770 JMETHOD(boolean, empty_output_buffer, (j_compress_ptr cinfo));
H A Djchuff.c274 if (! (*dest->empty_output_buffer) (state->cinfo))
289 if (! (*dest->empty_output_buffer) (entropy->cinfo))
H A Djcarith.c123 if (! (*dest->empty_output_buffer) (cinfo))
/external/skia/src/images/
H A DSkJpegUtility.cpp153 this->empty_output_buffer = sk_empty_output_buffer;
/external/opencv3/modules/imgcodecs/src/
H A Dgrfmt_jpeg.cpp507 empty_output_buffer (j_compress_ptr cinfo) function in namespace:cv
524 destination->pub.empty_output_buffer = empty_output_buffer;
/external/libvncserver/common/
H A Dturbojpeg.c451 static boolean empty_output_buffer(j_compress_ptr cinfo) function
477 this->jdst.empty_output_buffer=empty_output_buffer;
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jcmarker.c115 if (! (*dest->empty_output_buffer) (cinfo))
H A Dfpdfapi_jchuff.c286 if (! (*dest->empty_output_buffer) (state->cinfo))
H A Dfpdfapi_jcphuff.c210 if (! (*dest->empty_output_buffer) (entropy->cinfo))
H A Djpeglib.h820 JMETHOD(boolean, empty_output_buffer, (j_compress_ptr cinfo));
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpeg.cpp171 dest.empty_output_buffer = _dest_empty;
/external/opencv3/3rdparty/libtiff/
H A Dtif_jpeg.c442 sp->dest.empty_output_buffer = std_empty_output_buffer;
506 sp->dest.empty_output_buffer = tables_empty_output_buffer;
/external/pdfium/third_party/libtiff/
H A Dtif_jpeg.c456 sp->dest.empty_output_buffer = std_empty_output_buffer;
520 sp->dest.empty_output_buffer = tables_empty_output_buffer;
/external/dng_sdk/source/
H A Ddng_image_writer.cpp3921 dest.pub.empty_output_buffer = dng_empty_output_buffer;
4048 dest.pub.empty_output_buffer = dng_empty_output_buffer;
/external/ImageMagick/coders/
H A Djpeg.c2050 destination->manager.empty_output_buffer=EmptyOutputBuffer;

Completed in 342 milliseconds