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 180 mLastFrameTimestampUs(0),
743 mLastFrameTimestampUs - mFirstFrameTimeUs);
833 mLastFrameTimestampUs);
864 CHECK(timestampUs > mLastFrameTimestampUs);
865 if (timestampUs - mLastFrameTimestampUs > mGlitchDurationThresholdUs) {
877 mLastFrameTimestampUs = timestampUs;
CameraSourceTimeLapse.cpp 267 mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs;
296 *timestampUs = mLastFrameTimestampUs + mTimeBetweenTimeLapseVideoFramesUs;
  /frameworks/av/include/media/stagefright/
CameraSource.h 162 int64_t mLastFrameTimestampUs;

Completed in 51 milliseconds