Home
last modified time | relevance | path

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

/third_party/weston/libweston/
Dtde-render-part.cpp224 constexpr int secToUsec = 1000 * 1000; in dump_to_file() local
225 int64_t nowVal = (int64_t)now.tv_sec * secToUsec + (int64_t)now.tv_usec; in dump_to_file()