/hardware/qcom/camera/msmcobalt/QCamera2/HAL3/test/ |
QCameraHAL3RawSnapshotTest.h | 52 int camid); 54 int camid, int, int ); 56 int camid); 58 int camid); 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);
|
QCameraHAL3SnapshotTest.h | 54 int camid); 57 int testcase, int camid, int w, int h); 60 int camid); 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);
|
QCameraHAL3PreviewTest.h | 60 void configurePreviewStream(hal3_camera_test_obj_t *my_test_obj, int camid, 64 int testcase, int camid, int w, int h); 67 int testcase, int camid, int w, int h); 73 void previewTestEnd(hal3_camera_lib_test *my_hal3test_obj, int camid);
|
QCameraHAL3VideoTest.h | 66 int camid, int w, int h); 72 void initTest(hal3_camera_lib_test *handle, int testcase, int camid, 77 void videoTestEnd(hal3_camera_lib_test *my_hal3test_obj, int camid);
|
QCameraHAL3Base.cpp | 235 int CameraHAL3Base::hal3appCameraLibOpen(int camid) 238 rc = hal3appCamOpen(&mLibHandle->app_obj, (int)camid, &(mLibHandle->test_obj)); 241 camid, rc); 244 rc = hal3appCamInitialize((int)camid, &mLibHandle->test_obj); 272 int camid, 278 printf("\n Camera ID %d Opened \n", camid); 282 int CameraHAL3Base::hal3appCamInitialize(int camid, hal3_camera_test_obj_t *my_test_obj) 291 camid, rc); 299 void CameraHAL3Base::hal3appCheckStream(int testcase, int camid) 303 mPreviewtestCase->previewTestEnd(mLibHandle, camid); [all...] |
QCameraHAL3RawSnapshotTest.cpp | 48 int testcase, int camid, int w, int h) 52 configureRawSnapshotStream(&(handle->test_obj), camid, w, h); 64 hal3_camera_test_obj_t *my_test_obj, int camid) 67 LOGD("Camera ID : %d",camid); 75 int camid, int w, int h) 85 mPreviewStream = initStream(CAMERA3_STREAM_OUTPUT, camid, PREVIEW_WIDTH, PREVIEW_HEIGHT, 0, 87 mRawSnapshotStream = initStream(CAMERA3_STREAM_OUTPUT, camid, RAWSNAPSHOT_CAPTURE_WIDTH, 98 hal3_camera_test_obj_t *my_test_obj, int camid) 116 LOGD("Calling HAL3APP capture request for camid : %d", camid); [all...] |
QCameraHAL3SnapshotTest.cpp | 48 int testcase, int camid, int w, int h) 53 configureSnapshotStream(&(handle->test_obj), camid, w, h); 66 hal3_camera_test_obj_t *my_test_obj, int camid) 69 LOGD("Camera ID : %d",camid); 77 int camid, int w, int h) 86 mPreviewStream = initStream(CAMERA3_STREAM_OUTPUT, camid, PREVIEW_WIDTH, PREVIEW_HEIGHT, 0, 88 mSnapshotStream = initStream(CAMERA3_STREAM_OUTPUT, camid, SNAPSHOT_CAPTURE_WIDTH, 98 hal3_camera_test_obj_t *my_test_obj, int camid) 114 LOGD("Calling HAL3APP capture request for camid : %d", camid); [all...] |
QCameraHAL3VideoTest.cpp | 48 QCameraHAL3VideoTest::QCameraHAL3VideoTest(int camid) : 53 mCameraId(camid) 59 int testcase, int camid, int w, int h) 65 configureVideoStream(&(handle->test_obj), camid, w, h); 67 constructDefaultRequest(&(handle->test_obj), camid); 85 int testcase, int camid, int w, int h) 88 captureRequestRepeat(handle, camid, MENU_START_CAPTURE); 94 int camid, int w, int h) 99 mVideoStream = initStream(CAMERA3_STREAM_OUTPUT, camid, w, h, FLAGS_VIDEO_ENCODER, 110 hal3_camera_test_obj_t *my_test_obj, int camid) [all...] |
QCameraHAL3PreviewTest.cpp | 45 QCameraHAL3PreviewTest::QCameraHAL3PreviewTest(int camid) : 58 int testcase, int camid, int w, int h) 63 configurePreviewStream(&(handle->test_obj) , camid, w, h); 65 constructDefaultRequest(&(handle->test_obj), camid); 81 int testcase, int camid, int w, int h) 84 captureRequestRepeat(handle, camid, MENU_START_CAPTURE); 89 int camid, int w, int h) 94 mPreviewStream = initStream(CAMERA3_STREAM_OUTPUT, camid, w, h, 0, 105 hal3_camera_test_obj_t *my_test_obj, int camid) 108 LOGD("Camera ID : %d",camid); [all...] |
QCameraHAL3Base.h | 159 int hal3appCamInitialize(int camid, hal3_camera_test_obj_t *my_test_obj); 160 void hal3appCamCapabilityGet(hal3_camera_lib_test *handle,int camid); 167 int hal3appCameraVideoInit(int, int camid, int w, int h); 170 int hal3appRawCaptureInit(hal3_camera_lib_test *handle, int camid, int ); 172 void hal3appCheckStream(int testcase, int camid);
|
QCameraHAL3Test.h | 44 int camid, int w, int h, int format,int usage,int dataspace);
|
QCameraHAL3Test.cpp | 43 int camid, int w, int h, int usage, int format, int dataspace) 45 LOGD("Stream init for Camera : %d", camid); 141 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) 144 LOGE("TestCase : %d Camera:%d Handle is NULL", testcase, camid);
|
/external/opencv3/samples/tapi/ |
clahe.cpp | 48 int camid = cmd.get<int>("c"); local 76 capture.open(camid);
|
/external/opencv3/samples/gpu/ |
cascadeclassifier_nvidia_api.cpp | 188 int camid = -1; 194 ncvAssertPrintReturn(capture.open(camid) != 0, "Can't open source", -1);
|