Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.cpp720 nsecs_t frameTimestamp = 0; in dumpZslQueue() local
724 if (entry.count > 0) frameTimestamp = entry.data.i64[0]; in dumpZslQueue()
730 bufferTimestamp, frameTimestamp, frameAeState); in dumpZslQueue()
781 nsecs_t frameTimestamp = entry.data.i64[0]; in getCandidateTimestampLocked() local
782 if (minTimestamp > frameTimestamp || minTimestamp == -1) { in getCandidateTimestampLocked()
830 minTimestamp = frameTimestamp; in getCandidateTimestampLocked()
834 ALOGVV("%s: Saw timestamp %" PRId64, __FUNCTION__, frameTimestamp); in getCandidateTimestampLocked()