jpeg_input_controller::eoi_reached is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGjpeg_input_controller::eoi_reached

jpeg_input_controller::eoi_reached field

Syntax

boolean eoi_reached;

References

LocationReferrerText
jpegint.h:157
boolean eoi_reached; /* True when EOI has been consumed */
jdapimin.c:341jpeg_input_complete()
return cinfo->inputctl->eoi_reached;
jdapimin.c:387jpeg_finish_decompress()
while (! cinfo->inputctl->eoi_reached) {
jdinput.c:564consume_markers()
if (inputctl->pub.eoi_reached) /* After hitting EOI, read no further */
jdinput.c:593consume_markers()
inputctl->pub.eoi_reached = TRUE;
jdinput.c:625reset_input_controller()
inputctl->pub.eoi_reached = FALSE;
jdinput.c:659jinit_input_controller()
inputctl->pub.eoi_reached = FALSE;
jdmaster.c:460prepare_for_output_pass()
if (cinfo->buffered_image && ! cinfo->inputctl->eoi_reached) {

Data Use

Functions writing jpeg_input_controller::eoi_reached
Functions reading jpeg_input_controller::eoi_reached
jpeg_input_controller::eoi_reached
Type of jpeg_input_controller::eoi_reached
jpeg_input_controller::eoi_reached
boolean
all items filtered out