Home
last modified time | relevance | path

Searched refs:mLastTimestamp (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/media/audio_utils/include/audio_utils/
H A DTimestampVerifier.h69 if (mLastTimestamp.mFrames == frames && mLastTimestamp.mTimeNs == timeNs in add()
82 if (mLastTimestamp.mFrames in add()
84 && frames >= mLastTimestamp.mFrames) { in add()
94 mLastTimestamp = mFirstTimestamp; in add()
100 if (mCold && (timestamp.mTimeNs == mLastTimestamp.mTimeNs in add()
101 || computeRatio(timestamp, mLastTimestamp, sampleRate) in add()
110 const double jitterMs = computeJitterMs(timestamp, mLastTimestamp, sampleRate); in add()
157 mLastTimestamp = timestamp; in add()
220 mLastTimestamp, mFirstTimestamp, mSampleRate); in toString()
252 constexpr FrameTime getLastTimestamp() const { return mLastTimestamp; } in getLastTimestamp()
[all …]
/aosp12/packages/services/Car/experimental/service/src/com/android/experimentalcar/
H A DGazeAttentionProcessor.java36 private long mLastTimestamp = NOT_SET; field in GazeAttentionProcessor
60 if (mLastTimestamp == NOT_SET) { in updateAttention()
62 mLastTimestamp = timestamp; in updateAttention()
69 float dtSeconds = (float) (timestamp - mLastTimestamp) / 1000.0f; in updateAttention()
82 mLastTimestamp = timestamp; in updateAttention()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp45 mLastTimestamp(0) { in Camera3IOStreamBase()
91 mFrameCount, mLastTimestamp); in dump()
276 mLastTimestamp = timestamp; in returnAnyBufferLocked()
H A DCamera3InputStream.cpp100 mLastTimestamp = bufferItem.mTimestamp; in getInputBufferLocked()
239 mLastTimestamp = 0; in configureQueueLocked()
H A DCamera3IOStreamBase.h62 nsecs_t mLastTimestamp; variable
H A DCamera3Stream.cpp78 mLastTimestamp(0), in Camera3Stream()
731 if (timestampIncreasing && timestamp != 0 && timestamp <= mLastTimestamp) { in returnBuffer()
733 __FUNCTION__, mId, timestamp, mLastTimestamp); in returnBuffer()
736 mLastTimestamp = timestamp; in returnBuffer()
H A DCamera3Stream.h622 nsecs_t mLastTimestamp; variable
H A DCamera3OutputStream.cpp279 mLastTimestamp = timestamp; in returnBufferLocked()
552 mLastTimestamp = 0; in configureConsumerQueueLocked()
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxEnc.cpp67 mLastTimestamp(0x7FFFFFFFFFFFFFFFull), in C2SoftVpxEnc()
102 mLastTimestamp = 0x7FFFFFFFFFFFFFFFLL; in onStop()
584 if (inputTimeStamp > mLastTimestamp) { in process()
585 frameDuration = (uint32_t)(inputTimeStamp - mLastTimestamp); in process()
594 mLastTimestamp = inputTimeStamp; in process()
H A DC2SoftVpxEnc.h198 uint64_t mLastTimestamp; member
/aosp12/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp88 mLastTimestamp(0x7FFFFFFFFFFFFFFFLL), in SoftVPXEncoder()
712 if (inputBufferHeader->nTimeStamp > mLastTimestamp) { in onQueueFilled()
713 frameDuration = (uint32_t)(inputBufferHeader->nTimeStamp - mLastTimestamp); in onQueueFilled()
719 mLastTimestamp = inputBufferHeader->nTimeStamp; in onQueueFilled()
773 mLastTimestamp = 0x7FFFFFFFFFFFFFFFLL; in onReset()
H A DSoftVPXEncoder.h236 OMX_TICKS mLastTimestamp; member
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DImsStats.java197 private long mLastTimestamp; field in ImsStats
225 long duration = now - mLastTimestamp; in conclude()
258 mLastTimestamp = now; in conclude()
/aosp12/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java103 long mLastTimestamp; field in UnstyledTextExtractor
113 mLastTimestamp = -1; in init()
130 if (mLine.length() > 0 && timestampMs != mLastTimestamp) { in onTimeStamp()
132 new TextTrackCueSpan(mLine.toString(), mLastTimestamp)); in onTimeStamp()
135 mLastTimestamp = timestampMs; in onTimeStamp()
143 new TextTrackCueSpan(mLine.toString(), mLastTimestamp)); in onLineEnd()
/aosp12/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.h373 int64_t mLastTimestamp[NumSensors]; variable
H A DMPLSensor.cpp182 memset(mLastTimestamp, 0, sizeof(mLastTimestamp)); in MPLSensor()
3904 if (mLastTimestamp[i] != mStepSensorTimestamp) {
3909 mLastTimestamp[i] = mStepSensorTimestamp;
3930 if (mLastTimestamp[i] != mPendingEvents[i].timestamp) {
3931 mLastTimestamp[i] = mPendingEvents[i].timestamp;
3937 …mPendingEvents[i].type, mLastTimestamp[i], mPendingEvents[i].data[0], mPendingEvents[i].data[1], m…