[libcamera-devel] [PATCH v4 0/5] test: Add IPA interface test support

Jacopo Mondi jacopo at jmondi.org
Mon Oct 7 10:58:37 CEST 2019


With the small changes in patches 4 and 5:
- Define the FIFO path as a macro in 4/5
- Adjust path printout in error paths in 5/5

I would push this version.

Jacopo Mondi (5):
  ipa: vimc: Rename ipa_dummy to ipa_vimc
  test: ipa: Rename the ipa_test to ipa_module_test
  ipa: meson: Give IPAs access to internal libcamera APIs
  ipa: vimc: Add support for tracing operations
  test: ipa: Add test for the IPA Interface

 include/ipa/ipa_vimc.h                        |  22 +++
 src/ipa/ipa_dummy.cpp                         |  46 ------
 src/ipa/ipa_vimc.cpp                          | 112 ++++++++++++++
 src/ipa/meson.build                           |  18 ++-
 test/ipa/ipa_interface_test.cpp               | 142 ++++++++++++++++++
 .../ipa/{ipa_test.cpp => ipa_module_test.cpp} |   4 +-
 test/ipa/meson.build                          |   3 +-
 7 files changed, 292 insertions(+), 55 deletions(-)
 create mode 100644 include/ipa/ipa_vimc.h
 delete mode 100644 src/ipa/ipa_dummy.cpp
 create mode 100644 src/ipa/ipa_vimc.cpp
 create mode 100644 test/ipa/ipa_interface_test.cpp
 rename test/ipa/{ipa_test.cpp => ipa_module_test.cpp} (92%)

--
2.23.0



More information about the libcamera-devel mailing list