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

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

Completed in 417 milliseconds