Searched refs:mLastFrameTimestampUs (Results 1 – 7 of 7) sorted by relevance
123 mLastFrameTimestampUs(0), in CameraSource()773 mLastFrameTimestampUs - mFirstFrameTimeUs); in reset()890 mLastFrameTimestampUs); in read()958 if (timestampUs <= mLastFrameTimestampUs) { in shouldSkipFrameLocked()960 (long long)timestampUs, (long long)mLastFrameTimestampUs); in shouldSkipFrameLocked()963 if (timestampUs - mLastFrameTimestampUs > mGlitchDurationThresholdUs) { in shouldSkipFrameLocked()968 mLastFrameTimestampUs = timestampUs; in shouldSkipFrameLocked()
256 mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()285 *timestampUs = mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()
97 mLastFrameTimestampUs = 0; in set()420 mLastFrameTimestampUs = timeUs; in dataCallback()
120 int64_t mLastFrameTimestampUs; member
173 int64_t mLastFrameTimestampUs; variable
332 mLastFrameTimestampUs(-1), in GraphicBufferSource()740 mLastFrameTimestampUs = itemTimeUs; in fillCodecBuffer_l()1368 mLastFrameTimestampUs == -1 ? 0 : mStopTimeUs - mLastFrameTimestampUs; in getStopTimeOffsetUs()
368 int64_t mLastFrameTimestampUs; variable