Home
last modified time | relevance | path

Searched refs:hal3_camera_lib_test (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3VideoTest.h67 void snapshotCaptureRequest(hal3_camera_lib_test *handle,int testcase,
73 void captureRequestRepeat(hal3_camera_lib_test *, int, int);
74 void initTest(hal3_camera_lib_test *handle, int testcase, int camid,
78 bool videoProcessThreadCreate(hal3_camera_lib_test *);
79 void videoTestEnd(hal3_camera_lib_test *my_hal3test_obj, int camid);
DQCameraHAL3PreviewTest.h64 void snapshotCaptureRequest(hal3_camera_lib_test *handle,
67 void initTest(hal3_camera_lib_test *handle,
70 void captureRequestRepeat(hal3_camera_lib_test *, int, int);
73 bool previewProcessThreadCreate(hal3_camera_lib_test *);
74 void previewTestEnd(hal3_camera_lib_test *my_hal3test_obj, int camid);
DQCameraHAL3Base.h122 } hal3_camera_lib_test; typedef
136 typedef hal3_camera_lib_test hal3_camera_lib_handle;
146 hal3_camera_lib_test *mLibHandle;
161 void hal3appCamCapabilityGet(hal3_camera_lib_test *handle,int camid);
170 int hal3appCameraCaptureInit(hal3_camera_lib_test *, int, int);
171 int hal3appRawCaptureInit(hal3_camera_lib_test *handle, int camid, int );
DQCameraHAL3SnapshotTest.h56 void initTest(hal3_camera_lib_test *my_test_obj,
59 void snapshotProcessCaptureRequestRepeat(hal3_camera_lib_test *my_hal3test_obj,
61 void captureRequestRepeat(hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase);
62 void snapshotTestEnd(hal3_camera_lib_test *my_hal3test_obj, int camid);
DQCameraHAL3RawSnapshotTest.h57 void rawProcessCaptureRequestRepeat(hal3_camera_lib_test *my_hal3test_obj,
59 void initTest(hal3_camera_lib_test *handle, int testcase, int, int, int);
63 void rawTestEnd(hal3_camera_lib_test *my_hal3test_obj, int camid);
64 void captureRequestRepeat(hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase);
DQCameraHAL3VideoTest.cpp35 extern hal3_camera_lib_test *CamObj_handle;
59 void QCameraHAL3VideoTest::initTest(hal3_camera_lib_test *handle, in initTest()
85 void QCameraHAL3VideoTest::snapshotCaptureRequest(hal3_camera_lib_test *handle, in snapshotCaptureRequest()
124 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) in captureRequestRepeat()
184 hal3_camera_lib_test *my_hal3test_obj, int camid) in videoTestEnd()
221 hal3_camera_lib_test *handle) { in videoProcessThreadCreate()
DQCameraHAL3PreviewTest.cpp34 extern hal3_camera_lib_test *CamObj_handle;
58 void QCameraHAL3PreviewTest::initTest(hal3_camera_lib_test *handle, in initTest()
81 void QCameraHAL3PreviewTest::snapshotCaptureRequest(hal3_camera_lib_test *handle, in snapshotCaptureRequest()
117 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) in captureRequestRepeat()
205 hal3_camera_lib_test *my_hal3test_obj, int camid) in previewTestEnd()
230 hal3_camera_lib_test *handle) in previewProcessThreadCreate()
DQCameraHAL3RawSnapshotTest.cpp34 hal3_camera_lib_test *RawSnapshot_CamObj_handle;
47 void QCameraHAL3RawSnapshotTest::initTest(hal3_camera_lib_test *handle, in initTest()
121 hal3_camera_lib_test *my_hal3test_obj, int camid) in rawProcessCaptureRequestRepeat()
149 hal3_camera_lib_test *my_hal3test_obj, int camid) in rawTestEnd()
205 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) in captureRequestRepeat()
215 hal3_camera_lib_test *hal3_test_handle; in rawProcessBuffers()
DQCameraHAL3SnapshotTest.cpp35 hal3_camera_lib_test *Snapshot_CamObj_handle;
47 void QCameraHAL3SnapshotTest::initTest(hal3_camera_lib_test *handle, in initTest()
120 hal3_camera_lib_test *my_hal3test_obj, int camid) in snapshotProcessCaptureRequestRepeat()
149 hal3_camera_lib_test *my_hal3test_obj, int camid) in snapshotTestEnd()
205 hal3_camera_lib_test *hal3_test_handle; in hal3appSnapshotProcessBuffers()
252 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) in captureRequestRepeat()
DQCameraHAL3Test.cpp35 hal3_camera_lib_test *CamObj_handle;
141 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) in captureRequestRepeat()
181 hal3_camera_lib_test *hal3_test_handle; in processBuffers()
DQCameraHAL3Test.h48 virtual void captureRequestRepeat(hal3_camera_lib_test *, int, int);
DQCameraHAL3Base.cpp182 mLibHandle = new hal3_camera_lib_test; in hal3appCameraTestLoad()
422 int CameraHAL3Base::hal3appRawCaptureInit(hal3_camera_lib_test *handle, int camid, int req_cap) in hal3appRawCaptureInit()
449 int CameraHAL3Base::hal3appCameraCaptureInit(hal3_camera_lib_test *handle, in hal3appCameraCaptureInit()