Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.h279 void RegisterTimestamp(int frameCnt, nsecs_t *frameTime);
DExynosCameraHWInterface2.cpp774 void RequestManager::RegisterTimestamp(int frameCnt, nsecs_t * frameTime) in RegisterTimestamp() argument
787 currentEntry->internal_shot.shot.dm.sensor.timeStamp = *((uint64_t*)frameTime); in RegisterTimestamp()
814 nsecs_t frameTime = currentEntry->internal_shot.shot.dm.sensor.timeStamp; in GetTimestamp() local
815 if (frameTime == 0) { in GetTimestamp()
817 frameTime = m_lastTimeStamp; in GetTimestamp()
819 ALOGV("DEBUG(%s): Returning timestamp for reqIndex(%d) (%lld)", __FUNCTION__, index, frameTime); in GetTimestamp()
820 return frameTime; in GetTimestamp()
3107 nsecs_t frameTime; in m_sensorThreadFunc() local
3175 frameTime = systemTime(); in m_sensorThreadFunc()
3176 m_requestManager->RegisterTimestamp(matchedFrameCnt, &frameTime); in m_sensorThreadFunc()