Home
last modified time | relevance | path

Searched refs:readoutTimestamp (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/2/android/hardware/camera/device/
DShutterMsg.aidl39 long readoutTimestamp;
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/1/android/hardware/camera/device/
DShutterMsg.aidl39 long readoutTimestamp;
/hardware/interfaces/camera/device/aidl/android/hardware/camera/device/
DShutterMsg.aidl44 long readoutTimestamp;
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/3/android/hardware/camera/device/
DShutterMsg.aidl39 long readoutTimestamp;
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/current/android/hardware/camera/device/
DShutterMsg.aidl39 long readoutTimestamp;
/hardware/interfaces/camera/provider/aidl/vts/
Ddevice_cb.cpp51 readoutTimestamps[i] = {true, shutter.readoutTimestamp}; in notify()
Dcamera_aidl_test.cpp2908 nsecs_t readoutTimestamp = inflightReq->shutterReadoutTimestamp; in processPreviewStabilizationCaptureRequestInternal() local
2924 inflightReq->resultOutputBuffers[0].timeStamp - readoutTimestamp; in processPreviewStabilizationCaptureRequestInternal()
2929 inflightReq->resultOutputBuffers[0].timeStamp - readoutTimestamp; in processPreviewStabilizationCaptureRequestInternal()
/hardware/google/camera/common/hal/aidl_service/
Daidl_utils.cc518 aidl_shutter.readoutTimestamp = hal_shutter.readout_timestamp_ns; in ConvertToAidlShutterMessage()