Home
last modified time | relevance | path

Searched refs:CH_CCD_SPECTRAL_RESOLUTION (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/colord/colord-1.3.5/lib/colorhug/
H A Dch-common.h1499 #define CH_CCD_SPECTRAL_RESOLUTION 1024 macro
H A Dch-device-queue.c1751 g_return_if_fail (indexes[0] < CH_CCD_SPECTRAL_RESOLUTION); in ch_device_queue_set_ccd_calibration()
1752 g_return_if_fail (indexes[1] < CH_CCD_SPECTRAL_RESOLUTION); in ch_device_queue_set_ccd_calibration()
1753 g_return_if_fail (indexes[2] < CH_CCD_SPECTRAL_RESOLUTION); in ch_device_queue_set_ccd_calibration()
H A Dch-device.c2358 #define CH_SPECTRUM_STORAGE_SIZE (CH_CCD_SPECTRAL_RESOLUTION * sizeof(guint16))
2404 if (cd_spectrum_get_size (sp) != CH_CCD_SPECTRAL_RESOLUTION) { in ch_device_set_spectrum_full()