Searched defs:bufferTimestamp (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/camera2/
H A DZslProcessor.cpp458 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp; local
467 bufferTimestamp, frameTimestamp );
469 if (queueEntry.frame.isEmpty() && bufferTimestamp != 0) {
483 if (bufferTimestamp == frameTimestamp) {
488 int64_t delta = abs(bufferTimestamp - frameTimestamp);
491 __FUNCTION__, bufferTimestamp, delta);
515 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp; local
527 bufferTimestamp, frameTimestamp, frameAeState);

Completed in 63 milliseconds