Home
last modified time | relevance | path

Searched refs:is_ccd_grayscale (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/pixma/
H A Dpixma_mp750.c221 is_ccd_grayscale (pixma_t * s) in is_ccd_grayscale() function
231 : s->param->line_size) * ((is_ccd_grayscale (s)) ? 3 : 1); in get_cis_ccd_line_size()
249 data[0x19] = s->param->depth * ((is_ccd_grayscale (s)) ? 3 : s->param->channels); /* bits per pixel */ in send_scan_param()
605 /* if ((sp->channels == 3) || (is_ccd_grayscale (s))) in mp750_check_param()
644 if ((s->param->channels == 3) || (is_ccd_grayscale (s))) in mp750_scan()
702 c = ((is_ccd_grayscale (s)) ? 3 : s->param->channels) * s->param->depth / 8; /* single-byte or double-byte data */ in mp750_fill_buffer()
829 if (is_ccd_grayscale (s)) { in mp750_fill_buffer()
855 if (is_ccd_grayscale (s)) in mp750_fill_buffer()
862 if (is_ccd_grayscale (s)) in mp750_fill_buffer()

Completed in 2 milliseconds