Searched refs:srcinfo (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djctrans.c67 jpeg_copy_critical_parameters (j_decompress_ptr srcinfo, argument
79 dstinfo->image_width = srcinfo->image_width;
80 dstinfo->image_height = srcinfo->image_height;
81 dstinfo->input_components = srcinfo->num_components;
82 dstinfo->in_color_space = srcinfo->jpeg_color_space;
88 jpeg_set_colorspace(dstinfo, srcinfo->jpeg_color_space);
89 dstinfo->data_precision = srcinfo->data_precision;
90 dstinfo->CCIR601_sampling = srcinfo->CCIR601_sampling;
93 if (srcinfo->quant_tbl_ptrs[tblno] != NULL) {
98 srcinfo
[all...]
H A Djpeglib.h1022 EXTERN(void) jpeg_copy_critical_parameters JPP((j_decompress_ptr srcinfo,

Completed in 293 milliseconds