Lines Matching refs:depth
729 data[0x19] = ((s->param->software_lineart) ? 8 : s->param->depth)
761 /*PDBG (pixma_dbg (4, "*send_scan_param gen. 3+ ***** Setting: channels=%hi depth=%hi ***** \n",
762 s->param->channels, s->param->depth));*/
765 data[0x1d] = ((s->param->software_lineart) ? 8 : s->param->depth)
1160 * ((s->param->software_lineart) ? 8 : s->param->depth) / 8; /* color channels count */
1318 /* PDBG (pixma_dbg (4, "*mp150_check_param***** Initially: channels=%u, depth=%u, x=%u, y=%u, w=%u, h=%u, xs=%u, wx=%u, gamma=%f *****\n",
1319 sp->channels, sp->depth, sp->x, sp->y, sp->w, sp->h, sp->xs, sp->wx, sp->gamma)); */
1331 sp->depth = 8;
1337 sp->depth = 16;
1341 sp->depth = 16;
1348 sp->depth = 1;
1378 sp->line_size = sp->w * sp->channels * (((sp->software_lineart) ? 8 : sp->depth) / 8); /* bytes per line per color after cropping */
1416 /*PDBG (pixma_dbg (4, "*mp150_check_param***** Finally: channels=%u, depth=%u, x=%u, y=%u, w=%u, h=%u, xs=%u, wx=%u *****\n",
1417 sp->channels, sp->depth, sp->x, sp->y, sp->w, sp->h, sp->xs, sp->wx));*/