Searched defs:jvirt_sarray_control (Results 1 – 2 of 2) sorted by relevance
157 struct jvirt_sarray_control { struct158 JSAMPARRAY mem_buffer; /* => the in-memory buffer */159 JDIMENSION rows_in_array; /* total virtual array height */160 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */161 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */162 JDIMENSION rows_in_mem; /* height of memory buffer */163 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */164 JDIMENSION cur_start_row; /* first logical row # in the buffer */165 JDIMENSION first_undef_row; /* row # of first uninitialized row */166 boolean pre_zero; /* pre-zero mode requested? */[all …]
1094 struct jvirt_sarray_control { long dummy; }; argument