Searched refs:req_cap (Results 1 – 5 of 5) sorted by relevance
418 int CameraHAL3Base::hal3appRawCaptureInit(hal3_camera_lib_test *handle, int camid, int req_cap) in hal3appRawCaptureInit() argument433 printf("\n capture:%d", req_cap); in hal3appRawCaptureInit()435 mRawSnapshottestCase = new QCameraHAL3RawSnapshotTest(req_cap); in hal3appRawCaptureInit()436 mRawSnapshottestCase->mRequestedCapture = req_cap; in hal3appRawCaptureInit()446 int camid, int req_cap) in hal3appCameraCaptureInit() argument461 printf("\n capture:%d", req_cap); in hal3appCameraCaptureInit()463 mSnapshottestCase = new QCameraHAL3SnapshotTest(req_cap); in hal3appCameraCaptureInit()464 mSnapshottestCase->mRequestedCapture = req_cap; in hal3appCameraCaptureInit()
49 QCameraHAL3SnapshotTest(int req_cap);
50 QCameraHAL3RawSnapshotTest(int req_cap);
38 QCameraHAL3SnapshotTest::QCameraHAL3SnapshotTest(int req_cap) : in QCameraHAL3SnapshotTest() argument42 mRequestedCapture(req_cap) in QCameraHAL3SnapshotTest()
38 QCameraHAL3RawSnapshotTest::QCameraHAL3RawSnapshotTest(int req_cap) : in QCameraHAL3RawSnapshotTest() argument42 mRequestedCapture(req_cap) in QCameraHAL3RawSnapshotTest()