Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3Test.cpp141 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) in captureRequestRepeat() argument
144 LOGE("TestCase : %d Camera:%d Handle is NULL", testcase, camid); in captureRequestRepeat()
149 void *obj, int testcase) in processThreadCreate() argument
165 thread.testcase = testcase; in processThreadCreate()
180 int testcase; in processBuffers() local
186 testcase = thread->testcase; in processBuffers()
197 obj->captureRequestRepeat(hal3_test_handle, 0, testcase); in processBuffers()
DQCameraHAL3Base.cpp300 void CameraHAL3Base::hal3appCheckStream(int testcase, int camid) in hal3appCheckStream() argument
302 if (testcase != MENU_START_PREVIEW) { in hal3appCheckStream()
309 if (testcase != MENU_START_VIDEO){ in hal3appCheckStream()
317 if (testcase != MENU_START_CAPTURE){ in hal3appCheckStream()
324 if (testcase != MENU_START_RAW_CAPTURE) { in hal3appCheckStream()
333 int CameraHAL3Base::hal3appCameraPreviewInit(int testcase, int camid, int w, int h) in hal3appCameraPreviewInit() argument
342 if(testcase == MENU_TOGGLE_IR_MODE) { in hal3appCameraPreviewInit()
346 if(testcase == MENU_TOGGLE_SVHDR_MODE) { in hal3appCameraPreviewInit()
379 int CameraHAL3Base::hal3appCameraVideoInit(int testcase, int camid, int w, int h) in hal3appCameraVideoInit() argument
389 if(testcase == MENU_TOGGLE_BINNING_CORRECTION) { in hal3appCameraVideoInit()
DQCameraHAL3VideoTest.cpp60 int testcase, int camid, int w, int h) in initTest() argument
65 LOGD("\n buffer thread created for testcase %d %d and %d ",testcase, w, h); in initTest()
86 int testcase, int camid, int w, int h) in snapshotCaptureRequest() argument
88 LOGD("Requested Capture Sizes for testcase:%d are :%d X %d",testcase, w, h); in snapshotCaptureRequest()
124 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) in captureRequestRepeat() argument
130 if (testcase == MENU_START_VIDEO) { in captureRequestRepeat()
DQCameraHAL3PreviewTest.cpp59 int testcase, int camid, int w, int h) in initTest() argument
63 LOGD("\n buffer thread created for testcase %d %d and %d ",testcase, w, h); in initTest()
82 int testcase, int camid, int w, int h) in snapshotCaptureRequest() argument
84 LOGD("Requested Capture Sizes for testcase:%d are :%d X %d",testcase, w, h); in snapshotCaptureRequest()
117 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) in captureRequestRepeat() argument
127 if (testcase == MENU_START_PREVIEW) { in captureRequestRepeat()
DQCameraHAL3SnapshotTest.h57 int testcase, int camid, int w, int h);
61 void captureRequestRepeat(hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase);
DQCameraHAL3RawSnapshotTest.h59 void initTest(hal3_camera_lib_test *handle, int testcase, int, int, int);
64 void captureRequestRepeat(hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase);
DQCameraHAL3VideoTest.h67 void snapshotCaptureRequest(hal3_camera_lib_test *handle,int testcase,
74 void initTest(hal3_camera_lib_test *handle, int testcase, int camid,
DQCameraHAL3PreviewTest.h65 int testcase, int camid, int w, int h);
68 int testcase, int camid, int w, int h);
DQCameraHAL3Base.h132 int testcase; member
173 void hal3appCheckStream(int testcase, int camid);
DQCameraHAL3SnapshotTest.cpp48 int testcase, int camid, int w, int h) in initTest() argument
52 LOGD("\ntestcase %d %d and %d ",testcase, w, h); in initTest()
252 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) in captureRequestRepeat() argument
255 LOGD("camid :%d and testcase : %d handle is NULL", camid, testcase); in captureRequestRepeat()
DQCameraHAL3RawSnapshotTest.cpp48 int testcase, int camid, int w, int h) in initTest() argument
51 LOGD("\n Raw buffer thread created for testcase : %d", testcase); in initTest()
205 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) in captureRequestRepeat() argument
208 LOGD("camid :%d and testcase : %d handle is NULL", camid, testcase); in captureRequestRepeat()
DQCameraHAL3Test.h57 bool processThreadCreate(void *obj, int testcase);