Lines Matching refs:capture_time
2275 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()
2618 i->timestamp = capture_time; in handleMetadataWithLock()
2824 nsecs_t capture_time = systemTime(CLOCK_MONOTONIC); in handleInputBufferWithLock() local
2828 capture_time = settings.find(ANDROID_SENSOR_TIMESTAMP).data.i64[0]; in handleInputBufferWithLock()
2839 notify_msg.message.shutter.timestamp = (uint64_t)capture_time; in handleInputBufferWithLock()
3049 nsecs_t capture_time = systemTime(CLOCK_MONOTONIC); in handleBufferWithLock() local
3053 capture_time = settings.find(ANDROID_SENSOR_TIMESTAMP).data.i64[0]; in handleBufferWithLock()
3064 notify_msg.message.shutter.timestamp = (uint64_t)capture_time; in handleBufferWithLock()