Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp73 constexpr nsecs_t kIntervalNs = nsecs_t(10) * 1000 * 1000; // 10ms in threadLoop() local
74 constexpr nsecs_t kWaitNs = kIntervalNs * 2; in threadLoop()
83 nowNs - queue.lastQueuedTimestampNs < kIntervalNs)) { in threadLoop()