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