Searched refs:mTimerInterval (Results 1 – 2 of 2) sorted by relevance
49 mTimerInterval = std::chrono::milliseconds( in tryCapture()53 if (CC_LIKELY(mTimerInterval == 0ms || !setupMultiFrameCapture())) { in tryCapture()66 mTimerInterval); in tryCapture()167 ALOGD("Set up multi-frame capture, ms = %llu", mTimerInterval.count()); in setupMultiFrameCapture()
83 Interval mTimerInterval = 0ms; variable