Home
last modified time | relevance | path

Searched refs:CSTATE_RAW_OK (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/
Djcapimin.c167 cinfo->global_state == CSTATE_RAW_OK) { in jpeg_finish_compress()
214 cinfo->global_state != CSTATE_RAW_OK && in jpeg_write_marker()
233 cinfo->global_state != CSTATE_RAW_OK && in jpeg_write_m_header()
Djcapistd.c58 cinfo->global_state = (cinfo->raw_data_in ? CSTATE_RAW_OK : CSTATE_SCANNING); in jpeg_start_compress()
126 if (cinfo->global_state != CSTATE_RAW_OK) in jpeg_write_raw_data()
Djpegint.h32 #define CSTATE_RAW_OK 102 /* start_compress done, write_raw_data OK */ macro