Lines Matching refs:capture_time
3693 int64_t last_frame_capture_time = 0, first_frame_capture_time, capture_time; in handleBatchMetadata() local
3817 capture_time = in handleBatchMetadata()
3820 CAM_INTF_META_SENSOR_TIMESTAMP, capture_time); in handleBatchMetadata()
3822 last_frame_capture_time, capture_time); in handleBatchMetadata()
3947 int64_t capture_time, capture_time_av; in handleMetadataWithLock() local
3978 capture_time = *p_capture_time; in handleMetadataWithLock()
3997 capture_time -= measured; in handleMetadataWithLock()
4090 frame_number, capture_time); in handleMetadataWithLock()
4166 mShutterDispatcher.markShutterReady(pendingRequest.frame_number, capture_time); in handleMetadataWithLock()
4170 pendingRequest.timestamp = capture_time; in handleMetadataWithLock()
4301 mShutterDispatcher.markShutterReady(frame_number, capture_time); in handleMetadataWithLock()
4479 nsecs_t capture_time = systemTime(CLOCK_MONOTONIC); in handleInputBufferWithLock() local
4483 capture_time = settings.find(ANDROID_SENSOR_TIMESTAMP).data.i64[0]; in handleInputBufferWithLock()
4491 mShutterDispatcher.markShutterReady(frame_number, capture_time); in handleInputBufferWithLock()
4493 i->frame_number, capture_time); in handleInputBufferWithLock()