Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DCameraSource.cpp124 mLastFrameTimestampUs(0), in CameraSource()
778 mLastFrameTimestampUs - mFirstFrameTimeUs); in reset()
895 mLastFrameTimestampUs); in read()
963 if (timestampUs <= mLastFrameTimestampUs) { in shouldSkipFrameLocked()
965 (long long)timestampUs, (long long)mLastFrameTimestampUs); in shouldSkipFrameLocked()
968 if (timestampUs - mLastFrameTimestampUs > mGlitchDurationThresholdUs) { in shouldSkipFrameLocked()
973 mLastFrameTimestampUs = timestampUs; in shouldSkipFrameLocked()
DCameraSourceTimeLapse.cpp256 mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()
285 *timestampUs = mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()
DAudioSource.cpp85 mLastFrameTimestampUs = 0; in set()
407 mLastFrameTimestampUs = timeUs; in onMoreData()
/frameworks/av/media/libstagefright/include/media/stagefright/
DAudioSource.h120 int64_t mLastFrameTimestampUs; member
DCameraSource.h173 int64_t mLastFrameTimestampUs; variable
/frameworks/av/media/module/bqhelper/include/media/stagefright/bqhelper/
DGraphicBufferSource.h380 int64_t mLastFrameTimestampUs; variable
/frameworks/av/media/module/bqhelper/
DGraphicBufferSource.cpp332 mLastFrameTimestampUs(-1), in GraphicBufferSource()
740 mLastFrameTimestampUs = itemTimeUs; in fillCodecBuffer_l()
1380 mLastFrameTimestampUs == -1 ? 0 : mStopTimeUs - mLastFrameTimestampUs; in getStopTimeOffsetUs()