Home
last modified time | relevance | path

Searched refs:frameTimestamp (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.cpp494 nsecs_t frameTimestamp = 0; in findMatchesLocked() local
497 frameTimestamp = entry.data.i64[0]; in findMatchesLocked()
500 bufferTimestamp, frameTimestamp ); in findMatchesLocked()
515 nsecs_t frameTimestamp = entry.data.i64[0]; in findMatchesLocked() local
516 if (bufferTimestamp == frameTimestamp) { in findMatchesLocked()
518 frameTimestamp); in findMatchesLocked()
521 int64_t delta = abs(bufferTimestamp - frameTimestamp); in findMatchesLocked()
550 nsecs_t frameTimestamp = 0; in dumpZslQueue() local
554 if (entry.count > 0) frameTimestamp = entry.data.i64[0]; in dumpZslQueue()
560 bufferTimestamp, frameTimestamp, frameAeState); in dumpZslQueue()
DZslProcessor3.cpp487 nsecs_t frameTimestamp = 0; in dumpZslQueue() local
491 if (entry.count > 0) frameTimestamp = entry.data.i64[0]; in dumpZslQueue()
497 bufferTimestamp, frameTimestamp, frameAeState); in dumpZslQueue()
548 nsecs_t frameTimestamp = entry.data.i64[0]; in getCandidateTimestampLocked() local
549 if (minTimestamp > frameTimestamp || minTimestamp == -1) { in getCandidateTimestampLocked()
601 minTimestamp = frameTimestamp; in getCandidateTimestampLocked()
605 ALOGVV("%s: Saw timestamp %" PRId64, __FUNCTION__, frameTimestamp); in getCandidateTimestampLocked()