Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DCameraSource.cpp218 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()
DCameraSourceTimeLapse.cpp286 mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()
315 *timestampUs = mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()
DAudioSource.cpp64 mLastFrameTimestampUs(0), in AudioSource()
386 mLastFrameTimestampUs = timeUs; in dataCallback()
/frameworks/av/media/libstagefright/include/media/stagefright/
DAudioSource.h107 int64_t mLastFrameTimestampUs; member
DCameraSource.h205 int64_t mLastFrameTimestampUs; variable
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp331 mLastFrameTimestampUs(-1), in GraphicBufferSource()
739 mLastFrameTimestampUs = itemTimeUs; in fillCodecBuffer_l()
1347 mLastFrameTimestampUs == -1 ? 0 : mStopTimeUs - mLastFrameTimestampUs; in getStopTimeOffsetUs()
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
DGraphicBufferSource.h370 int64_t mLastFrameTimestampUs; variable