Searched refs:r_time (Results 1 - 8 of 8) sorted by relevance
/third_party/backends/backend/ |
H A D | gt68xx_generic.c | 159 req[4] = LOBYTE (params->r_time); in gt68xx_generic_set_exposure_time() 160 req[5] = HIBYTE (params->r_time); in gt68xx_generic_set_exposure_time() 167 params->r_time, params->g_time, params->b_time); in gt68xx_generic_set_exposure_time()
|
H A D | artec_eplus48u.c | 815 dev->exp_params.r_time = exp_params.r_time; in attach() 1440 req[4] = LOBYTE (params->r_time); in artec48u_generic_set_exposure_time() 1441 req[5] = HIBYTE (params->r_time); in artec48u_generic_set_exposure_time() 3199 s->dev->exp_params.r_time += exp_off; in calibrate_scanner() 3210 s->dev->exp_params.r_time -= exp_off; in calibrate_scanner() 3268 s->dev->exp_params.r_time, s->dev->exp_params.g_time, in calibrate_scanner() 3282 XDBG ((1, "option redExposure 0x%x\n", s->dev->exp_params.r_time)); in calibrate_scanner() 3294 s->dev->artec_48u_exposure_params.r_time = s->dev->exp_params.r_time; in calibrate_scanner() [all...] |
H A D | gt68xx_high.c | 724 DBG (3, "exposure 0x%02x 0x%02x 0x%02x\n", exposure->r_time, in gt68xx_scanner_calibrate() 1928 &exposure->r_time); in gt68xx_afe_cis_auto() 1949 scanner->exposure_params.r_time=exposure->r_time; in gt68xx_afe_cis_auto() 2401 scanner->dev->exposure->r_time = scanner->exposure_params.r_time; in gt68xx_assign_calibration()
|
H A D | artec_eplus48u.h | 131 SANE_Int r_time; /**< Red exposure time */ member
|
H A D | gt68xx_low.h | 189 SANE_Int r_time; /**< Red exposure time */ member
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 124 int_fast32_t r_time; /* transition time of rule */ member 822 strp = getoffset(strp, &rulep->r_time); in getrule() 823 } else rulep->r_time = 2 * SECSPERHOUR; /* default = 2:00:00 */ in getrule() 915 return value + rulep->r_time + offset; in transtime()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 122 int_fast32_t r_time; /* transition time of rule */ member 820 strp = getoffset(strp, &rulep->r_time); in getrule() 821 } else rulep->r_time = 2 * SECSPERHOUR; /* default = 2:00:00 */ in getrule() 913 return value + rulep->r_time + offset; in transtime()
|
/third_party/tzdata/ |
H A D | localtime.c | 151 int_fast32_t r_time; /* transition time of rule */ member 985 strp = getoffset(strp, &rulep->r_time); in getrule() 986 } else rulep->r_time = 2 * SECSPERHOUR; /* default = 2:00:00 */ in getrule() 1079 return value + rulep->r_time + offset; in transtime()
|
Completed in 19 milliseconds