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

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 40 mLastTimestamp(0) {
77 mFrameCount, mLastTimestamp);
239 mLastTimestamp = timestamp;
Camera3IOStreamBase.h 55 nsecs_t mLastTimestamp;
Camera3OutputStream.cpp 138 mLastTimestamp = timestamp;
329 mLastTimestamp = 0;
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h 240 int64_t mLastTimestamp;
328 int64_t mLastTimestamp;
Camera2Device.cpp 975 mLastTimestamp(0)
    [all...]
  /frameworks/base/media/java/android/media/
WebVttRenderer.java 101 long mLastTimestamp;
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));
    [all...]

Completed in 721 milliseconds