Searched refs:white_balance (Results 1 - 5 of 5) sorted by relevance
/third_party/backends/backend/ |
H A D | hs2p.h | 150 SANE_Int white_balance; /* 00H Relative, 01H Absolute; power on default is relative */ member 501 #define get_white_balance(fd,val) (white_balance( (fd), (val), GET )) 502 #define set_white_balance(fd,val) (white_balance( (fd), (val), SET ))
|
H A D | hs2p-scsi.c | 194 info->white_balance == 1 ? "Absolute" : "Relative"); in ScannerDump() 219 DBG (DBG_info, "white balance = %#0x\n", info->white_balance); in ScannerDump() 1975 white_balance (int fd, int *val, SANE_Bool flag) in white_balance() function 1985 DBG (DBG_proc, ">> GET white_balance>> calling mode_sense\n"); in white_balance() 1995 *val = buf.white_balance; in white_balance() 2004 buf.white_balance = *val; /* Power on default is RELATIVE_WHITE */ in white_balance() 2014 DBG (DBG_proc, "<< white balance: buf.white_balance=%#02x\n", in white_balance() 2015 buf.white_balance); in white_balance()
|
H A D | hs2p-scsi.h | 551 SANE_Byte white_balance; /* "0" selects relative white mode (DEFAULT when power on) member
|
H A D | hs2p.c | 1139 status = get_white_balance (fd, &dev->info.white_balance); in attach() 1140 if (status != SANE_STATUS_GOOD && dev->info.white_balance != 0x01) in attach() 1144 dev->info.white_balance); in attach() 1145 dev->info.white_balance = RELATIVE_WHITE; in attach() 3052 DBG (DBG_info, "sane_start: setting white_balance to %d\n", in sane_start()
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 1757 pub white_balance: UsbCamWb, 1775 pub white_balance: UsbCamWb,
|
Completed in 17 milliseconds