Home
last modified time | relevance | path

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

/external/qemu/distrib/jpeg-6b/
Djdatadst.c81 empty_output_buffer (j_compress_ptr cinfo) in empty_output_buffer() function
148 dest->pub.empty_output_buffer = empty_output_buffer; in jpeg_stdio_dest()
Djcmarker.c115 if (! (*dest->empty_output_buffer) (cinfo)) in emit_byte()
Djcphuff.c210 if (! (*dest->empty_output_buffer) (entropy->cinfo)) in dump_buffer()
Djpeglib.h779 JMETHOD(boolean, empty_output_buffer, (j_compress_ptr cinfo));
Djchuff.c283 if (! (*dest->empty_output_buffer) (state->cinfo)) in dump_buffer()
Dlibjpeg.doc1406 is filled. The manager's empty_output_buffer method must reset the pointer
1418 empty_output_buffer (j_compress_ptr cinfo)
1544 already.) The basic idea is that the empty_output_buffer() or
1553 For compression suspension, use an empty_output_buffer() routine that returns
1563 data when restarted. Therefore, although empty_output_buffer() is only
1673 having empty_output_buffer() or fill_input_buffer() set the pointer and count
/external/jpeg/
Djdatadst.c81 empty_output_buffer (j_compress_ptr cinfo) in empty_output_buffer() function
148 dest->pub.empty_output_buffer = empty_output_buffer; in jpeg_stdio_dest()
Djcmarker.c115 if (! (*dest->empty_output_buffer) (cinfo)) in emit_byte()
Djcphuff.c210 if (! (*dest->empty_output_buffer) (entropy->cinfo)) in dump_buffer()
Djchuff.c283 if (! (*dest->empty_output_buffer) (state->cinfo)) in dump_buffer()
Djpeglib.h779 JMETHOD(boolean, empty_output_buffer, (j_compress_ptr cinfo));
Dlibjpeg.doc1406 is filled. The manager's empty_output_buffer method must reset the pointer
1418 empty_output_buffer (j_compress_ptr cinfo)
1544 already.) The basic idea is that the empty_output_buffer() or
1553 For compression suspension, use an empty_output_buffer() routine that returns
1563 data when restarted. Therefore, although empty_output_buffer() is only
1673 having empty_output_buffer() or fill_input_buffer() set the pointer and count
/external/chromium_org/third_party/skia/src/images/
DSkJpegUtility.cpp157 this->empty_output_buffer = sk_empty_output_buffer; in skjpeg_destination_mgr()
/external/skia/src/images/
DSkJpegUtility.cpp157 this->empty_output_buffer = sk_empty_output_buffer; in skjpeg_destination_mgr()
/external/qemu/android/utils/
Djpeg-compress.c113 dsc->common.empty_output_buffer = _on_empty_output_buffer; in jpeg_compressor_create()
/external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
DJPEGImageEncoder.cpp141 cinfo.dest->empty_output_buffer = writeOutput; in encodePixels()
/external/chromium_org/ui/gfx/codec/
Djpeg_codec.cc274 destmgr.empty_output_buffer = EmptyOutputBuffer; in Encode()