Searched refs:expectedQueueTime (Results 1 – 1 of 1) sorted by relevance
74 nsecs_t expectedQueueTime = mLastCameraPresentTime + readoutInterval - kFrameAdjustThreshold; in threadLoop() local75 nsecs_t frameWaitTime = std::min(kMaxFrameWaitTime, expectedQueueTime - currentTime); in threadLoop()