Home
last modified time | relevance | path

Searched refs:mLastFrameTimestampUs (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
DCameraSource.cpp195 mLastFrameTimestampUs(0), in CameraSource()
886 mLastFrameTimestampUs - mFirstFrameTimeUs); in reset()
1032 mLastFrameTimestampUs); in read()
1065 if (timestampUs <= mLastFrameTimestampUs) { in shouldSkipFrameLocked()
1067 (long long)timestampUs, (long long)mLastFrameTimestampUs); in shouldSkipFrameLocked()
1070 if (timestampUs - mLastFrameTimestampUs > mGlitchDurationThresholdUs) { in shouldSkipFrameLocked()
1075 mLastFrameTimestampUs = timestampUs; in shouldSkipFrameLocked()
DCameraSourceTimeLapse.cpp269 mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()
298 *timestampUs = mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()
/frameworks/av/include/media/stagefright/
DCameraSource.h200 int64_t mLastFrameTimestampUs; variable