Searched refs:mLastTimestamp (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp40 mLastTimestamp(0) {
77 mFrameCount, mLastTimestamp);
239 mLastTimestamp = timestamp;
H A DCamera3IOStreamBase.h55 nsecs_t mLastTimestamp; member in class:android::camera3::Camera3IOStreamBase
H A DCamera3OutputStream.cpp138 mLastTimestamp = timestamp;
329 mLastTimestamp = 0;
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.h240 int64_t mLastTimestamp; member in class:android::Camera2Device::StreamAdapter
328 int64_t mLastTimestamp; member in class:android::Camera2Device::ReprocessStreamAdapter
H A DCamera2Device.cpp975 mLastTimestamp(0)
1106 mLastTimestamp = 0;
1222 mFrameCount, mLastTimestamp);
1295 stream->mLastTimestamp = timestamp;
/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java101 long mLastTimestamp; field in class:UnstyledTextExtractor
111 mLastTimestamp = -1;
128 if (mLine.length() > 0 && timestampMs != mLastTimestamp) {
130 new TextTrackCueSpan(mLine.toString(), mLastTimestamp));
133 mLastTimestamp = timestampMs;
141 new TextTrackCueSpan(mLine.toString(), mLastTimestamp));

Completed in 425 milliseconds