Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DInFlightRequest.h48 nsecs_t sensorTimestamp; member
134 sensorTimestamp(0), in InFlightRequest()
156 sensorTimestamp(0),
H A DCamera3OutputUtils.cpp278 nsecs_t sensorTimestamp = timestamp.data.i64[0]; in sendCaptureResult() local
373 frameNumber, sensorTimestamp, captureResult.mMetadata, in sendCaptureResult()
431 nsecs_t sensorTimestamp = request.sensorTimestamp; in removeInFlightRequestIfReadyLocked() local
452 sensorTimestamp != shutterTimestamp) { in removeInFlightRequestIfReadyLocked()
455 sensorTimestamp, frameNumber, shutterTimestamp); in removeInFlightRequestIfReadyLocked()
666 request.sensorTimestamp = entry.data.i64[0]; in processCaptureResult()
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/
H A DApi2Camera.java817 Long sensorTimestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in publishFrameData() local
818 if (sensorTimestamp != null) { in publishFrameData()
819 mFrameTimes.add(sensorTimestamp); in publishFrameData()
828 if (frameDurationLong != null && sensorTimestamp != null && mFrameTimes.size() > 1) { in publishFrameData()
830 long dt = sensorTimestamp - mFrameTimes.get(mFrameTimes.size()-2); in publishFrameData()
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraOfflineSessionImpl.java371 final long sensorTimestamp = in onResultReceived() local
391 sensorTimestamp - (subsequenceId - i) * in onResultReceived()
H A DCameraDeviceImpl.java2216 final long sensorTimestamp = in onResultReceived() local
2234 sensorTimestamp - (subsequenceId - i) * in onResultReceived()