Home
last modified time | relevance | path

Searched refs:capture_time (Results 1 – 3 of 3) sorted by relevance

/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3HWI.cpp2275 int64_t last_frame_capture_time = 0, first_frame_capture_time, capture_time; in handleBatchMetadata() local
2383 capture_time = in handleBatchMetadata()
2386 CAM_INTF_META_SENSOR_TIMESTAMP, capture_time); in handleBatchMetadata()
2388 __func__, last_frame_capture_time, capture_time); in handleBatchMetadata()
2425 int64_t capture_time; in handleMetadataWithLock() local
2453 capture_time = *p_capture_time; in handleMetadataWithLock()
2460 __func__, urgent_frame_number, capture_time); in handleMetadataWithLock()
2494 __func__, result.frame_number, capture_time); in handleMetadataWithLock()
2510 frame_number, capture_time); in handleMetadataWithLock()
2615 notify_msg.message.shutter.timestamp = (uint64_t)capture_time; in handleMetadataWithLock()
[all …]
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3HWI.cpp2275 int64_t last_frame_capture_time = 0, first_frame_capture_time, capture_time; in handleBatchMetadata() local
2383 capture_time = in handleBatchMetadata()
2386 CAM_INTF_META_SENSOR_TIMESTAMP, capture_time); in handleBatchMetadata()
2388 __func__, last_frame_capture_time, capture_time); in handleBatchMetadata()
2425 int64_t capture_time; in handleMetadataWithLock() local
2453 capture_time = *p_capture_time; in handleMetadataWithLock()
2460 __func__, urgent_frame_number, capture_time); in handleMetadataWithLock()
2494 __func__, result.frame_number, capture_time); in handleMetadataWithLock()
2510 frame_number, capture_time); in handleMetadataWithLock()
2615 notify_msg.message.shutter.timestamp = (uint64_t)capture_time; in handleMetadataWithLock()
[all …]
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HWI.cpp1667 int64_t capture_time = 0; in handleMetadataWithLock() local
1700 capture_time = *p_capture_time; in handleMetadataWithLock()
1707 __func__, urgent_frame_number, capture_time); in handleMetadataWithLock()
1752 __func__, result.frame_number, capture_time); in handleMetadataWithLock()
1766 frame_number, capture_time); in handleMetadataWithLock()
1817 notify_msg.message.shutter.timestamp = capture_time - in handleMetadataWithLock()
1835 notify_msg.message.shutter.timestamp = capture_time; in handleMetadataWithLock()
1838 i->timestamp = capture_time; in handleMetadataWithLock()
2025 nsecs_t capture_time = systemTime(CLOCK_MONOTONIC); in handleBufferWithLock() local
2029 capture_time = settings.find(ANDROID_SENSOR_TIMESTAMP).data.i64[0]; in handleBufferWithLock()
[all …]