Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DPreviewFrameSpacer.cpp62 nsecs_t readoutInterval = buffer.readoutTimestamp - mLastCameraReadoutTime; in threadLoop() local
65 if (readoutInterval >= kFrameIntervalThreshold) { in threadLoop()
74 nsecs_t expectedQueueTime = mLastCameraPresentTime + readoutInterval - kFrameAdjustThreshold; in threadLoop()
84 ", timestamp %" PRId64, __FUNCTION__, readoutInterval, in threadLoop()