Home | History | Annotate | Download | only in jpeg-6b

Lines Matching full:application

8  * This file contains application interface code for the decompression half
13 * Most of the routines intended to be called directly by an application
43 * But the application has already set the err pointer, and may have set
45 * Note: if application hasn't set client_data, tools like Purify may
73 /* Initialize marker processor so application can override methods
119 /* Note application may override our guesses. */
198 /* We set these in case application only sets quantize_colors. */
221 * values, and finally return JPEG_HEADER_OK. On return, the application may
223 * (Or, if the application only wanted to determine the image parameters,
227 * return JPEG_HEADER_TABLES_ONLY upon reaching EOI. The application may then
231 * requests suspension of the decompressor. In this case the application
257 if (require_image) /* Complain if application wanted an image */
259 /* Reset to start state; it would be safer to require the application to
297 /* Initialize application's data source module */