write_marker_byte() is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

write_marker_byte() function

Syntax

METHODDEF(void) write_marker_byte (j_compress_ptr cinfo,     int val);

Arguments

cinfo

val

References

LocationReferrerText
jcmarker.c:468
write_marker_byte (j_compress_ptr cinfo, int val)
jcmarker.c:679jinit_marker_writer()
marker->pub.write_marker_byte = write_marker_byte;

Call Tree

Functions called by write_marker_byte()
write_marker_byte()
all items filtered out
Data read by write_marker_byte()
Data written by write_marker_byte()
write_marker_byte()
all items filtered out
Implementations
write_marker_byte()