Searched defs:now_us (Results 1 – 2 of 2) sorted by relevance
488 const int64_t now_us = (curtime.tv_sec * 1000000000LL + curtime.tv_nsec) / 1000; in get_current_output_position() local901 const int64_t now_us = (t.tv_sec * 1000000000LL + t.tv_nsec) / 1000; in get_current_input_position() local
6345 optional int64 now_us = 11; field