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

  /external/jpeg/
jcapistd.c 99 if (cinfo->master->call_pass_startup)
144 if (cinfo->master->call_pass_startup)
jcmaster.c 425 master->pub.call_pass_startup = FALSE;
428 master->pub.call_pass_startup = TRUE;
439 master->pub.call_pass_startup = FALSE;
462 master->pub.call_pass_startup = FALSE;
480 * This is called by jpeg_write_scanlines if call_pass_startup is TRUE.
491 cinfo->master->call_pass_startup = FALSE; /* reset flag so call only once */
jpegint.h 51 boolean call_pass_startup; /* True if pass_startup must be called */ member in struct:jpeg_comp_master

Completed in 244 milliseconds