Home
last modified time | relevance | path

Searched refs:CSTATE_SCANNING (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcapimin.c151 if (cinfo->global_state == CSTATE_SCANNING || in jpeg_finish_compress()
198 (cinfo->global_state != CSTATE_SCANNING && in jpeg_write_marker()
217 (cinfo->global_state != CSTATE_SCANNING && in jpeg_write_m_header()
Dfpdfapi_jcapistd.c57 cinfo->global_state = (cinfo->raw_data_in ? CSTATE_RAW_OK : CSTATE_SCANNING); in jpeg_start_compress()
82 if (cinfo->global_state != CSTATE_SCANNING) in jpeg_write_scanlines()
Djpegint.h26 #define CSTATE_SCANNING 101 /* start_compress done, write_scanlines OK */ macro
/external/libjpeg-turbo/
Djcapimin.c165 if (cinfo->global_state == CSTATE_SCANNING || in jpeg_finish_compress()
212 (cinfo->global_state != CSTATE_SCANNING && in jpeg_write_marker()
231 (cinfo->global_state != CSTATE_SCANNING && in jpeg_write_m_header()
Djcapistd.c57 cinfo->global_state = (cinfo->raw_data_in ? CSTATE_RAW_OK : CSTATE_SCANNING); in jpeg_start_compress()
82 if (cinfo->global_state != CSTATE_SCANNING) in jpeg_write_scanlines()
Djpegint.h31 #define CSTATE_SCANNING 101 /* start_compress done, write_scanlines OK */ macro