Searched refs:NSEC_PER_MSEC (Results 1 – 3 of 3) sorted by relevance
37 #define NSEC_PER_MSEC 1000000L macro126 ts_timeout = ts_add_ns(ts, bwt * NSEC_PER_MSEC); in block_recv()132 ts = ts_add_ns(ts, 2 * NSEC_PER_MSEC); in block_recv()
144 mSet_timestamp_num_ns_prior_to_vsync = atoi(value) * NSEC_PER_MSEC; in QCameraDisplay()146 mVfe_and_mdp_freq_wiggle_filter_max_ns = atoi(value) * NSEC_PER_MSEC; in QCameraDisplay()148 mVfe_and_mdp_freq_wiggle_filter_min_ns = atoi(value) * NSEC_PER_MSEC; in QCameraDisplay()
40 #define NSEC_PER_MSEC 1000000LLU macro