Searched refs:mLastFrameTimestampUs (Results 1 – 7 of 7) sorted by relevance
218 mLastFrameTimestampUs(0), in CameraSource()911 mLastFrameTimestampUs - mFirstFrameTimeUs); in reset()1090 mLastFrameTimestampUs); in read()1149 if (timestampUs <= mLastFrameTimestampUs) { in shouldSkipFrameLocked()1151 (long long)timestampUs, (long long)mLastFrameTimestampUs); in shouldSkipFrameLocked()1154 if (timestampUs - mLastFrameTimestampUs > mGlitchDurationThresholdUs) { in shouldSkipFrameLocked()1159 mLastFrameTimestampUs = timestampUs; in shouldSkipFrameLocked()
286 mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()315 *timestampUs = mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()
64 mLastFrameTimestampUs(0), in AudioSource()386 mLastFrameTimestampUs = timeUs; in dataCallback()
107 int64_t mLastFrameTimestampUs; member
205 int64_t mLastFrameTimestampUs; variable
331 mLastFrameTimestampUs(-1), in GraphicBufferSource()739 mLastFrameTimestampUs = itemTimeUs; in fillCodecBuffer_l()1347 mLastFrameTimestampUs == -1 ? 0 : mStopTimeUs - mLastFrameTimestampUs; in getStopTimeOffsetUs()
370 int64_t mLastFrameTimestampUs; variable