Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3Base.cpp422 int CameraHAL3Base::hal3appRawCaptureInit(hal3_camera_lib_test *handle, int camid, int req_cap) in hal3appRawCaptureInit() argument
437 printf("\n capture:%d", req_cap); in hal3appRawCaptureInit()
439 mRawSnapshottestCase = new QCameraHAL3RawSnapshotTest(req_cap); in hal3appRawCaptureInit()
440 mRawSnapshottestCase->mRequestedCapture = req_cap; in hal3appRawCaptureInit()
450 int camid, int req_cap) in hal3appCameraCaptureInit() argument
465 printf("\n capture:%d", req_cap); in hal3appCameraCaptureInit()
467 mSnapshottestCase = new QCameraHAL3SnapshotTest(req_cap); in hal3appCameraCaptureInit()
468 mSnapshottestCase->mRequestedCapture = req_cap; in hal3appCameraCaptureInit()
DQCameraHAL3SnapshotTest.h49 QCameraHAL3SnapshotTest(int req_cap);
DQCameraHAL3RawSnapshotTest.h50 QCameraHAL3RawSnapshotTest(int req_cap);
DQCameraHAL3SnapshotTest.cpp38 QCameraHAL3SnapshotTest::QCameraHAL3SnapshotTest(int req_cap) : in QCameraHAL3SnapshotTest() argument
42 mRequestedCapture(req_cap) in QCameraHAL3SnapshotTest()
DQCameraHAL3RawSnapshotTest.cpp38 QCameraHAL3RawSnapshotTest::QCameraHAL3RawSnapshotTest(int req_cap) : in QCameraHAL3RawSnapshotTest() argument
42 mRequestedCapture(req_cap) in QCameraHAL3RawSnapshotTest()