Searched refs:dwPhyPixels (Results 1 - 7 of 7) sorted by relevance
/third_party/backends/backend/ |
H A D | plustek-usbcal.c | 334 DBG( _DBG_INFO2, "* PhyPixels = %lu\n", m_ScanParam.Size.dwPhyPixels); in cano_AdjustLightsource() 350 dwLoop1 = m_ScanParam.Size.dwPhyPixels/dwDiv; in cano_AdjustLightsource() 365 [dw+m_ScanParam.Size.dwPhyPixels+1]; in cano_AdjustLightsource() 367 [dw+(m_ScanParam.Size.dwPhyPixels+1)*2]; in cano_AdjustLightsource() 576 DBG( _DBG_INFO2, "PhyPixels = %lu\n", m_ScanParam.Size.dwPhyPixels ); in cano_AdjustGain() 591 u_long dwLoop1 = m_ScanParam.Size.dwPhyPixels/dwDiv, dwLoop2; in cano_AdjustGain() 604 [dw+m_ScanParam.Size.dwPhyPixels+1]; in cano_AdjustGain() 606 [dw+(m_ScanParam.Size.dwPhyPixels+1)*2]; in cano_AdjustGain() 637 for( dw = 0; dw < m_ScanParam.Size.dwPhyPixels; dw++ ) { in cano_AdjustGain() 807 DBG( _DBG_INFO2, "dwPhyPixels in cano_AdjustOffset() [all...] |
H A D | plustek-usbshading.c | 863 DBG( _DBG_INFO2, "PhyPixels = %lu\n", m_ScanParam.Size.dwPhyPixels ); in usb_AdjustGain() 865 if( end > m_ScanParam.Size.dwPhyPixels ) in usb_AdjustGain() 866 end = m_ScanParam.Size.dwPhyPixels; in usb_AdjustGain() 965 dwG += ((u_short*)scanbuf)[dw+m_ScanParam.Size.dwPhyPixels+1]; in usb_AdjustGain() 966 dwB += ((u_short*)scanbuf)[dw+(m_ScanParam.Size.dwPhyPixels+1)*2]; in usb_AdjustGain() 1336 DBG( _DBG_INFO2, "dwPhyPixels = %lu\n", m_ScanParam.Size.dwPhyPixels ); in usb_AdjustOffset() 1672 m_ScanParam.Size.dwPhyPixels, 1, in usb_AdjustDarkShading() 1675 usb_GetDarkShading( dev, a_wDarkShading + m_ScanParam.Size.dwPhyPixels, in usb_AdjustDarkShading() 1676 (HiLoDef*)scanbuf + m_ScanParam.Size.dwPhyPixels, in usb_AdjustDarkShading() [all...] |
H A D | plustek-usbcalfile.c | 785 DBG( _DBG_INFO2, "PhyPixels = %lu\n", sp->Size.dwPhyPixels ); in usb_FineShadingFromFile() 789 usb_get_shading_part(a_wDarkShading, offs, dim_d, sp->Size.dwPhyPixels); in usb_FineShadingFromFile() 790 usb_get_shading_part(a_wWhiteShading, offs, dim_w, sp->Size.dwPhyPixels); in usb_FineShadingFromFile() 825 DBG( _DBG_INFO2, "PhyPixels = %lu\n", sp->Size.dwPhyPixels ); in usb_SaveCalSetShading() 832 tmp_sp->Size.dwPixels, sp->Size.dwPhyPixels ); in usb_SaveCalSetShading() 834 tmp_sp->Size.dwPixels, sp->Size.dwPhyPixels ); in usb_SaveCalSetShading()
|
H A D | plustek-usbscan.c | 339 sp->Size.dwPhyPixels = in usb_GetPhyPixels() 341 sp->Size.dwPhyBytes = sp->Size.dwPhyPixels / 8UL + 2UL; in usb_GetPhyPixels() 346 sp->Size.dwPhyPixels = (sp->Size.dwValidPixels + 1UL) & 0xfffffffeUL; in usb_GetPhyPixels() 347 sp->Size.dwPhyBytes = sp->Size.dwPhyPixels * sp->bChannels + 2UL; in usb_GetPhyPixels() 356 sp->Size.dwPhyPixels = sp->Size.dwValidPixels; in usb_GetPhyPixels() 357 sp->Size.dwPhyBytes = sp->Size.dwPhyPixels * 2 * sp->bChannels + 2UL; in usb_GetPhyPixels() 416 sp->Size.dwPhyPixels + 0.5); in usb_GetScanRect()
|
H A D | plustek-usb.h | 570 u_long dwPhyPixels; /**< include pad pixels for ASIC (B/W, Gray) */ member 588 * dwPhyPixels, dwPhyBytes, dwPhyLines
|
H A D | plustek-usbimg.c | 227 for (dw = 0; dw < (scan->sParam.Size.dwPhyPixels - 1); dw++) in usb_AverageColorByte() 260 for (dw = 0; dw < (scan->sParam.Size.dwPhyPixels - 1); dw++) in usb_AverageColorWord() 295 for (dw = 0; dw < (scan->sParam.Size.dwPhyPixels - 1); dw++) in usb_AverageGrayByte() 314 for (dw = 0; dw < (scan->sParam.Size.dwPhyPixels - 1); dw++) in usb_AverageGrayWord()
|
H A D | plustek-usb.c | 1402 DBG(_DBG_INFO,"dwPhyPixels = %lu\n",scan->sParam.Size.dwPhyPixels); in usbDev_Prepare()
|
Completed in 12 milliseconds