Lines Matching refs:channel_count
1644 SANE_Int channel_count;
1741 channel_count = 3;
1745 scancfg->coord.width * (channel_count * channel_size);
1838 channel_count = 3;
1841 channel_count = 1;
1844 channel_count = (dev->scanmodes[mymode]->samplerate == PIXEL_RATE) ? 2 : 1; /*1 */
1849 bytesperline = mycoords.width * (channel_count * channel_size);
1850 imagewidth3 = bytesperline / channel_count;
1853 bytesperline - (aditional_dots * (channel_count * channel_size));
1854 dev->Resize->fromwidth = line_size / (channel_count * channel_size);