Lines Matching defs:param
200 * @param min - pointer to the min OFF point for the CIS-channel
201 * @param max - pointer to the max OFF point for the CIS-channel
202 * @param off - pointer to the current OFF point of the CIS-channel
203 * @param val - current value to check
944 ScanParam *param = &dev->scanning.sParam;
1011 val = ((int)(red/m_ScanParam.Size.dwPhyLines) + param->swOffset[0]);
1018 val = ((int)(green/m_ScanParam.Size.dwPhyLines) + param->swOffset[1]);
1025 val = ((int)(blue/m_ScanParam.Size.dwPhyLines) + param->swOffset[2]);
1045 a_wDarkShading[i]= gray/j + param->swOffset[0];
1072 ScanParam *param = &dev->scanning.sParam;
1147 red = (65535.*1000./(double)param->swGain[0]) * 16384.*j/red;
1148 green = (65535.*1000./(double)param->swGain[1]) * 16384.*j/green;
1149 blue = (65535.*1000./(double)param->swGain[2]) * 16384.*j/blue;
1168 gray = (65535.*1000./(double)param->swGain[0]) * 16384.*j/gray;