Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h587 nsecs_t sensorTimestamp; member
630 sensorTimestamp(0), in InFlightRequest()
641 sensorTimestamp(0), in InFlightRequest()
DCamera3Device.cpp2080 nsecs_t sensorTimestamp = request.sensorTimestamp; in removeInFlightRequestIfReadyLocked() local
2096 sensorTimestamp != shutterTimestamp) { in removeInFlightRequestIfReadyLocked()
2099 sensorTimestamp, frameNumber, shutterTimestamp); in removeInFlightRequestIfReadyLocked()
2344 request.sensorTimestamp = entry.data.i64[0]; in processCaptureResult()