Searched refs:req_cap (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
H A DQCameraHAL3RawSnapshotTest.h50 QCameraHAL3RawSnapshotTest(int req_cap);
H A DQCameraHAL3SnapshotTest.h49 QCameraHAL3SnapshotTest(int req_cap);
H A DQCameraHAL3Base.cpp418 int CameraHAL3Base::hal3appRawCaptureInit(hal3_camera_lib_test *handle, int camid, int req_cap) argument
433 printf("\n capture:%d", req_cap);
435 mRawSnapshottestCase = new QCameraHAL3RawSnapshotTest(req_cap);
436 mRawSnapshottestCase->mRequestedCapture = req_cap;
446 int camid, int req_cap)
461 printf("\n capture:%d", req_cap);
463 mSnapshottestCase = new QCameraHAL3SnapshotTest(req_cap);
464 mSnapshottestCase->mRequestedCapture = req_cap;
445 hal3appCameraCaptureInit(hal3_camera_lib_test *handle, int camid, int req_cap) argument
H A DQCameraHAL3RawSnapshotTest.cpp38 QCameraHAL3RawSnapshotTest::QCameraHAL3RawSnapshotTest(int req_cap) : argument
42 mRequestedCapture(req_cap)
H A DQCameraHAL3SnapshotTest.cpp38 QCameraHAL3SnapshotTest::QCameraHAL3SnapshotTest(int req_cap) : argument
42 mRequestedCapture(req_cap)

Completed in 1147 milliseconds