Searched refs:interval_ns (Results 1 – 2 of 2) sorted by relevance
200 VideoFormat(int w, int h, int64_t interval_ns, uint32_t cc) { in VideoFormat()201 Construct(w, h, interval_ns, cc); in VideoFormat()208 void Construct(int w, int h, int64_t interval_ns, uint32_t cc) { in Construct()211 interval = interval_ns; in Construct()
370 int64_t interval_ns = in ReadFrame() local374 int interval_ms = static_cast<int>(interval_ns / kNumNanoSecsPerMilliSec); in ReadFrame()