Searched refs:lastFrameTimestamp (Results 1 – 1 of 1) sorted by relevance
356 int64_t lastFrameTimestamp = -1; in startVideoStream() local366 pHwCamera->requestNewFrame(this, lastFrameTimestamp); in startVideoStream()404 if (frame.timestamp > lastFrameTimestamp) { in startVideoStream()405 lastFrameTimestamp = frame.timestamp; in startVideoStream()