Home
last modified time | relevance | path

Searched refs:hal3_camera_test_obj_t (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3SnapshotTest.h50 void constructDefaultRequest(hal3_camera_test_obj_t *, int );
51 void configureSnapshotStream(hal3_camera_test_obj_t *, int,
53 void snapshotProcessCaptureRequest(hal3_camera_test_obj_t *my_test_obj,
DQCameraHAL3RawSnapshotTest.h51 void constructDefaultRequest(hal3_camera_test_obj_t *my_test_obj,
53 void configureRawSnapshotStream(hal3_camera_test_obj_t *my_test_obj,
55 void rawProcessCaptureRequest(hal3_camera_test_obj_t *my_test_obj,
DQCameraHAL3Base.h94 } hal3_camera_test_obj_t; typedef
121 hal3_camera_test_obj_t test_obj;
160 int hal3appCamInitialize(int camid, hal3_camera_test_obj_t *my_test_obj);
166 hal3_camera_test_obj_t *);
DQCameraHAL3VideoTest.h65 void configureVideoStream(hal3_camera_test_obj_t *,
70 void constructDefaultRequest(hal3_camera_test_obj_t *,
DQCameraHAL3PreviewTest.h61 void configurePreviewStream(hal3_camera_test_obj_t *my_test_obj, int camid,
66 void constructDefaultRequest(hal3_camera_test_obj_t *, int);
DQCameraHAL3SnapshotTest.cpp66 hal3_camera_test_obj_t *my_test_obj, int camid) in constructDefaultRequest()
76 void QCameraHAL3SnapshotTest::configureSnapshotStream(hal3_camera_test_obj_t *my_test_obj, in configureSnapshotStream()
98 hal3_camera_test_obj_t *my_test_obj, int camid) in snapshotProcessCaptureRequest()
122 hal3_camera_test_obj_t *my_test_obj = &(my_hal3test_obj->test_obj); in snapshotProcessCaptureRequestRepeat()
153 hal3_camera_test_obj_t *my_test_obj = &(my_hal3test_obj->test_obj); in snapshotTestEnd()
DQCameraHAL3RawSnapshotTest.cpp64 hal3_camera_test_obj_t *my_test_obj, int camid) in constructDefaultRequest()
74 void QCameraHAL3RawSnapshotTest::configureRawSnapshotStream(hal3_camera_test_obj_t *my_test_obj, in configureRawSnapshotStream()
98 hal3_camera_test_obj_t *my_test_obj, int camid) in rawProcessCaptureRequest()
123 hal3_camera_test_obj_t *my_test_obj = &(my_hal3test_obj->test_obj); in rawProcessCaptureRequestRepeat()
153 hal3_camera_test_obj_t *my_test_obj = &(my_hal3test_obj->test_obj); in rawTestEnd()
DQCameraHAL3VideoTest.cpp94 void QCameraHAL3VideoTest::configureVideoStream(hal3_camera_test_obj_t *my_test_obj, in configureVideoStream()
111 hal3_camera_test_obj_t *my_test_obj, int camid) in constructDefaultRequest()
128 hal3_camera_test_obj_t *my_test_obj = &(my_hal3test_obj->test_obj); in captureRequestRepeat()
187 hal3_camera_test_obj_t *my_test_obj = &(my_hal3test_obj->test_obj); in videoTestEnd()
DQCameraHAL3PreviewTest.cpp89 void QCameraHAL3PreviewTest::configurePreviewStream(hal3_camera_test_obj_t *my_test_obj, in configurePreviewStream()
106 hal3_camera_test_obj_t *my_test_obj, int camid) in constructDefaultRequest()
124 hal3_camera_test_obj_t *my_test_obj = &(my_hal3test_obj->test_obj); in captureRequestRepeat()
208 hal3_camera_test_obj_t *my_test_obj = &(my_hal3test_obj->test_obj); in previewTestEnd()
DQCameraHAL3Base.cpp181 hal3_camera_test_obj_t *my_test_obj; in hal3appCameraTestLoad()
274 hal3_camera_test_obj_t *my_test_obj) in hal3appCamOpen()
283 int CameraHAL3Base::hal3appCamInitialize(int camid, hal3_camera_test_obj_t *my_test_obj) in hal3appCamInitialize()