Searched refs:real_depth (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/ |
H A D | coolscan3.c | 217 int samples_per_scan, depth, real_depth, bytes_per_pixel, shift_bits, member 2788 s->real_depth = (s->preview ? 8 : s->depth); in cs3_convert_options() 2789 s->bytes_per_pixel = (s->real_depth > 8 ? 2 : 1); in cs3_convert_options() 2790 s->shift_bits = 8 * s->bytes_per_pixel - s->real_depth; in cs3_convert_options() 2793 s->real_depth, s->bytes_per_pixel, s->shift_bits); in cs3_convert_options() 3030 cs3_pack_byte(s, s->real_depth); /* pixel composition */ in cs3_set_window()
|
H A D | hp3900_sane.c | 62 SANE_Int real_depth; member 1167 scanner->cnv.real_depth = FALSE; in options_init() 2178 (scanner->cnv.real_depth == TRUE) ? SANE_TRUE : SANE_FALSE; in option_set() 2365 s->cnv.real_depth = TRUE; in sane_start() 2367 s->cnv.real_depth = in sane_start() 2410 if ((s->cnv.real_depth == FALSE) && (depth < 16) in sane_start()
|
H A D | coolscan2.c | 252 int samples_per_scan, depth, real_depth, bytes_per_pixel, shift_bits, member 2636 s->real_depth = (s->preview ? 8 : s->depth); in cs2_convert_options() 2637 s->bytes_per_pixel = (s->real_depth > 8 ? 2 : 1); in cs2_convert_options() 2638 s->shift_bits = 8 * s->bytes_per_pixel - s->real_depth; in cs2_convert_options() 2945 cs2_pack_byte (s, s->real_depth); /* pixel composition */ in cs2_scan()
|
Completed in 9 milliseconds