libcamera: Drop remaining file names from header comment blocks
Header comment blocks used to contain the file name. Considered as
useless information, the names have been removed, with the last ones
supposed to be dropped in commit d3bf27180e ("libcamera: Drop
remaining file names from header comment blocks"). A few have however
been forgotten, and more crept back since. Remove them.
While at it, fix one typo in a header comment block by replacing
'MaliC55 with Mali-C55', and add a missing blank line in
src/ipa/rpi/pisp/pisp.cpp.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2021, Collabora Ltd.
|
||||
*
|
||||
* test_base.cpp - Base definitions for tests
|
||||
* Base definitions for tests
|
||||
*/
|
||||
|
||||
#include "test_base.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2021, Collabora Ltd.
|
||||
*
|
||||
* test_base.h - Base definitions for tests
|
||||
* Base definitions for tests
|
||||
*/
|
||||
|
||||
#ifndef __LC_COMPLIANCE_TEST_BASE_H__
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2024, Ideas On Board Oy
|
||||
*
|
||||
* agc.cpp - AGC/AEC mean-based control algorithm
|
||||
* AGC/AEC mean-based control algorithm
|
||||
*/
|
||||
|
||||
#include "agc.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2023, Ideas on Board Oy
|
||||
*
|
||||
* agc.h - Mali C55 AGC/AEC mean-based control algorithm
|
||||
* Mali C55 AGC/AEC mean-based control algorithm
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2024, Ideas On Board
|
||||
*
|
||||
* algorithm.h - Mali-C55 control algorithm interface
|
||||
* Mali-C55 control algorithm interface
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2024, Ideas On Board Oy
|
||||
*
|
||||
* awb.cpp - Mali C55 grey world auto white balance algorithm
|
||||
* Mali C55 grey world auto white balance algorithm
|
||||
*/
|
||||
|
||||
#include "awb.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2024, Ideas on Board Oy
|
||||
*
|
||||
* awb.h - Mali C55 grey world auto white balance algorithm
|
||||
* Mali C55 grey world auto white balance algorithm
|
||||
*/
|
||||
|
||||
#include "algorithm.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2024, Ideas On Board Oy
|
||||
*
|
||||
* lsc.cpp - Mali-C55 Lens shading correction algorithm
|
||||
* Mali-C55 Lens shading correction algorithm
|
||||
*/
|
||||
|
||||
#include "lsc.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2024, Ideas On Board Oy
|
||||
*
|
||||
* lsc.h - Mali-C55 Lens shading correction algorithm
|
||||
* Mali-C55 Lens shading correction algorithm
|
||||
*/
|
||||
|
||||
#include <map>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2024, Ideas On Board
|
||||
*
|
||||
* ipa_context.cpp - MaliC55 IPA Context
|
||||
* Mali-C55 IPA Context
|
||||
*/
|
||||
|
||||
#include "ipa_context.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2024, Ideas On Board
|
||||
*
|
||||
* ipa_context.h - Mali-C55 IPA Context
|
||||
* Mali-C55 IPA Context
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2023, Ideas on Board Oy
|
||||
*
|
||||
* mali-c55.cpp - Mali-C55 ISP image processing algorithms
|
||||
* Mali-C55 ISP image processing algorithms
|
||||
*/
|
||||
|
||||
#include <map>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2024, Ideas On Board
|
||||
*
|
||||
* module.h - Mali-C55 IPA Module
|
||||
* Mali-C55 IPA Module
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2024, Ideas On Board
|
||||
*
|
||||
* lux.cpp - RkISP1 Lux control
|
||||
* RkISP1 Lux control
|
||||
*/
|
||||
|
||||
#include "lux.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2024, Ideas On Board
|
||||
*
|
||||
* lux.h - RkISP1 Lux control
|
||||
* RkISP1 Lux control
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2024, Raspberry Pi Ltd
|
||||
*
|
||||
* cam_helper_Imx283.cpp - camera information for Imx283 sensor
|
||||
* camera information for Imx283 sensor
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2022, Raspberry Pi Ltd
|
||||
*
|
||||
* af_algorithm.hpp - auto focus algorithm interface
|
||||
* Auto focus algorithm interface
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2023, Raspberry Pi Ltd
|
||||
*
|
||||
* cac.hpp - CAC control algorithm
|
||||
* CAC control algorithm
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2022, Raspberry Pi Ltd
|
||||
*
|
||||
* denoise.hpp - Denoise (spatial, colour, temporal) control algorithm
|
||||
* Denoise (spatial, colour, temporal) control algorithm
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2022, Raspberry Pi Ltd
|
||||
*
|
||||
* saturation.hpp - Saturation control algorithm
|
||||
* Saturation control algorithm
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2022, Raspberry Pi Ltd
|
||||
*
|
||||
* tonemap.hpp - Tonemap control algorithm
|
||||
* Tonemap control algorithm
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
/*
|
||||
* Copyright (C) 2023, Raspberry Pi Ltd
|
||||
*
|
||||
* pisp.cpp - Raspberry Pi PiSP IPA
|
||||
* Raspberry Pi PiSP IPA
|
||||
*/
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <mutex>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2023, Raspberry Pi Ltd
|
||||
*
|
||||
* pisp.cpp - Pipeline handler for PiSP based Raspberry Pi devices
|
||||
* Pipeline handler for PiSP based Raspberry Pi devices
|
||||
*/
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2019, Google Inc.
|
||||
*
|
||||
* camera_sensor_legacy.cpp - A V4L2-backed camera sensor
|
||||
* A V4L2-backed camera sensor
|
||||
*/
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2024, Ideas on Board Oy.
|
||||
*
|
||||
* camera_sensor_raw.cpp - A raw camera sensor using the V4L2 streams API
|
||||
* A raw camera sensor using the V4L2 streams API
|
||||
*/
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Copyright (C) 2024, Nicolas Dufresne
|
||||
*
|
||||
* gstreamer_memory_lifetime_test.cpp - GStreamer memory lifetime test
|
||||
* GStreamer memory lifetime test
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
|
||||
Reference in New Issue
Block a user