Searched refs:S2NS (Results 1 – 2 of 2) sorted by relevance
121 constexpr static uint64_t S2NS = 1000000000; variable
474 int64_t timeNs = static_cast<int64_t>(time.tv_sec) * S2NS + static_cast<int64_t>(time.tv_nsec); in GetEncoderOutputBuffer()