Searched refs:req_cap (Results 1 – 5 of 5) sorted by relevance
422 int CameraHAL3Base::hal3appRawCaptureInit(hal3_camera_lib_test *handle, int camid, int req_cap) in hal3appRawCaptureInit() argument437 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() argument465 printf("\n capture:%d", req_cap); in hal3appCameraCaptureInit()467 mSnapshottestCase = new QCameraHAL3SnapshotTest(req_cap); in hal3appCameraCaptureInit()468 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()