JPEG_MARKER::M_SOF0 is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

JPEG_MARKER::M_SOF0

Syntax

M_SOF0 = 0xc0;

References

LocationReferrerText
jcmarker.c:18
M_SOF0 = 0xc0,
jdmarker.c:22
M_SOF0 = 0xc0,
jcmarker.c:558write_frame_header()
emit_sof(cinfo, M_SOF0); /* SOF code for baseline implementation */
jdmarker.c:1019read_markers()
case M_SOF0: /* Baseline */
jdmarker.c:1248jpeg_resync_to_restart()
if (marker < (int) M_SOF0)

Data Use

Functions using JPEG_MARKER::M_SOF0
JPEG_MARKER::M_SOF0