os/graphics/graphicscomposition/openwfsupport/test/tstreamoperation/tnativestream.h
Update contrib.
1 // Copyright (c) 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.
14 // Test class for interop implementation of NativeStream
18 #ifndef TESTNATIVESTREAM_H
19 #define TESTNATIVESTREAM_H
22 #include <test/tefunit.h>
24 #include <khronos_types.h>
25 #include "surfaceutility.h"
27 #include <graphics/symbianstream.h>
28 class CTestExecuteLogger;
31 template <class Referee,class LoggerOwner>
35 SafePointer(LoggerOwner* aOwner,Referee* aReferee=NULL):
36 iOwner(aOwner), iReferee(aReferee)
38 Referee* operator=(Referee* aReferee)
40 return iReferee=aReferee;
42 Referee*& operator()()
50 iOwner -> INFO_PRINTF1(_L("Tried to dereference a pointer that is null!"));
51 User::Panic(_L("null pointer"),__LINE__);
61 // MAIN CLASS DECLARATION
63 class TGlobalNativeStreamVar
66 static const TGlobalNativeStreamVar& Instance();
68 void SetSurfaceID(TSurfaceId aSurfaceID);
69 void SetTestComplete (TBool aTestComplete);
70 void SetBuffers (TInt aBuffers);
72 TSurfaceId SurfaceID() const;
73 TBool TestComplete() const;
77 TSurfaceId iSurfaceID;
80 TInt iMultithreadCounter;
85 SymbianStreamType iStream;
94 class CTestNativeStream : public CTestFixture
97 // Constructors and destructor
100 * Constructor for performing 1st stage construction
107 ~CTestNativeStream();
110 * test Suite furniture
112 virtual void SetupL();
115 * test Suite furniture
117 virtual void TearDownL();
121 * test Suite furniture
123 static CTestSuite* CreateSuiteL(const TDesC& aName);
126 * Checks acquire or find native streams operations
128 SymbianStreamType NsCheckL(const TSurfaceId aId, TInt aCheck, TBool aFind);
131 * For concurrent tests, create a shared stream for all threads to access.
133 void CreateSharedNativeStreamL(TInt aBuffers);
136 * For concurrent tests, destroy the shared stream.
138 void DestroySharedNativeStreamL();
140 static void SourceStreamUpdatedCallback(SymbianStreamType aNs,
141 khronos_int32_t aEvents, void* aData, void* aParam);
143 void CheckSourceStreamUpdated(SymbianStreamType aNs, void* aParam);
144 void RemoveNsNotifications();
147 * A helper function that returns the bytes per pixel for a given pixel format UID
148 * @param aPixelFormat Pixel format UID to convert
149 * @return Positive: bytes per pixel; negative is pixels per byte; 0 is error
152 TInt BytesPerPixel(TUidPixelFormat aPixelFormat);
156 void GRAPHICS_OPENWFC_NATIVESTREAM_0100L();
157 void GRAPHICS_OPENWFC_NATIVESTREAM_0101L();
158 void GRAPHICS_OPENWFC_NATIVESTREAM_0102L();
159 void GRAPHICS_OPENWFC_NATIVESTREAM_0103L();
160 void GRAPHICS_OPENWFC_NATIVESTREAM_0104L(TInt aNumBuffers);
161 void GRAPHICS_OPENWFC_NATIVESTREAM_0105L(TInt aNumBuffers);
162 void GRAPHICS_OPENWFC_NATIVESTREAM_0106L(TInt aNumBuffers);
163 void GRAPHICS_OPENWFC_NATIVESTREAM_0107_1L();
164 void GRAPHICS_OPENWFC_NATIVESTREAM_0107_2L();
165 void GRAPHICS_OPENWFC_NATIVESTREAM_0107_3L();
166 void GRAPHICS_OPENWFC_NATIVESTREAM_0108L(TInt aNumBuffers);
167 void GRAPHICS_OPENWFC_NATIVESTREAM_0109L();
168 void GRAPHICS_OPENWFC_NATIVESTREAM_0110L();
169 void GRAPHICS_OPENWFC_NATIVESTREAM_0111L();
170 void GRAPHICS_OPENWFC_NATIVESTREAM_0112_1L();
171 void GRAPHICS_OPENWFC_NATIVESTREAM_0112_2L();
172 void GRAPHICS_OPENWFC_NATIVESTREAM_0112_3L();
173 void GRAPHICS_OPENWFC_NATIVESTREAM_0112_4L();
174 void GRAPHICS_OPENWFC_NATIVESTREAM_0113L();
175 void GRAPHICS_OPENWFC_NATIVESTREAM_0114L();
176 void GRAPHICS_OPENWFC_NATIVESTREAM_0115L();
177 void GRAPHICS_OPENWFC_NATIVESTREAM_0116L();
178 void GRAPHICS_OPENWFC_NATIVESTREAM_0117_1L();
179 void GRAPHICS_OPENWFC_NATIVESTREAM_0117_2L();
180 void GRAPHICS_OPENWFC_NATIVESTREAM_0117_3L();
181 void GRAPHICS_OPENWFC_NATIVESTREAM_0117_4L();
182 void GRAPHICS_OPENWFC_NATIVESTREAM_0118_1L();
183 void GRAPHICS_OPENWFC_NATIVESTREAM_0118_2L();
184 void GRAPHICS_OPENWFC_NATIVESTREAM_0118_3L();
185 void GRAPHICS_OPENWFC_NATIVESTREAM_0118_4L();
186 void GRAPHICS_OPENWFC_NATIVESTREAM_0119_1L();
187 void GRAPHICS_OPENWFC_NATIVESTREAM_0119_2L();
188 void GRAPHICS_OPENWFC_NATIVESTREAM_0119_3L();
189 void GRAPHICS_OPENWFC_NATIVESTREAM_0120_1L();
190 void GRAPHICS_OPENWFC_NATIVESTREAM_0120_2L();
191 void GRAPHICS_OPENWFC_NATIVESTREAM_0120_3L();
192 void GRAPHICS_OPENWFC_NATIVESTREAM_0122L();
193 void GRAPHICS_OPENWFC_NATIVESTREAM_0130L();
194 void GRAPHICS_OPENWFC_NATIVESTREAM_0131L();
195 void GRAPHICS_OPENWFC_NATIVESTREAM_0132L();
196 void GRAPHICS_OPENWFC_NATIVESTREAM_0133L();
197 void GRAPHICS_OPENWFC_NATIVESTREAM_0140L(TInt aNumBuffers);
198 void GRAPHICS_OPENWFC_NATIVESTREAM_0141L(TInt aNumBuffers);
199 void GRAPHICS_OPENWFC_NATIVESTREAM_0142L();
200 void GRAPHICS_OPENWFC_NATIVESTREAM_0143L();
201 void GRAPHICS_OPENWFC_NATIVESTREAM_0144L();
205 struct OWF_IMAGE_FORMAT;
206 TSurfaceId helperCreateSurfaceL(khronos_int32_t width,
207 khronos_int32_t height,
208 const OWF_IMAGE_FORMAT* format,
209 khronos_int32_t nbufs,
210 TUidPixelFormat overridePixelFormat = EUidPixelFormatUnknown);
212 SymbianStreamType helperCreateImageStream(khronos_int32_t width,
213 khronos_int32_t height,
214 const OWF_IMAGE_FORMAT* format,
215 khronos_int32_t nbufs,
216 TUidPixelFormat overridePixelFormat = EUidPixelFormatUnknown);
220 SafePointer<CSurfaceUtility,CTestNativeStream> iUtility;
221 khronos_int32_t iExpectedSourceStreamUpdatedEventMask;
222 khronos_int32_t iImmediateAvailable;
223 khronos_int32_t iImmediateVisible;
224 khronos_int32_t iStreamUpdatedParameter;
225 khronos_int32_t iStreamUpdatedSerialNumber;
226 SymbianStreamType iNs;
228 void* iObserverAvailableParameter;
229 void* iObserverDisplayedParameter;
230 void* iObserverDisplayedXParameter;
231 khronos_int32_t iSourceStreamUpdatedCalled;
232 khronos_int32_t iContextUpdatedFlags;
234 static CTestNativeStream* iTester;
237 _LIT(KComposeThreadSemaphore, "Composer Thread Semaphore");
238 _LIT(KMainThreadSemaphore, "Main Thread Semaphore");
240 #endif // TESTNATIVESTREAM_H