| /third_party/backends/backend/ |
| H A D | dell1600n_net.c | 634 unsigned int width, height, imageSize; in sane_get_parameters() local 1797 int numPixels, iPixel, width, heigh in ProcessPageData() local [all...] |
| H A D | artec.c | 143 double width; /* width in inches */ member 884 static SANE_Int width; in artec_buffer_line_offset() local 3168 double width, height; sane_get_parameters() local [all...] |
| H A D | agfafocus.c | 423 int width; in set_window() local 1622 double width, height, dpi; in sane_get_parameters() local [all...] |
| H A D | canon_lide70-common.c | 74 long width, height; /* at scan resolution */ member 2758 long width = chndl->params.pixels_per_line; in preread() local 2915 long width = chndl->params.pixels_per_line; do_scan() local [all...] |
| H A D | fujitsu.c | 8404 int width = (s->jpeg_x_byte << 8) | in[i]; read_from_JPEGduplex() local 9962 int width = s->page_width + 2 * (s->os_x_basic*1200/s->basic_x_res); get_page_width() local [all...] |
| H A D | epjitsu.c | 1990 int img_heads, img_pages, width; in change_params() local 3623 int width; send_lut() local 4565 binarize_line(struct scanner *s, unsigned char *lineOut, int width) binarize_line() argument [all...] |
| H A D | canon.h | 275 SANE_Int width; member
|
| H A D | coolscan.h | 158 double width; /* use this width of scan-area */ member
|
| H A D | hs2p.h | 321 double width, length; /* paper dimensions in mm */ member
|
| H A D | ibm.h | 287 SANE_Int width; member 331 SANE_Byte width[4]; member
|
| H A D | lexmark_low.c | 5477 average_area (SANE_Byte * regs, SANE_Byte * data, int width, int height, in average_area() argument [all...] |
| H A D | magicolor.c | 866 cmd_set_scanning_parameters(SANE_Handle handle, unsigned char resolution, unsigned char color_mode, unsigned char brightness, unsigned char contrast, int tl_x, int tl_y, int width, int height, unsigned char source) cmd_set_scanning_parameters() argument
|
| H A D | sharp.h | 248 SANE_Int width; member 305 SANE_Byte width[4]; member
|
| H A D | nec.c | 2553 int width, length, res; in sane_get_parameters() local [all...] |
| H A D | mustek_usb_high.h | 124 SANE_Word width; member 184 SANE_Word width; member 332 double width; member
|
| H A D | nec.h | 238 SANE_Int width; member 299 SANE_Byte width[4]; member
|
| H A D | rts8891.c | 256 write_gray_data (unsigned char *image, char *name, SANE_Int width, in write_gray_data() argument 272 write_rgb_data (char *name, unsigned char *image, SANE_Int width, in write_rgb_data() argument 2869 average_area (int color, SANE_Byte * data, int width, int height, in average_area() argument 3023 int width = 1200; find_origin() local 3338 int width = 250; find_margin() local 4874 int width = CALIBRATION_WIDTH; gain_calibration() local 6131 int width; shading_calibration() local 6282 int size, width, data_size; send_calibration_data() local [all...] |
| H A D | teco2.h | 377 int width; /* width of the scan area in mm */ member
|
| H A D | hp5590_cmds.c | 1488 hp5590_set_scan_area(SANE_Int dn, enum proto_flags proto_flags, struct scanner_info *scanner_info, unsigned int top_x, unsigned int top_y, unsigned int width, unsigned int height, unsigned int dpi, enum color_depths color_depth, enum scan_modes scan_mode, enum scan_sources scan_source) hp5590_set_scan_area() argument 1711 hp5590_set_scan_params(SANE_Int dn, enum proto_flags proto_flags, struct scanner_info * scanner_info, unsigned int top_x, unsigned int top_y, unsigned int width, unsigned int height, unsigned int dpi, enum color_depths color_depth, enum scan_modes scan_mode, enum scan_sources scan_source) hp5590_set_scan_params() argument [all...] |
| H A D | kodakaio.c | 1214 cmd_set_scanning_parameters(SANE_Handle handle, int resolution, int tl_x, int tl_y, int width, int height, unsigned char source) cmd_set_scanning_parameters() argument [all...] |
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_hw.c | 398 int width = snd_pcm_format_width(format); in hw_params_call() local
|
| H A D | pcm_rate.c | 88 int width = snd_pcm_format_physical_width(format); in rate_alloc_tmp_buf() local 284 int width = snd_pcm_format_width(orig); in get_best_format() local
|
| /third_party/backends/backend/genesys/ |
| H A D | low.cpp | 380 auto width = get_pixels_from_row_bytes(format, session.output_line_bytes_raw); in read_unshuffled_image_from_scanner() local 476 auto width = pixels_per_line; in read_shuffled_image_from_scanner() local 1136 auto width = get_pixels_from_row_bytes(format, session.output_line_bytes_raw); in build_image_pipeline() local
|
| /third_party/backends/frontend/ |
| H A D | scanimage.c | 84 int width; /*WARNING: this is in bytes, get pixel width from param*/ member 1176 write_pnm_header (SANE_Frame format, int width, int height, int depth, FILE *ofp) in write_pnm_header() argument 1206 write_png_header(SANE_Frame format, int width, int height, int depth, int dpi, const char * icc_profile, FILE *ofp, png_structp* png_ptr, png_infop* info_ptr) write_png_header() argument 1286 write_jpeg_header(SANE_Frame format, int width, int height, int dpi, FILE *ofp, struct jpeg_compress_struct *cinfo, struct jpeg_error_mgr *jerr) write_jpeg_header() argument [all...] |
| /third_party/backends/sanei/ |
| H A D | sanei_magic.c | 280 int width = params->pixels_per_line; in sanei_magic_findEdges() local 1268 getTopEdge(int width, int height, int resolution, int * buff, double * finSlope, int * finXInter, int * finYInter) getTopEdge() argument 1379 getLine(int height, int width, int * buff, int slopes, double minSlope, double maxSlope, int offsets, int minOffset, int maxOffset, double * finSlope, int * finOffset, int * finDensity) getLine() argument 1596 getLeftEdge(int width, int height, int * top, int * bot, double slope, int * finXInter, int * finYInter) getLeftEdge() argument 1687 int width = params->pixels_per_line; sanei_magic_getTransY() local 1820 int width = params->pixels_per_line; sanei_magic_getTransX() local [all...] |