Searched refs:mPrevCaptureUs (Results 1 – 2 of 2) sorted by relevance
62 mPrevCaptureUs(-1ll), in GraphicBufferSource()587 if (mPrevCaptureUs < 0ll) { in getTimestamp()589 mPrevCaptureUs = timeUs; in getTimestamp()593 int64_t nFrames = (timeUs + mTimePerCaptureUs / 2 - mPrevCaptureUs) in getTimestamp()600 mPrevCaptureUs = mPrevCaptureUs + nFrames * mTimePerCaptureUs; in getTimestamp()606 static_cast<long long>(mPrevCaptureUs), in getTimestamp()
272 int64_t mPrevCaptureUs; variable