Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.cpp491 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp; in findMatchesLocked() local
500 bufferTimestamp, frameTimestamp ); in findMatchesLocked()
502 if (queueEntry.frame.isEmpty() && bufferTimestamp != 0) { in findMatchesLocked()
516 if (bufferTimestamp == frameTimestamp) { in findMatchesLocked()
521 int64_t delta = abs(bufferTimestamp - frameTimestamp); in findMatchesLocked()
524 __FUNCTION__, bufferTimestamp, delta); in findMatchesLocked()
548 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp; in dumpZslQueue() local
560 bufferTimestamp, frameTimestamp, frameAeState); in dumpZslQueue()
DZslProcessor3.cpp485 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp; in dumpZslQueue() local
497 bufferTimestamp, frameTimestamp, frameAeState); in dumpZslQueue()