Home
last modified time | relevance | path

Searched refs:start_input (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcdjpeg.h31 void (*start_input) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo); member
H A Dcjpeg.c702 (*src_mgr->start_input) (&cinfo, src_mgr); in cjpeg()
H A Drdtarga.c17 * at the start of the file; start_input may need work if the
498 /* Fill in method ptrs, except get_pixel_rows which start_input sets */ in GLOBAL()
499 source->pub.start_input = start_input_tga; in GLOBAL()
H A Drdbmp.c22 * at the start of the file; start_input may need work if the
677 /* Fill in method ptrs, except get_pixel_rows which start_input sets */ in GLOBAL()
678 source->pub.start_input = start_input_bmp; in GLOBAL()
H A Drdgif.c17 * at the start of the file; start_input may need work if the
685 /* Fill in method ptrs, except get_pixel_rows which start_input sets */ in GLOBAL()
686 source->pub.start_input = start_input_gif; in GLOBAL()
H A Drdppm.c20 * at the start of the file; start_input may need work if the
769 /* Fill in method ptrs, except get_pixel_rows which start_input sets */
770 source->pub.start_input = start_input_ppm;
H A Dturbojpeg.c2109 (*src->start_input) (cinfo, src); in tjLoadImage()
/third_party/backends/backend/
H A Dnec.c3502 size_t start_input, bytes_per_line_in; in sane_read_shuffled() local
3548 start_input = s->params.bytes_per_line; in sane_read_shuffled()
3563 start_input = s->dev->info.bufsize - nread; in sane_read_shuffled()
3568 status = read_data (s, &(s->buffer[start_input]), &nread); in sane_read_shuffled()
3570 status = read_data (s, &(s->buffer[start_input]), &nread); in sane_read_shuffled()
3611 red = &(s->buffer[start_input + line * bytes_per_line_in]); in sane_read_shuffled()
H A Dsharp.c4006 size_t start_input, bytes_per_line_in; in sane_read_shuffled() local
4044 start_input = s->params.bytes_per_line; in sane_read_shuffled()
4059 start_input = s->dev->info.bufsize - nread; in sane_read_shuffled()
4064 status = read_data (s, &(s->buffer[start_input]), &nread); in sane_read_shuffled()
4067 status = read_data (s, &(s->buffer[start_input]), &nread); in sane_read_shuffled()
4108 red = &(s->buffer[start_input + line * bytes_per_line_in]); in sane_read_shuffled()

Completed in 16 milliseconds