Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DCameraSourceTimeLapse.cpp269 mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()
298 *timestampUs = mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()
DCameraSource.cpp218 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()
DAudioSource.cpp62 mLastFrameTimestampUs(0), in AudioSource()
382 mLastFrameTimestampUs = timeUs; in dataCallback()
/frameworks/av/media/libstagefright/include/media/stagefright/
DAudioSource.h102 int64_t mLastFrameTimestampUs; member
DCameraSource.h205 int64_t mLastFrameTimestampUs; variable
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp293 mLastFrameTimestampUs(-1), in GraphicBufferSource()
685 mLastFrameTimestampUs = itemTimeUs; in fillCodecBuffer_l()
1285 mLastFrameTimestampUs == -1 ? 0 : mStopTimeUs - mLastFrameTimestampUs; in getStopTimeOffsetUs()
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
DGraphicBufferSource.h357 int64_t mLastFrameTimestampUs; variable