Searched refs:mLastFrameTimestampUs (Results 1 – 7 of 7) sorted by relevance
218 mLastFrameTimestampUs(0), in CameraSource()911 mLastFrameTimestampUs - mFirstFrameTimeUs); in reset()1094 mLastFrameTimestampUs); in read()1157 if (timestampUs <= mLastFrameTimestampUs) { in shouldSkipFrameLocked()1159 (long long)timestampUs, (long long)mLastFrameTimestampUs); in shouldSkipFrameLocked()1162 if (timestampUs - mLastFrameTimestampUs > mGlitchDurationThresholdUs) { in shouldSkipFrameLocked()1167 mLastFrameTimestampUs = timestampUs; in shouldSkipFrameLocked()
286 mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()315 *timestampUs = mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()
64 mLastFrameTimestampUs(0), in AudioSource()389 mLastFrameTimestampUs = timeUs; in dataCallback()
107 int64_t mLastFrameTimestampUs; member
205 int64_t mLastFrameTimestampUs; variable
368 int64_t mLastFrameTimestampUs; variable
332 mLastFrameTimestampUs(-1), in GraphicBufferSource()740 mLastFrameTimestampUs = itemTimeUs; in fillCodecBuffer_l()1368 mLastFrameTimestampUs == -1 ? 0 : mStopTimeUs - mLastFrameTimestampUs; in getStopTimeOffsetUs()