/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/ |
D | QCameraHAL3Test.cpp | 141 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()
|
D | QCameraHAL3Base.cpp | 300 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()
|
D | QCameraHAL3VideoTest.cpp | 60 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()
|
D | QCameraHAL3PreviewTest.cpp | 59 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()
|
D | QCameraHAL3SnapshotTest.h | 57 int testcase, int camid, int w, int h); 61 void captureRequestRepeat(hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase);
|
D | QCameraHAL3RawSnapshotTest.h | 59 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);
|
D | QCameraHAL3VideoTest.h | 67 void snapshotCaptureRequest(hal3_camera_lib_test *handle,int testcase, 74 void initTest(hal3_camera_lib_test *handle, int testcase, int camid,
|
D | QCameraHAL3PreviewTest.h | 65 int testcase, int camid, int w, int h); 68 int testcase, int camid, int w, int h);
|
D | QCameraHAL3Base.h | 132 int testcase; member 173 void hal3appCheckStream(int testcase, int camid);
|
D | QCameraHAL3SnapshotTest.cpp | 48 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()
|
D | QCameraHAL3RawSnapshotTest.cpp | 48 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()
|
D | QCameraHAL3Test.h | 57 bool processThreadCreate(void *obj, int testcase);
|