Lines Matching refs:depth
31 * - 12bit color-depth are now available for scanimage
73 * split scanmode and bit-depth
333 * bit-depth per pixel
346 scanner->params.depth = scanner->val[OPT_BIT_DEPTH].w;
350 scanner->params.depth = 1;
351 } else if( scanner->params.depth == 8 ) {
358 scanner->params.depth = 16;
734 /* bit depth */
2365 if (s->params.depth == 1)
2369 s->params.depth / 8;
2541 DBG( _DBG_SANE_INIT, "Bitdepth = %d\n", s->params.depth );