Searched refs:shutterTimestampNs (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish/camera/ |
D | CameraDeviceSession.cpp | 550 const int64_t shutterTimestampNs = timespec2nanos(nextFrameT); in captureOneFrame() local 551 notifyShutter(&*mCb, frameNumber, shutterTimestampNs, shutterTimestampNs + exposureDurationNs); in captureOneFrame() 552 metadataSetShutterTimestamp(&metadata, shutterTimestampNs); in captureOneFrame()
|
D | metadata_utils.cpp | 123 void metadataSetShutterTimestamp(CameraMetadata* m, const int64_t shutterTimestampNs) { in metadataSetShutterTimestamp() argument 135 } else if (update_camera_metadata_entry(raw, entry.index, &shutterTimestampNs, 1, nullptr)) { in metadataSetShutterTimestamp()
|
D | metadata_utils.h | 71 void metadataSetShutterTimestamp(CameraMetadata* metadata, int64_t shutterTimestampNs);
|