Home
last modified time | relevance | path

Searched refs:bBitDepth (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dplustek-usbscan.c258 scanning->sParam.bBitDepth > 8 && wDpi < 300 ) { in usb_SetAsicDpiY()
319 if( pParam->bBitDepth > 8 ) { in usb_SetColorAndBits()
322 } else if( pParam->bBitDepth == 8 ) { in usb_SetColorAndBits()
336 if (sp->bBitDepth == 1) { in usb_GetPhyPixels()
343 } else if (sp->bBitDepth == 8) { in usb_GetPhyPixels()
685 if( pParam->bBitDepth > 8 ) { in usb_GetMCLKDivider()
940 if((pParam->bBitDepth > 8) && in usb_GetMotorParam()
1591 pParam->bBitDepth = 8; in usb_SaveImageInfo()
1596 pParam->bBitDepth = 16; in usb_SaveImageInfo()
1610 pParam->bBitDepth = 16; in usb_SaveImageInfo()
[all …]
H A Dplustek-usbio.c151 if( sd->bBitDepth > 8 ) in dumpPicInit()
155 dPix.depth = sd->bBitDepth; in dumpPicInit()
H A Dplustek-usb.c286 sParam.bBitDepth = 8; in usb_initDev()
961 if( scan->sParam.bBitDepth <= 8 ) in usbDev_setScanEnv()
991 if( scan->sParam.bBitDepth > 8 ) { in usbDev_setScanEnv()
995 scan->sParam.bBitDepth = 8; in usbDev_setScanEnv()
1285 scan->dwGreenShift = (7UL+scan->sParam.bBitDepth) >> 3; in usbDev_Prepare()
H A Dplustek-usbshading.c226 tmp_sp->bBitDepth = 16; in usb_PrepareFineCal()
259 if( param->bBitDepth > 8 ) in usb_GetMCLK()
264 if( param->bBitDepth > 8 ) in usb_GetMCLK()
526 if( param->bBitDepth > 8 ) { in usb_GetSWOffsetGain()
542 if( param->bBitDepth > 8 ) { in usb_GetSWOffsetGain()
2243 m_ScanParam.bBitDepth = 16; in usb_PrepareCalibration()
2335 m_ScanParam.bBitDepth = 8; in usb_SpeedTest()
2905 ((scanning->sParam.bBitDepth == 8 &&
2912 if (scanning->sParam.bBitDepth > 8)
2917 if( scanning->sParam.bBitDepth > 8 )
H A Dplustek-usbcalfile.c351 sprintf( bd, "%u=", param->bBitDepth ); in usb_CreatePrefix()
837 tmp_sp->bBitDepth = 16; in usb_SaveCalSetShading()
H A Dplustek-usbimg.c1710 if (scan->sParam.bBitDepth > 8) { in usb_GetImageProc()
1764 if (scan->sParam.bBitDepth > 8) { in usb_GetImageProc()
1791 if (scan->sParam.bBitDepth > 8) { in usb_GetImageProc()
1841 if (scan->sParam.bBitDepth > 8) { in usb_GetImageProc()
1862 if( scan->sParam.bBitDepth == 8 ) { in usb_GetImageProc()
H A Dplustek-usb.h601 u_char bBitDepth; /**< 1/8/14 */ member
H A Dplustek-usbcal.c1284 if (scan->sParam.bBitDepth != 8) { in cano_DoCalibration()