Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_device.cc290 uint64_t start_in_nanosec = 0; in Run() local
297 if (start_in_nanosec == 0) in Run()
298 start_in_nanosec = Now(); in Run()
303 if (start_in_nanosec) { in Run()
305 if (end_in_nanosec - start_in_nanosec >= time_in_sec * 1000000000ULL) in Run()