Searched refs:currTime (Results 1 – 3 of 3) sorted by relevance
853 nsecs_t currTime = 0; in showMetadata() local906 currTime = meta->timestamp; in showMetadata()907 printf(" timestamp (ns): %llu\n", currTime); in showMetadata()908 if (prevTime) printf("inter-shot time (ms): %llu\n", (currTime - prevTime) / 1000000l); in showMetadata()909 prevTime = currTime; in showMetadata()
1112 long long currTime = GetTimeStamp(); in FBD_CB() local1125 long long currTime = GetTimeStamp(); in FBD_CB() local1126 D("FBD_DELTA = %lld\n", currTime - prevTime); in FBD_CB()1128 prevTime = currTime; in FBD_CB()
1125 long long currTime = GetTimeStamp(); in FBD_CB() local1137 long long currTime = GetTimeStamp(); in FBD_CB() local1138 D("FBD_DELTA = %lld\n", currTime - prevTime); in FBD_CB()1141 prevTime = currTime; in FBD_CB()