[ISP] Test for ARM ISP
Added a test class to the ISP. This class is instantiated by the ArmIspDevice to offer a testing fidl interface when enabled. Currently this class is always created, a future CL will allow enabling the test interface with flags. Also added the fidl interface definition for the test, as well as a test program. Test = This is the test. Running this test! Change-Id: I87c3568ae82cba4321bb4826ca0dacf016e51f0d
Showing
- zircon/system/dev/camera/arm-isp/BUILD.gn 2 additions, 0 deletionszircon/system/dev/camera/arm-isp/BUILD.gn
- zircon/system/dev/camera/arm-isp/arm-isp-test.cpp 61 additions, 0 deletionszircon/system/dev/camera/arm-isp/arm-isp-test.cpp
- zircon/system/dev/camera/arm-isp/arm-isp-test.h 51 additions, 0 deletionszircon/system/dev/camera/arm-isp/arm-isp-test.h
- zircon/system/dev/camera/arm-isp/arm-isp.cpp 7 additions, 0 deletionszircon/system/dev/camera/arm-isp/arm-isp.cpp
- zircon/system/dev/camera/arm-isp/arm-isp.h 7 additions, 0 deletionszircon/system/dev/camera/arm-isp/arm-isp.h
- zircon/system/dev/camera/arm-isp/test/BUILD.gn 20 additions, 0 deletionszircon/system/dev/camera/arm-isp/test/BUILD.gn
- zircon/system/dev/camera/arm-isp/test/TESTING.md 9 additions, 0 deletionszircon/system/dev/camera/arm-isp/test/TESTING.md
- zircon/system/dev/camera/arm-isp/test/isp.cpp 85 additions, 0 deletionszircon/system/dev/camera/arm-isp/test/isp.cpp
- zircon/system/fidl/fuchsia-camera-test/BUILD.gn 11 additions, 0 deletionszircon/system/fidl/fuchsia-camera-test/BUILD.gn
- zircon/system/fidl/fuchsia-camera-test/isp.test.fidl 33 additions, 0 deletionszircon/system/fidl/fuchsia-camera-test/isp.test.fidl
- zircon/system/ulib/ddk/include/ddk/protodefs.h 1 addition, 0 deletionszircon/system/ulib/ddk/include/ddk/protodefs.h
- zircon/system/utest/BUILD.gn 1 addition, 0 deletionszircon/system/utest/BUILD.gn
Loading
Please register or sign in to comment