Home
last modified time | relevance | path

Searched refs:optical_resolution (Results 1 - 8 of 8) sorted by relevance

/third_party/backends/backend/genesys/
H A Dsettings.cpp80 optical_resolution == other.optical_resolution && in operator ==()
120 << " optical_resolution: " << session.optical_resolution << '\n' in operator <<()
H A Dsensor.h241 unsigned optical_resolution = 0; member
317 if (optical_resolution != 0) in get_optical_resolution()
318 return optical_resolution; in get_optical_resolution()
346 optical_resolution == other.optical_resolution && in operator ==()
H A Dlow.cpp764 s.pixel_endx = s.pixel_startx + s.optical_pixels * s.full_resolution / s.optical_resolution; in compute_session_pixel_offsets()
773 unsigned startx_xres = s.optical_resolution; in compute_session_pixel_offsets()
823 auto optical_resolution = sensor.get_optical_resolution(); in session_adjust_output_pixels() local
826 unsigned optical_pixels = (output_pixels * optical_resolution) / output_xresolution; in session_adjust_output_pixels()
842 2 * sensor.full_resolution / optical_resolution); in session_adjust_output_pixels()
853 output_pixels = (optical_pixels * output_xresolution) / optical_resolution; in session_adjust_output_pixels()
912 s.optical_resolution = sensor.get_optical_resolution(); 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()
996 unsigned startx_xres = s.optical_resolution; in compute_session()
[all...]
H A Dtables_sensor.cpp173 unsigned optical_resolution; in genesys_init_sensor_tables() member
269 sensor.optical_resolution = setting.optical_resolution; in genesys_init_sensor_tables()
386 unsigned optical_resolution; in genesys_init_sensor_tables() member
436 sensor.optical_resolution = setting.optical_resolution; in genesys_init_sensor_tables()
468 unsigned optical_resolution; in genesys_init_sensor_tables() member
486 sensor.optical_resolution = setting.optical_resolution; in genesys_init_sensor_tables()
516 unsigned optical_resolution; in genesys_init_sensor_tables() member
566 unsigned optical_resolution; genesys_init_sensor_tables() member
1761 unsigned optical_resolution; genesys_init_sensor_tables() member
1888 unsigned optical_resolution; genesys_init_sensor_tables() member
2180 unsigned optical_resolution; genesys_init_sensor_tables() member
2418 unsigned optical_resolution; genesys_init_sensor_tables() member
2595 unsigned optical_resolution; genesys_init_sensor_tables() member
2772 unsigned optical_resolution; genesys_init_sensor_tables() member
2974 unsigned optical_resolution; genesys_init_sensor_tables() member
3184 unsigned optical_resolution; genesys_init_sensor_tables() member
3755 unsigned optical_resolution; genesys_init_sensor_tables() member
[all...]
H A Dsettings.h195 unsigned optical_resolution = 0; member
328 serialize(str, x.optical_resolution); in serialize()
H A Dgl124.cpp694 session.optical_resolution / session.full_resolution); in gl124_init_optical_regs_scan()
H A Dgl843.cpp991 session.optical_resolution / session.full_resolution) >> 1); in gl843_init_optical_regs_scan()
H A Dgl841.cpp2139 unsigned beginpixel = dev->session.params.startx * dev->session.optical_resolution / in send_shading_data()

Completed in 13 milliseconds