First public contribution.
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef ECAMEXTENDEDFUNCTEST_H
17 #define ECAMEXTENDEDFUNCTEST_H
19 #include <testframework.h>
20 #include "ECamObserverTest.h"
21 #include "extended_functionality.h"
23 class RECamClientViewFinderTest : public RTestStep
26 static RECamClientViewFinderTest* NewL(const TDesC& aTestStep);
30 TVerdict DoTestStepL();
33 TVerdict DoTestStep_50L();
35 TVerdict DoClientVFTestStepL();
38 RECamClientViewFinderTest(const TDesC& aTestStep);
41 class RECamClientVFNotificationTest : public RECamObserverTest, public MClientViewFinderObserver
44 static RECamClientVFNotificationTest* NewL(TBool aAllocTest);
48 TVerdict DoTestStepL();
49 TVerdict DoTestStepL_51L();
53 RECamClientVFNotificationTest(TBool aAllocTest);
55 //MClientViewFinderObserver
56 void ViewFinderBufferReady(CCamera::CCameraClientViewFinder& aClientViewFinderHandle, TInt aErrorCode);
57 void DirectHistogramDisplayed(CCamera::CCameraClientViewFinder& aClientViewFinderHandle, CCamera::CCameraV2Histogram& aDirectHistogramDisplayed, TInt aErrorCode);
58 void ClientHistogramReady(CCamera::CCameraClientViewFinder& aClientViewFinderHandle, MHistogramV2Buffer* aClientHistogramBuffer, TInt aErrorCode);
59 void ImageProcessingFailed(CCamera::CCameraClientViewFinder& aClientViewFinderHandle, TInt aErrorCode);
60 TInt CustomInterface(TUid aInterface, TAny*& aPtrInterface);
62 void CheckViewFinderNegNotification(TInt aVFHandle, TVerdict& aResult);
71 class RECamV2DirectViewFinderTest : public RTestStep
74 static RECamV2DirectViewFinderTest* NewL(const TDesC& aTestStep);
78 TVerdict DoTestStepL();
81 TVerdict DoTestStep_52L();
83 TVerdict DoV2DirectVFTestStepL();
86 RECamV2DirectViewFinderTest(const TDesC& aTestStep);
89 class RECamV2DirectVFNotificationTest : public RECamObserverTest, public MDirectViewFinderObserver
92 static RECamV2DirectVFNotificationTest* NewL(TBool aAllocTest);
96 TVerdict DoTestStepL();
97 TVerdict DoTestStep_53L();
102 RECamV2DirectVFNotificationTest(TBool aAllocTest);
104 //MDirectViewFinderObserver
105 void DirectViewFinderFirstFrameDisplayed(CCamera::CCameraV2DirectViewFinder& aDirectViewFinderHandle, TInt aErrorCode);
106 void DirectHistogramDisplayed(CCamera::CCameraV2DirectViewFinder& aDirectViewFinderHandle, CCamera::CCameraV2Histogram& aDirectHistogramDisplayed, TInt aErrorCode);
107 void ClientHistogramReady(CCamera::CCameraV2DirectViewFinder& aDirectViewFinderHandle, MHistogramV2Buffer* aClientHistogramBuffer, TInt aErrorCode);
108 void DirectViewFinderFailed(CCamera::CCameraV2DirectViewFinder& aDirectViewFinderHandle, TInt aErrorCode);
109 void DirectSnapshotForImageDisplayed(CCamera::CCameraV2DirectViewFinder& aDirectViewFinderHandle, CCamera::CCameraImageCapture& aCaptureImageHandle, TPostCaptureControlId aPostCaptureControlId, TInt aErrorCode);
110 TInt CustomInterface(TUid aInterface, TAny*& aPtrInterface);
112 void CheckViewFinderNegNotification(TInt aVFHandle, TVerdict& aResult);
121 class RECamPreImgCaptureNotificationTest : public RECamObserverTest, public MPreImageCaptureControlObserver
124 static RECamPreImgCaptureNotificationTest* NewL(TBool aAllocTest);
128 TVerdict DoTestStepL();
129 TVerdict DoPreImgCaptureTestStepL();
132 RECamPreImgCaptureNotificationTest(TBool aAllocTest);
134 //MPreImageCaptureControlObserver
135 void PrepareImageComplete(CCamera::CCameraImageCapture* aCaptureImageHandle, TInt aErrorCode);
136 TInt CustomInterface(TUid aInterface, TAny*& aPtrInterface);
138 void CheckCaptureNotification(CCamera::CCameraImageCapture*& aImageCapture, TVerdict& aResult);
141 CCamera::CCameraImageCapture* iCaptureImageHandle;
146 class RECamImgCaptureNotificationTest : public RECamObserverTest, public MPreImageCaptureControlObserver, MCaptureImageObserver
149 static RECamImgCaptureNotificationTest* NewL(TBool aAllocTest);
153 TVerdict DoTestStepL();
154 TVerdict DoImgCaptureAdvFuncConstruction();
157 RECamImgCaptureNotificationTest(TBool aAllocTest);
159 //MPreImageCaptureControlObserver
160 void PrepareImageComplete(CCamera::CCameraImageCapture* aCaptureImageHandle, TInt aErrorCode);
161 TInt CustomInterface(TUid aInterface, TAny*& aPtrInterface);
163 void CheckPreCaptureNotification(CCamera::CCameraImageCapture*& aImageCapture, TVerdict& aResult);
165 //MCaptureImageObserver
166 void IndividualImageControlHandle(CCamera::CCameraImageCapture& aCaptureImageHandle, TPostCaptureControlId aPostCaptureControlId);
167 void ImageBufferReady(CCamera::CCameraImageCapture& aCaptureImageHandle, TPostCaptureControlId aPostCaptureControlId, TInt aErrorCode);
168 void ClientSnapshotForImageReady(CCamera::CCameraImageCapture& aCaptureImageHandle, TPostCaptureControlId aPostCaptureControlId, MCameraBuffer2* aSnapshotBuffer, TInt aErrorCode);
169 void DirectSnapshotForImageDisplayed(CCamera::CCameraImageCapture& aCaptureImageHandle, TPostCaptureControlId aPostCaptureControlId, TInt aErrorCode);
170 void CutDownImageDirectSavingCompleted(CCamera::CCameraImageCapture& aCaptureImageHandle, TPostCaptureControlId aPostCaptureControlId, TInt aErrorCode);
171 void ImageDirectSavingCompleted(CCamera::CCameraImageCapture& aCaptureImageHandle, TPostCaptureControlId aPostCaptureControlId, TInt aErrorCode);
172 void ImageCaptureComplete(CCamera::CCameraImageCapture& aCaptureImageHandle, TInt aErrorCode);
173 void ClientHistogramForImageReady(CCamera::CCameraImageCapture& aCaptureImageHandle, TPostCaptureControlId aPostCaptureControlId, MHistogramV2Buffer* aClientHistogramBuffer, TInt aErrorCode);
174 void ClientHistogramForSnapshotReady(CCamera::CCameraImageCapture& aCaptureImageHandle, TPostCaptureControlId aPostCaptureControlId, MHistogramV2Buffer* aClientHistogramBuffer, TInt aErrorCode);
175 void DirectHistogramForSnapshotDisplayed(CCamera::CCameraImageCapture& aCaptureImageHandle, TPostCaptureControlId aPostCaptureControlId, CCamera::CCameraV2Histogram& aDirectHistogramDisplayed, TInt aErrorCode);
176 void ProcessingFailed(CCamera::CCameraImageCapture& aCaptureImageHandle, TPostCaptureControlId aPostCaptureControlId, TUint aProcessingTypes, TInt aErrorCode);
178 void CheckCaptureNotification(CCamera::CCameraImageCapture*& aImageCapture, TPostCaptureControlId& aPostCaptureControlId, TVerdict& aResult);
179 void CheckCaptureCompletion(CCamera::CCameraImageCapture*& aImageCapture, TVerdict& aResult);
182 CCamera::CCameraImageCapture* iCaptureImageHandle;
183 TPostCaptureControlId iPostCaptureControlId;
184 TUint iProcessingTypes;
189 class RECamVideoCaptureControlTest : public RTestStep
192 static RECamVideoCaptureControlTest* NewL(const TDesC& aTestStep);
196 TVerdict DoTestStepL();
199 TVerdict DoTestStep_56L();
201 TVerdict DoVideoCaptureTestStepL();
204 RECamVideoCaptureControlTest(const TDesC& aTestStep);
207 class RECamVideoCaptureNotificationTest : public RECamObserverTest, public MCaptureVideoObserver
210 static RECamVideoCaptureNotificationTest* NewL(TBool aAllocTest);
214 TVerdict DoTestStepL();
218 RECamVideoCaptureNotificationTest(TBool aAllocTest);
220 //MCaptureVideoObserver
221 void VideoBufferReady(MCameraBuffer2* aVideoBuffer, TInt aErrorCode);
222 void ClientSnapshotReady(MCameraBuffer2* aSnapshotBuffer, TInt aErrorCode);
223 void ClientHistogramReady(MHistogramV2Buffer* aClientHistogramBuffer, TInt aErrorCode);
224 void ImageProcessingFailed(TInt aErrorCode);
225 void DirectVideoCaptureFailed(TInt aErrorCode);
226 TInt CustomInterface(TUid aInterface, TAny*& aPtrInterface);
228 void CheckVideoCaptureNegNotification(TInt aErrorCode, TVerdict& aResult);
236 #endif // ECAMEXTENDEDFUNCTEST_H