HomeSort by relevance Sort by last modified time
    Searched refs:call_pass_startup (Results 1 - 3 of 3) sorted by null

  /external/libjpeg-turbo/
jcapistd.c 100 if (cinfo->master->call_pass_startup)
145 if (cinfo->master->call_pass_startup)
jcmaster.c 472 master->pub.call_pass_startup = FALSE;
475 master->pub.call_pass_startup = TRUE;
486 master->pub.call_pass_startup = FALSE;
509 master->pub.call_pass_startup = FALSE;
527 * This is called by jpeg_write_scanlines if call_pass_startup is TRUE.
538 cinfo->master->call_pass_startup = FALSE; /* reset flag so call only once */
jpegint.h 68 boolean call_pass_startup; /* True if pass_startup must be called */ member in struct:jpeg_comp_master

Completed in 179 milliseconds