Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djdatadst.c115 empty_output_buffer(j_compress_ptr cinfo) in empty_output_buffer() function
230 dest->pub.empty_output_buffer = empty_output_buffer; in jpeg_stdio_dest()
276 dest->pub.empty_output_buffer = empty_mem_output_buffer; in jpeg_mem_dest()
Djdatadst-tj.c180 dest->pub.empty_output_buffer = empty_mem_output_buffer; in jpeg_mem_dest_tj()
Djcmarker.c120 if (!(*dest->empty_output_buffer) (cinfo)) in emit_byte()
Djpeglib.h795 boolean (*empty_output_buffer) (j_compress_ptr cinfo); member
Djcarith.c129 if (!(*dest->empty_output_buffer) (cinfo)) in emit_byte()
Djchuff.c326 if (!(*dest->empty_output_buffer) (state->cinfo)) in dump_buffer()
Djcphuff.c311 if (!(*dest->empty_output_buffer) (entropy->cinfo)) in dump_buffer()
Dlibjpeg.txt1571 is filled. The manager's empty_output_buffer method must reset the pointer
1583 empty_output_buffer (j_compress_ptr cinfo)
1710 already.) The basic idea is that the empty_output_buffer() or
1719 For compression suspension, use an empty_output_buffer() routine that returns
1729 data when restarted. Therefore, although empty_output_buffer() is only
1839 having empty_output_buffer() or fill_input_buffer() set the pointer and count
/external/skqp/src/images/
DSkJPEGWriteUtility.cpp51 this->empty_output_buffer = sk_empty_output_buffer; in skjpeg_destination_mgr()
/external/skia/src/images/
DSkJPEGWriteUtility.cpp51 this->empty_output_buffer = sk_empty_output_buffer; in skjpeg_destination_mgr()
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_handle.cc100 dest->pub.empty_output_buffer = MemEmptyOutputBuffer; in SetDest()
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp622 dest.empty_output_buffer = dest_empty; in JpegEncode()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c502 sp->dest.empty_output_buffer = std_empty_output_buffer; in TIFFjpeg_data_dest()
566 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()
/external/ImageMagick/coders/
Djpeg.c2207 destination->manager.empty_output_buffer=EmptyOutputBuffer; in JPEGDestinationManager()