/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 | 299 void CameraHAL3Base::hal3appCheckStream(int testcase, int camid) in hal3appCheckStream() argument 301 if (testcase != MENU_START_PREVIEW) { in hal3appCheckStream() 308 if (testcase != MENU_START_VIDEO){ in hal3appCheckStream() 316 if (testcase != MENU_START_CAPTURE){ in hal3appCheckStream() 323 if (testcase != MENU_START_RAW_CAPTURE) { in hal3appCheckStream() 332 int CameraHAL3Base::hal3appCameraPreviewInit(int testcase, int camid, int w, int h) in hal3appCameraPreviewInit() argument 341 if(testcase == MENU_TOGGLE_IR_MODE) { in hal3appCameraPreviewInit() 345 if(testcase == MENU_TOGGLE_SVHDR_MODE) { in hal3appCameraPreviewInit() 378 int CameraHAL3Base::hal3appCameraVideoInit(int testcase, int camid, int w, int h) in hal3appCameraVideoInit() argument 388 LOGD("testcase is : %d", testcase); in hal3appCameraVideoInit()
|
D | QCameraHAL3VideoTest.cpp | 59 int testcase, int camid, int w, int h) in initTest() argument 64 LOGD("\n buffer thread created for testcase %d %d and %d ",testcase, w, h); in initTest() 85 int testcase, int camid, int w, int h) in snapshotCaptureRequest() argument 87 LOGD("Requested Capture Sizes for testcase:%d are :%d X %d",testcase, w, h); in snapshotCaptureRequest() 123 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) in captureRequestRepeat() argument 128 if (testcase == MENU_START_VIDEO) { in captureRequestRepeat()
|
D | QCameraHAL3PreviewTest.cpp | 58 int testcase, int camid, int w, int h) in initTest() argument 62 LOGD("\n buffer thread created for testcase %d %d and %d ",testcase, w, h); in initTest() 81 int testcase, int camid, int w, int h) in snapshotCaptureRequest() argument 83 LOGD("Requested Capture Sizes for testcase:%d are :%d X %d",testcase, w, h); in snapshotCaptureRequest() 116 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) in captureRequestRepeat() argument 126 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 | QCameraHAL3VideoTest.h | 65 void snapshotCaptureRequest(hal3_camera_lib_test *handle,int testcase, 72 void initTest(hal3_camera_lib_test *handle, int testcase, int camid,
|
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 | QCameraHAL3PreviewTest.h | 64 int testcase, int camid, int w, int h); 67 int testcase, int camid, int w, int h);
|
D | QCameraHAL3Base.h | 132 int testcase; member 172 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);
|