Home
last modified time | relevance | path

Searched refs:start_input (Results 1 – 7 of 7) sorted by relevance

/external/libjpeg-turbo/
Dcdjpeg.h31 void (*start_input) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo); member
Drdtarga.c499 source->pub.start_input = start_input_tga; in jinit_read_targa()
Dcjpeg.c702 (*src_mgr->start_input) (&cinfo, src_mgr); in cjpeg()
Drdgif.c686 source->pub.start_input = start_input_gif; in jinit_read_gif()
Drdbmp.c678 source->pub.start_input = start_input_bmp; in jinit_read_bmp()
Drdppm.c770 source->pub.start_input = start_input_ppm;
Dturbojpeg.c2109 (*src->start_input) (cinfo, src); in tjLoadImage()