CSTATE_RAW_OK is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

CSTATE_RAW_OK macro

Syntax

#define CSTATE_RAW_OK 102

References

LocationText
jpegint.h:28
#define CSTATE_RAW_OK 102 /* start_compress done, write_raw_data OK */
jcapimin.c:160
cinfo->global_state == CSTATE_RAW_OK) {
jcapimin.c:207
cinfo->global_state != CSTATE_RAW_OK &&
jcapimin.c:226
cinfo->global_state != CSTATE_RAW_OK &&
jcapistd.c:57
jcapistd.c:125
if (cinfo->global_state != CSTATE_RAW_OK)