[PATCH v1 0/2] libcamera: Drop remaining file name from header comment blocks

Laurent Pinchart laurent.pinchart at ideasonboard.com
Wed May 8 22:59:12 CEST 2024


Hello,

This patch series drops the remaining file names from the header comment
blocks, after merging the large patch that addressed most files.

The series is split in two patches, one that covers the templates (1/2)
and one that covers the rest (2/2). The second patch shows that 40 files
are currently out of sync, which is higher than I expected.

Laurent Pinchart (2):
  libcamera: Drop file name from header comment blocks in templates
  libcamera: Drop remaining file name from header comment blocks

 include/libcamera/base/thread_annotations.h                    | 2 +-
 include/libcamera/control_ids.h.in                             | 2 +-
 include/libcamera/fence.h                                      | 2 +-
 include/libcamera/formats.h.in                                 | 2 +-
 include/libcamera/internal/tracepoints.h.in                    | 2 +-
 include/libcamera/property_ids.h.in                            | 2 +-
 include/libcamera/version.h.in                                 | 2 +-
 src/android/camera_ops.cpp                                     | 2 +-
 src/android/mm/cros_frame_buffer_allocator.cpp                 | 3 +--
 src/android/mm/generic_frame_buffer_allocator.cpp              | 2 +-
 src/apps/cam/sdl_sink.cpp                                      | 2 +-
 src/apps/ipa-verify/main.cpp                                   | 2 +-
 src/apps/lc-compliance/helpers/capture.cpp                     | 2 +-
 src/apps/lc-compliance/helpers/capture.h                       | 2 +-
 src/apps/qcam/format_converter.cpp                             | 2 +-
 src/apps/qcam/format_converter.h                               | 2 +-
 src/apps/qcam/message_handler.h                                | 2 +-
 src/apps/qcam/viewfinder_gl.cpp                                | 2 +-
 src/apps/qcam/viewfinder_gl.h                                  | 3 +--
 src/gstreamer/gstlibcamera-utils.cpp                           | 2 +-
 src/gstreamer/gstlibcamera.cpp                                 | 2 +-
 src/gstreamer/gstlibcameraprovider.cpp                         | 2 +-
 src/ipa/ipu3/algorithms/agc.cpp                                | 2 +-
 src/ipa/ipu3/algorithms/blc.h                                  | 2 +-
 src/ipa/rpi/controller/denoise_algorithm.h                     | 2 +-
 src/ipa/rpi/controller/rpi/denoise.cpp                         | 2 +-
 src/ipa/rpi/controller/tonemap_status.h                        | 2 +-
 src/ipa/rpi/vc4/vc4.cpp                                        | 2 +-
 src/libcamera/base/backtrace.cpp                               | 2 +-
 src/libcamera/camera_manager.cpp                               | 2 +-
 src/libcamera/delayed_controls.cpp                             | 2 +-
 src/libcamera/ipa_pub_key.cpp.in                               | 2 +-
 src/libcamera/pipeline/rkisp1/rkisp1_path.cpp                  | 2 +-
 src/libcamera/pipeline/rkisp1/rkisp1_path.h                    | 2 +-
 src/libcamera/version.cpp.in                                   | 2 +-
 src/v4l2/v4l2_camera_file.cpp                                  | 2 +-
 test/bayer-format.cpp                                          | 2 +-
 test/byte-stream-buffer.cpp                                    | 2 +-
 test/controls/control_info_map.cpp                             | 2 +-
 test/gstreamer/gstreamer_device_provider_test.cpp              | 2 +-
 test/gstreamer/gstreamer_test.h                                | 2 +-
 test/log/log_api.cpp                                           | 2 +-
 test/object-delete.cpp                                         | 2 +-
 test/shared-fd.cpp                                             | 2 +-
 test/v4l2_videodevice/v4l2_videodevice_test.h                  | 2 +-
 utils/gen-header.sh                                            | 2 +-
 utils/gen-ipa-pub-key.py                                       | 2 +-
 utils/ipc/extract-docs.py                                      | 2 +-
 .../generators/libcamera_templates/core_ipa_interface.h.tmpl   | 2 +-
 .../generators/libcamera_templates/core_ipa_serializer.h.tmpl  | 2 +-
 .../generators/libcamera_templates/module_ipa_interface.h.tmpl | 2 +-
 .../generators/libcamera_templates/module_ipa_proxy.cpp.tmpl   | 2 +-
 .../ipc/generators/libcamera_templates/module_ipa_proxy.h.tmpl | 2 +-
 .../libcamera_templates/module_ipa_proxy_worker.cpp.tmpl       | 2 +-
 .../libcamera_templates/module_ipa_serializer.h.tmpl           | 2 +-
 utils/rkisp1/rkisp1-capture.sh                                 | 3 +--
 56 files changed, 56 insertions(+), 59 deletions(-)


base-commit: 626172a16bba9a601c7652569ce9410631c1e6c0
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list