Hi,
I am involved in preparing camera HAL for a new platform.
I wanted to know how OMAP 4xxx camera HAL is tested in android.
I found camera HAL test case under "hardware\ti\omap4xxx\test\CameraHal",
But found difficulty in understanding the same, as it is not calling the Camera HAL interfaces directly.
Could you please explain the
A. Basics of that test case (How it calls the Camera HAL API's/Interface indirectly, Methods used in this test case belongs to which layer of android (Native Framework/camera service layer)
B. How the test case executed after building
C. How the testcase output verified(compared with reference output, or manually verifying the output in the display)