Home
last modified time | relevance | path

Searched refs:tmono2 (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp524 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); in getMonoToBoottimeOffset() local
525 const nsecs_t gap = tmono2 - tmono; in getMonoToBoottimeOffset()
528 measured = tbase - ((tmono + tmono2) >> 1); in getMonoToBoottimeOffset()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWI.cpp11375 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); in getBootToMonoTimeOffset() local
11376 const nsecs_t gap = tmono2 - tmono; in getBootToMonoTimeOffset()
11379 measured = tbase - ((tmono + tmono2) >> 1); in getBootToMonoTimeOffset()
/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp358 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); in adjustTimebaseOffset() local
359 const nsecs_t gap = tmono2 - tmono; in adjustTimebaseOffset()
362 measured = tbase - ((tmono + tmono2) >> 1); in adjustTimebaseOffset()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp3990 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); in handleMetadataWithLock() local
3991 const nsecs_t gap = tmono2 - tmono; in handleMetadataWithLock()
3994 measured = tbase - ((tmono + tmono2) >> 1); in handleMetadataWithLock()