Home
last modified time | relevance | path

Searched defs:Microtek2_Scanner (Results 1 – 1 of 1) sorted by relevance

/third_party/backends/backend/
Dmicrotek2.h1018 typedef struct Microtek2_Scanner { struct
1019 struct Microtek2_Scanner *next; /* for linked list */ argument
1020 Microtek2_Device *dev; /* raw device info */
1021 Option_Value val[NUM_OPTIONS + 1]; /* option values for session */
1022 SANE_Parameters params; /* format, lastframe, lines, depth, ppl, bpl */
1023 SANE_Option_Descriptor sod[NUM_OPTIONS + 1]; /* option list for session */
1025 uint8_t *gamma_table;
1026 uint8_t *shading_image; /* used for shading image */
1027 uint8_t *condensed_shading_w; /* used when a model uses "read */
1028 uint8_t *condensed_shading_d; /* control bit", stores the relevant */
[all …]