Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/inc/
Dvidc_debug.h160 int wait(uint64_t timeout_nsec) { in wait() argument
170 ts.tv_sec += timeout_nsec / 1000000000; in wait()
171 ts.tv_nsec += timeout_nsec % 1000000000; in wait()