Searched defs:sensorTimestamp (Results 1 - 2 of 2) sorted by relevance

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

Completed in 79 milliseconds