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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp485 nsecs_t frameTimestamp = 0; local
489 if (entry.count > 0) frameTimestamp = entry.data.i64[0];
495 bufferTimestamp, frameTimestamp, frameAeState);
546 nsecs_t frameTimestamp = entry.data.i64[0]; local
547 if (minTimestamp > frameTimestamp || minTimestamp == -1) {
599 minTimestamp = frameTimestamp;
603 ALOGVV("%s: Saw timestamp %" PRId64, __FUNCTION__, frameTimestamp);

Completed in 60 milliseconds