Lines Matching refs:sensor_id

37     sensor.sensor_id = SensorId::CCD_UMAX; // gl646
79 sensor.sensor_id = SensorId::CCD_ST12; // gl646
119 sensor.sensor_id = SensorId::CCD_ST24; // gl646
161 sensor.sensor_id = SensorId::CCD_5345; // gl646
282 sensor.sensor_id = SensorId::CCD_HP2400; // gl646
374 sensor.sensor_id = SensorId::CCD_HP2300; // gl646
448 sensor.sensor_id = SensorId::CIS_CANON_LIDE_35; // gl841
496 sensor.sensor_id = SensorId::CIS_CANON_LIDE_60; // gl841
544 sensor.sensor_id = SensorId::CIS_CANON_LIDE_90; // gl842
607 sensor.sensor_id = SensorId::CIS_XP200; // gl646
660 sensor.sensor_id = SensorId::CCD_HP3670; // gl646
761 sensor.sensor_id = SensorId::CCD_DP665; // gl841
803 sensor.sensor_id = SensorId::CCD_ROADWARRIOR; // gl841
846 sensor.sensor_id = SensorId::CCD_DSMOBILE600; // gl841
888 sensor.sensor_id = SensorId::CCD_XP300; // gl841
930 sensor.sensor_id = SensorId::CCD_DOCKETPORT_487; // gl841
972 sensor.sensor_id = SensorId::CCD_DP685; // gl841
1015 sensor.sensor_id = SensorId::CIS_CANON_LIDE_200; // gl847
1152 sensor.sensor_id = SensorId::CIS_CANON_LIDE_700F; // gl847
1295 sensor.sensor_id = SensorId::CIS_CANON_LIDE_100; // gl847
1403 sensor.sensor_id = SensorId::CCD_KVSS080; // gl843
1470 sensor.sensor_id = SensorId::CCD_G4050; // gl843
1610 sensor.sensor_id = SensorId::CCD_HP_4850C; // gl843
1747 sensor.sensor_id = SensorId::CCD_CANON_4400F; // gl843
1875 sensor.sensor_id = SensorId::CCD_CANON_5600F; // gl847
1998 sensor.sensor_id = SensorId::CCD_CANON_8400F; // gl843
2166 sensor.sensor_id = SensorId::CCD_CANON_8600F; // gl843
2345 sensor.sensor_id = SensorId::CCD_HP_N6310; // gl847
2406 sensor.sensor_id = SensorId::CIS_CANON_LIDE_110; // gl124
2583 sensor.sensor_id = SensorId::CIS_CANON_LIDE_120; // gl124
2760 sensor.sensor_id = SensorId::CIS_CANON_LIDE_210; // gl124
2962 sensor.sensor_id = SensorId::CIS_CANON_LIDE_220; // gl124
3165 sensor.sensor_id = SensorId::CCD_PLUSTEK_OPTICPRO_3600; // gl841
3213 sensor.sensor_id = SensorId::CCD_PLUSTEK_OPTICFILM_7200; // gl842
3266 sensor.sensor_id = SensorId::CCD_PLUSTEK_OPTICFILM_7200I; // gl843
3359 sensor.sensor_id = SensorId::CCD_PLUSTEK_OPTICFILM_7300; // gl843
3431 sensor.sensor_id = SensorId::CCD_PLUSTEK_OPTICFILM_7400; // gl845
3483 sensor.sensor_id = SensorId::CCD_PLUSTEK_OPTICFILM_7500I; // gl843
3569 sensor.sensor_id = SensorId::CCD_PLUSTEK_OPTICFILM_8200I; // gl845
3627 sensor.sensor_id = SensorId::CCD_IMG101; // gl846
3683 sensor.sensor_id = SensorId::CCD_PLUSTEK_OPTICBOOK_3800; // gl845
3734 sensor.sensor_id = SensorId::CIS_CANON_LIDE_80; // gl841
3788 sensor_to_asic[device.model().sensor_id] = device.model().asic_type;
3791 if (sensor_to_asic.count(sensor.sensor_id) == 0) {
3794 auto asic_type = sensor_to_asic[sensor.sensor_id];