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

/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.h294 void RegisterTimestamp(int frameCnt, nsecs_t *frameTime);
H A DExynosCameraHWInterface2.cpp761 void RequestManager::RegisterTimestamp(int frameCnt, nsecs_t * frameTime) argument
774 currentEntry->internal_shot.shot.dm.sensor.timeStamp = *((uint64_t*)frameTime);
801 nsecs_t frameTime = currentEntry->internal_shot.shot.dm.sensor.timeStamp; local
802 if (frameTime == 0) {
804 frameTime = m_lastTimeStamp;
806 ALOGV("DEBUG(%s): Returning timestamp for reqIndex(%d) (%lld)", __FUNCTION__, index, frameTime);
807 return frameTime;
3053 nsecs_t frameTime; local
3121 frameTime = systemTime();
3122 m_requestManager->RegisterTimestamp(matchedFrameCnt, &frameTime);
[all...]

Completed in 132 milliseconds