Searched refs:XCAM_SECONDS_2_TIMESTAMP (Results 1 – 2 of 2) sorted by relevance
54 …ods = ((uint64_t)exposure_time) * _sensor_data.vt_pix_clk_freq_mhz / XCAM_SECONDS_2_TIMESTAMP (1); in exposure_time_to_integration()69 exposure_time = pixel_periods * XCAM_SECONDS_2_TIMESTAMP(1) / _sensor_data.vt_pix_clk_freq_mhz; in exposure_integration_to_time()
101 #define XCAM_SECONDS_2_TIMESTAMP(t) ((t)*1000000) macro