Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraDisplay.cpp144 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()
DQCameraDisplay.h40 #define NSEC_PER_MSEC 1000000LLU macro