Home
last modified time | relevance | path

Searched refs:XCAM_SECONDS_2_TIMESTAMP (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/isp/
Dsensor_descriptor.cpp54 …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()
/external/libxcam/xcore/base/
Dxcam_defs.h101 #define XCAM_SECONDS_2_TIMESTAMP(t) ((t)*1000000) macro