Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djdatadst.c114 empty_output_buffer (j_compress_ptr cinfo) in empty_output_buffer() function
224 dest->pub.empty_output_buffer = empty_output_buffer; in jpeg_stdio_dest()
262 dest->pub.empty_output_buffer = empty_mem_output_buffer; in jpeg_mem_dest()
Djdatadst-tj.c173 dest->pub.empty_output_buffer = empty_mem_output_buffer; in jpeg_mem_dest_tj()
Djcmarker.c119 if (! (*dest->empty_output_buffer) (cinfo)) in emit_byte()
Djpeglib.h794 boolean (*empty_output_buffer) (j_compress_ptr cinfo); member
Djcphuff.c212 if (! (*dest->empty_output_buffer) (entropy->cinfo)) in dump_buffer()
Djchuff.c319 if (! (*dest->empty_output_buffer) (state->cinfo)) in dump_buffer()
Djcarith.c125 if (! (*dest->empty_output_buffer) (cinfo)) in emit_byte()
Dlibjpeg.txt1564 is filled. The manager's empty_output_buffer method must reset the pointer
1576 empty_output_buffer (j_compress_ptr cinfo)
1703 already.) The basic idea is that the empty_output_buffer() or
1712 For compression suspension, use an empty_output_buffer() routine that returns
1722 data when restarted. Therefore, although empty_output_buffer() is only
1832 having empty_output_buffer() or fill_input_buffer() set the pointer and count
/external/opencv3/3rdparty/libjpeg/
Djdatadst.c108 empty_output_buffer (j_compress_ptr cinfo) in empty_output_buffer() function
214 dest->pub.empty_output_buffer = empty_output_buffer; in jpeg_stdio_dest()
254 dest->pub.empty_output_buffer = empty_mem_output_buffer; in jpeg_mem_dest()
Djchuff.c274 if (! (*dest->empty_output_buffer) (state->cinfo)) in dump_buffer_s()
289 if (! (*dest->empty_output_buffer) (entropy->cinfo)) in dump_buffer_e()
Djcmarker.c117 if (! (*dest->empty_output_buffer) (cinfo)) in emit_byte()
Djpeglib.h770 JMETHOD(boolean, empty_output_buffer, (j_compress_ptr cinfo));
Djcarith.c123 if (! (*dest->empty_output_buffer) (cinfo)) in emit_byte()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_jpeg.cpp507 empty_output_buffer (j_compress_ptr cinfo) in empty_output_buffer() function
524 destination->pub.empty_output_buffer = empty_output_buffer; in jpeg_buffer_dest()
/external/libvncserver/common/
Dturbojpeg.c451 static boolean empty_output_buffer(j_compress_ptr cinfo) in empty_output_buffer() function
477 this->jdst.empty_output_buffer=empty_output_buffer; in _tjInitCompress()
/external/skia/src/images/
DSkJpegUtility.cpp153 this->empty_output_buffer = sk_empty_output_buffer; in skjpeg_destination_mgr()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcmarker.c115 if (! (*dest->empty_output_buffer) (cinfo)) in emit_byte()
Dfpdfapi_jcphuff.c210 if (! (*dest->empty_output_buffer) (entropy->cinfo)) in dump_buffer()
Dfpdfapi_jchuff.c286 if (! (*dest->empty_output_buffer) (state->cinfo)) in dump_buffer()
Djpeglib.h820 JMETHOD(boolean, empty_output_buffer, (j_compress_ptr cinfo));
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp171 dest.empty_output_buffer = _dest_empty; in _JpegEncode()
/external/opencv3/3rdparty/libtiff/
Dtif_jpeg.c442 sp->dest.empty_output_buffer = std_empty_output_buffer; in TIFFjpeg_data_dest()
506 sp->dest.empty_output_buffer = tables_empty_output_buffer; in TIFFjpeg_tables_dest()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c456 sp->dest.empty_output_buffer = std_empty_output_buffer; in TIFFjpeg_data_dest()
520 sp->dest.empty_output_buffer = tables_empty_output_buffer; in TIFFjpeg_tables_dest()
/external/dng_sdk/source/
Ddng_image_writer.cpp3921 dest.pub.empty_output_buffer = dng_empty_output_buffer; in WriteData()
4048 dest.pub.empty_output_buffer = dng_empty_output_buffer; in EncodeJPEGPreview()