Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Dconstants.h70 constexpr uint64_t SEC_TO_NSEC_TIMES = 1000000000; variable
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddcamera_stream.cpp379 return tp.tv_sec * SEC_TO_NSEC_TIMES + tp.tv_nsec; in GetVideoTimeStamp()