Searched refs:rec_outbuf_height (Results 1 – 5 of 5) sorted by relevance
373 cinfo->rec_outbuf_height = cinfo->max_v_samp_factor; in jpeg_calc_output_dimensions()375 cinfo->rec_outbuf_height = 1; in jpeg_calc_output_dimensions()
527 int rec_outbuf_height; /* min recommended height of scanline buffer */ member
1330 int rec_outbuf_height Recommended height of scanline buffer.1336 rec_outbuf_height is the recommended minimum height (in scanlines) of the1339 copying. In high-quality modes, rec_outbuf_height is always 1, but some1342 go to the trouble of honoring rec_outbuf_height so as to avoid data copying.1343 (An output buffer larger than rec_outbuf_height lines is OK, but won't
549 SkASSERT(1 == dinfo->rec_outbuf_height); in onGetPixels()
599 SkASSERT(1 == dinfo->rec_outbuf_height); in onGetPixels()