HomeSort by relevance Sort by last modified time
    Searched refs:mLastFrameTimestampUs (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/
CameraSource.cpp 168 mLastFrameTimestampUs(0),
707 mLastFrameTimestampUs - mFirstFrameTimeUs);
793 mLastFrameTimestampUs);
824 CHECK(timestampUs > mLastFrameTimestampUs);
825 if (timestampUs - mLastFrameTimestampUs > mGlitchDurationThresholdUs) {
837 mLastFrameTimestampUs = timestampUs;
CameraSourceTimeLapse.cpp 264 mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs;
293 *timestampUs = mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs;
  /frameworks/av/include/media/stagefright/
CameraSource.h 162 int64_t mLastFrameTimestampUs;

Completed in 36 milliseconds