Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DPreviewFrameSpacer.h89 static constexpr nsecs_t kFrameAdjustThreshold = 2000000LL; // 2ms variable
DPreviewFrameSpacer.cpp74 nsecs_t expectedQueueTime = mLastCameraPresentTime + readoutInterval - kFrameAdjustThreshold; in threadLoop()