Searched refs:mPrevCaptureUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp140 mPrevCaptureUs(-1ll),
693 if (mPrevCaptureUs < 0ll) {
695 mPrevCaptureUs = timeUs;
699 int64_t nFrames = (timeUs + mTimePerCaptureUs / 2 - mPrevCaptureUs)
706 mPrevCaptureUs = mPrevCaptureUs + nFrames * mTimePerCaptureUs;
712 static_cast<long long>(mPrevCaptureUs),
H A DGraphicBufferSource.h320 int64_t mPrevCaptureUs; member in class:android::GraphicBufferSource

Completed in 172 milliseconds