Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h660 nsecs_t sensorTimestamp; member
694 sensorTimestamp(0), in InFlightRequest()
705 sensorTimestamp(0), in InFlightRequest()
DCamera3Device.cpp2147 nsecs_t sensorTimestamp = request.sensorTimestamp; in removeInFlightRequestIfReadyLocked() local
2163 sensorTimestamp != shutterTimestamp) { in removeInFlightRequestIfReadyLocked()
2166 sensorTimestamp, frameNumber, shutterTimestamp); in removeInFlightRequestIfReadyLocked()
2436 request.sensorTimestamp = entry.data.i64[0]; in processCaptureResult()