Searched refs:output_resolution (Results 1 - 10 of 10) sorted by relevance
/third_party/backends/backend/genesys/ |
H A D | settings.cpp | 84 output_resolution == other.output_resolution && in operator ==() 124 << " output_resolution: " << session.output_resolution << '\n' in operator <<()
|
H A D | low.cpp | 777 if (s.output_resolution == 1200) { in compute_session_pixel_offsets() 780 if (s.output_resolution >= 2400) { in compute_session_pixel_offsets() 913 s.output_resolution = s.params.xres; in compute_session() 917 if (s.output_resolution > s.optical_resolution) { in compute_session() 927 s.optical_pixels = (s.output_pixels * s.optical_resolution) / s.output_resolution; in compute_session() 998 if (s.output_resolution == 1200) { in compute_session() 1001 if (s.output_resolution >= 2400) { in compute_session() 1010 (multi_segment_size_output * s.optical_resolution) / s.output_resolution; in compute_session() 1015 4 * s.optical_resolution / s.output_resolution); in compute_session() 1027 auto output_pixels_raw = (s.optical_pixels_raw * s.output_resolution) / in compute_session() [all...] |
H A D | settings.h | 208 unsigned output_resolution = 0; member 332 serialize(str, x.output_resolution); in serialize()
|
H A D | command_set_common.cpp | 222 setting.resolutions.matches(dev.session.output_resolution)) in set_motor_mode()
|
H A D | gl846.cpp | 578 const auto& dpihw_sensor = sanei_genesys_find_sensor(dev, session.output_resolution, in gl846_init_optical_regs_scan()
|
H A D | gl842.cpp | 500 const auto& dpihw_sensor = sanei_genesys_find_sensor(dev, session.output_resolution, in gl842_init_optical_regs_scan()
|
H A D | gl646.cpp | 809 write_control(dev, sensor, session.output_resolution); in init_regs_for_scan_session() 812 gl646_set_fe(dev, sensor, AFE_SET, session.output_resolution); in init_regs_for_scan_session()
|
H A D | gl847.cpp | 541 const auto& dpihw_sensor = sanei_genesys_find_sensor(dev, session.output_resolution, in gl847_init_optical_regs_scan()
|
H A D | gl124.cpp | 640 const auto& dpihw_sensor = sanei_genesys_find_sensor(dev, session.output_resolution, in gl124_init_optical_regs_scan()
|
H A D | gl843.cpp | 971 const auto& dpihw_sensor = sanei_genesys_find_sensor(dev, session.output_resolution, in gl843_init_optical_regs_scan()
|
Completed in 17 milliseconds