Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djdapimin.c331 case DSTATE_STOPPING: in jpeg_consume_input()
350 cinfo->global_state > DSTATE_STOPPING) in jpeg_input_complete()
365 cinfo->global_state > DSTATE_STOPPING) in jpeg_has_multiple_scans()
389 cinfo->global_state = DSTATE_STOPPING; in jpeg_finish_decompress()
392 cinfo->global_state = DSTATE_STOPPING; in jpeg_finish_decompress()
393 } else if (cinfo->global_state != DSTATE_STOPPING) { in jpeg_finish_decompress()
Djdtrans.c78 cinfo->global_state = DSTATE_STOPPING; in jpeg_read_coefficients()
84 if ((cinfo->global_state == DSTATE_STOPPING || in jpeg_read_coefficients()
Djpegint.h44 #define DSTATE_STOPPING 210 /* looking for EOI in jpeg_finish_decompress */ macro