os/mm/imagingandcamerafws/cameraunittest/src/TSU_ECM_ADV/ECamImageProcessingTest.h
First public contribution.
2 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
3 // All rights reserved.
4 // This component and the accompanying materials are made available
5 // under the terms of "Eclipse Public License v1.0"
6 // which accompanies this distribution, and is available
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 // Initial Contributors:
10 // Nokia Corporation - initial contribution.
17 #ifndef ECamImageProcessingTest_H
18 #define ECamImageProcessingTest_H
20 #include <testframework.h>
21 #include "ECamObserverTest.h"
23 class RECamImageProcessingTest : public RTestStep
26 static RECamImageProcessingTest* NewL(TBool aAllocTest);
29 TVerdict DoTestStepL();
30 TVerdict DoImageProcessingTestStepL();
32 RECamImageProcessingTest(TBool aAllocTest);
35 class RECamImageProcDefaultsTest : public RECamObserverTest /*RTestStep, public MCameraObserver2*/
38 static RECamImageProcDefaultsTest* NewL(TBool aAllocTest);
41 TVerdict DoTestStepL();
42 TBool CompareUidArrays(RArray<TUid>& firstArray, RArray<TUid>& secondArray);
44 RECamImageProcDefaultsTest(TBool aAllocTest);
45 void TestColorSwapL(CCamera::CCameraImageProcessing* aImageProcess, TVerdict& aResult);
46 void TestColorAccentL(CCamera::CCameraImageProcessing* aImageProcess, TVerdict& aResult);
51 class RECamImageProcRangesTest : public RECamObserverTest /*RTestStep, public MCameraObserver2*/
54 static RECamImageProcRangesTest* NewL(TBool aAllocTest);
57 TVerdict DoTestStepL();
59 RECamImageProcRangesTest(TBool aAllocTest);
63 class RECamImageProcNegTest : public RECamObserverTest /*RTestStep, public MCameraObserver2*/
66 static RECamImageProcNegTest* NewL(TBool aAllocTest);
69 TVerdict DoTestStepL();
71 RECamImageProcNegTest(TBool aAllocTest);
75 class RECamImageProcBaselineTest : public RECamObserverTest /*RTestStep, public MCameraObserver2*/
78 static RECamImageProcBaselineTest* NewL(TBool aAllocTest);
81 TVerdict DoTestStepL();
82 TBool CompareUidArrays(RArray<TUid>& firstArray, RArray<TUid>& secondArray);
84 RECamImageProcBaselineTest(TBool aAllocTest);
87 #endif // ECamImageProcessingTest_H