Lines Matching refs:capture_time
3103 int64_t last_frame_capture_time = 0, first_frame_capture_time, capture_time; in handleBatchMetadata() local
3226 capture_time = in handleBatchMetadata()
3229 CAM_INTF_META_SENSOR_TIMESTAMP, capture_time); in handleBatchMetadata()
3231 last_frame_capture_time, capture_time); in handleBatchMetadata()
3298 int64_t capture_time, capture_time_av; in handleMetadataWithLock() local
3327 capture_time = *p_capture_time; in handleMetadataWithLock()
3346 capture_time -= measured; in handleMetadataWithLock()
3372 urgent_frame_number, capture_time); in handleMetadataWithLock()
3408 result.frame_number, capture_time); in handleMetadataWithLock()
3424 frame_number, capture_time); in handleMetadataWithLock()
3494 notify_msg.message.shutter.timestamp = (uint64_t)capture_time; in handleMetadataWithLock()
3499 i->timestamp = capture_time; in handleMetadataWithLock()
3754 nsecs_t capture_time = systemTime(CLOCK_MONOTONIC); in handleInputBufferWithLock() local
3758 capture_time = settings.find(ANDROID_SENSOR_TIMESTAMP).data.i64[0]; in handleInputBufferWithLock()
3768 notify_msg.message.shutter.timestamp = (uint64_t)capture_time; in handleInputBufferWithLock()
3870 nsecs_t capture_time = systemTime(CLOCK_MONOTONIC); in handleBufferWithLock() local
3874 capture_time = settings.find(ANDROID_SENSOR_TIMESTAMP).data.i64[0]; in handleBufferWithLock()
3884 notify_msg.message.shutter.timestamp = (uint64_t)capture_time; in handleBufferWithLock()