Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dbh.h63 /* specify a fudge factor in mm for border around decoded barcodes */
357 SANE_Bool barcodes; member
649 #define SANE_DESC_BARCODE_SEARCH_COUNT "Number of barcodes to search for in the scanned image"
657 #define SANE_DESC_BARCODE_SEARCH_MODE "Chooses the orientation of barcodes to be searched"
755 /* 0xA1 thru 0xA8 read front page barcodes in sections 1 thru 8 respectively */
757 /* 0xB1 thru 0xB8 read back page barcodes in sections 1 thru 8 respectively */
H A Dbh.c559 DBG (3, "read_barcode_data: found %d barcodes, returning %s\n", in read_barcode_data()
1568 /* see whether we'll be decoding barcodes and in start_setup()
1569 * set the barcodes flag appropriately in start_setup()
1573 s->barcodes = SANE_FALSE; in start_setup()
1577 s->barcodes = SANE_TRUE; in start_setup()
1632 /* barcodes */ in start_setup()
1634 if (s->barcodes) in start_setup()
1723 DBG(5, "start_setup: duplex=%s, barcodes=%s, patchcodes=%s, " in start_setup()
1726 (s->barcodes == SANE_TRUE) ? "yes" : "no", in start_setup()
1777 if (s->barcodes in start_setup()
[all...]

Completed in 7 milliseconds