Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DCameraSource.cpp123 mLastFrameTimestampUs(0), in CameraSource()
773 mLastFrameTimestampUs - mFirstFrameTimeUs); in reset()
890 mLastFrameTimestampUs); in read()
958 if (timestampUs <= mLastFrameTimestampUs) { in shouldSkipFrameLocked()
960 (long long)timestampUs, (long long)mLastFrameTimestampUs); in shouldSkipFrameLocked()
963 if (timestampUs - mLastFrameTimestampUs > mGlitchDurationThresholdUs) { in shouldSkipFrameLocked()
968 mLastFrameTimestampUs = timestampUs; in shouldSkipFrameLocked()
H A DCameraSourceTimeLapse.cpp256 mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()
285 *timestampUs = mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs; in skipFrameAndModifyTimeStamp()
H A DAudioSource.cpp97 mLastFrameTimestampUs = 0; in set()
420 mLastFrameTimestampUs = timeUs; in dataCallback()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DAudioSource.h120 int64_t mLastFrameTimestampUs; member
H A DCameraSource.h173 int64_t mLastFrameTimestampUs; variable
/aosp12/frameworks/av/media/libstagefright/bqhelper/
H A DGraphicBufferSource.cpp332 mLastFrameTimestampUs(-1), in GraphicBufferSource()
740 mLastFrameTimestampUs = itemTimeUs; in fillCodecBuffer_l()
1368 mLastFrameTimestampUs == -1 ? 0 : mStopTimeUs - mLastFrameTimestampUs; in getStopTimeOffsetUs()
/aosp12/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
H A DGraphicBufferSource.h368 int64_t mLastFrameTimestampUs; variable