Searched refs:mLastFrameTimestampUs (Results 1 – 7 of 7) sorted by relevance
269 mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()298 *timestampUs = mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()
218 mLastFrameTimestampUs(0), in CameraSource()909 mLastFrameTimestampUs - mFirstFrameTimeUs); in reset()1088 mLastFrameTimestampUs); in read()1142 if (timestampUs <= mLastFrameTimestampUs) { in shouldSkipFrameLocked()1144 (long long)timestampUs, (long long)mLastFrameTimestampUs); in shouldSkipFrameLocked()1147 if (timestampUs - mLastFrameTimestampUs > mGlitchDurationThresholdUs) { in shouldSkipFrameLocked()1152 mLastFrameTimestampUs = timestampUs; in shouldSkipFrameLocked()
62 mLastFrameTimestampUs(0), in AudioSource()382 mLastFrameTimestampUs = timeUs; in dataCallback()
102 int64_t mLastFrameTimestampUs; member
205 int64_t mLastFrameTimestampUs; variable
293 mLastFrameTimestampUs(-1), in GraphicBufferSource()685 mLastFrameTimestampUs = itemTimeUs; in fillCodecBuffer_l()1285 mLastFrameTimestampUs == -1 ? 0 : mStopTimeUs - mLastFrameTimestampUs; in getStopTimeOffsetUs()
357 int64_t mLastFrameTimestampUs; variable