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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdtrans.c79 cinfo->global_state = DSTATE_STOPPING;
81 /* At this point we should be in state DSTATE_STOPPING if being used
85 if ((cinfo->global_state == DSTATE_STOPPING ||
H A Djdapimin.c323 case DSTATE_STOPPING:
342 cinfo->global_state > DSTATE_STOPPING)
357 cinfo->global_state > DSTATE_STOPPING)
381 cinfo->global_state = DSTATE_STOPPING;
384 cinfo->global_state = DSTATE_STOPPING;
385 } else if (cinfo->global_state != DSTATE_STOPPING) {
H A Djpegint.h43 #define DSTATE_STOPPING 210 /* looking for EOI in jpeg_finish_decompress */ macro

Completed in 47 milliseconds