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

Lines Matching refs:src_mgr

469   cjpeg_source_ptr src_mgr;
564 src_mgr = select_file_type(&cinfo, input_file);
565 src_mgr->input_file = input_file;
568 (*src_mgr->start_input) (&cinfo, src_mgr);
584 num_scanlines = (*src_mgr->get_pixel_rows) (&cinfo, src_mgr);
585 (void) jpeg_write_scanlines(&cinfo, src_mgr->buffer, num_scanlines);
589 (*src_mgr->finish_input) (&cinfo, src_mgr);