os/graphics/windowing/windowserver/test/t_integ/scripts/graphics-wserv-integ-surface3.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
//
sl@0
     2
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
// All rights reserved.
sl@0
     4
// This component and the accompanying materials are made available
sl@0
     5
// under the terms of "Eclipse Public License v1.0"
sl@0
     6
// which accompanies this distribution, and is available
sl@0
     7
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
//
sl@0
     9
// Initial Contributors:
sl@0
    10
// Nokia Corporation - initial contribution.
sl@0
    11
//
sl@0
    12
// Contributors:
sl@0
    13
//
sl@0
    14
// Description: 
sl@0
    15
//
sl@0
    16
/////////////////////////////////////////////////////////////////////
sl@0
    17
// graphics-wserv-integ-surface1.script
sl@0
    18
//
sl@0
    19
// Tests elements of the classes associated with RWindow,
sl@0
    20
// as a means of confidence that the APIs work as expected.
sl@0
    21
//
sl@0
    22
// This test grouping are broardly categorised as opaque UI, 
sl@0
    23
// with multiple windows per screen
sl@0
    24
// 
sl@0
    25
// The purpose is to provide a regression test suite of Public
sl@0
    26
// APIs for RWindow. Negative testing is performed to confirm that correct 
sl@0
    27
// errors are returned when incorrect parameters are given.
sl@0
    28
//
sl@0
    29
// The tests are fully automated.
sl@0
    30
/////////////////////////////////////////////////////////////////////
sl@0
    31
sl@0
    32
//! @file
sl@0
    33
//! @SYMTestSuiteName			graphics-wserv-integ-surface
sl@0
    34
//! @SYMScriptTestEnvironment	This test script requires a basic ROM.
sl@0
    35
LOAD_SUITE	t_wservintegserver
sl@0
    36
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0031-0001
sl@0
    37
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0031-0001
sl@0
    38
//! @SYMPREQ					1007 1019
sl@0
    39
//! @SYMREQ						8222 8223 8227
sl@0
    40
//! @SYMAPI						RWindow
sl@0
    41
//! @SYMAuthor					John Mercer
sl@0
    42
//! @SYMCreationDate			24/08/2007
sl@0
    43
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
    44
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components				
sl@0
    45
//! @SYMTestActions				Environment settings:
sl@0
    46
//! 								Simulated Load: 0%
sl@0
    47
//! 								Colour Depth: 16MAP 
sl@0
    48
//! 								Execution Time: 30s 
sl@0
    49
//! 								Screen Number: 0 
sl@0
    50
//! 								Pixel Format: YUV 
sl@0
    51
//! 								Rotation: 0
sl@0
    52
//! 							Window 1 (DevVideo):
sl@0
    53
//! 								Window Size: Full screen
sl@0
    54
//! 								Image Size: Full screen
sl@0
    55
//! 								Frame Rate: 30fps 
sl@0
    56
//! 								Buffer Format: Multiple  [exact details unknown at this point]
sl@0
    57
//! 								Window 2 (Ecam):
sl@0
    58
//!									Window Size: Eighth Screen
sl@0
    59
//!									Image Size : Eighth Screen
sl@0
    60
//!									Buffer Format: Single 
sl@0
    61
//!									Frame Rate: 15fps 
sl@0
    62
//!									Screen Location: (64,0)
sl@0
    63
//!								Start SimLoadApp
sl@0
    64
//!								Start pseudo video playback application:
sl@0
    65
//!								Create RWindow (simulate DevVideo usage) 
sl@0
    66
//!								Create RsurfaceHandle with ‘first frame of video’ 
sl@0
    67
//!								Use Surface data APIs to generate content. Since this is licensee replaceable, the test code implementation must allow for this to be replaceable, e.g. library dll. [exact details of data APIs unknown at this point]
sl@0
    68
//!								Content is to be simple but quickly indicative of failure to the human eye, e.g. a clock sweep with large numerals indicating the frame number.
sl@0
    69
//!								Number of buffers per surface set to two.
sl@0
    70
//!								Call RWindow::SetBackgroundImage()
sl@0
    71
//!								
sl@0
    72
//!								Create RWindow (simulate Ecam usage) 
sl@0
    73
//!								Create RsurfaceHandle with ‘first frame of viewfinder’ 
sl@0
    74
//!								Use Surface data APIs to generate content. Since this is licensee replaceable, the test code implementation must allow for this to be replaceable, e.g. library dll. 
sl@0
    75
//!								Content is to be simple but quickly indicative of failure to the human eye, e.g. a clock sweep with large numerals indicating the frame number (different colour to used for video window above).
sl@0
    76
//! 							Call RWindow::SetBackgroundImage()
sl@0
    77
//!								
sl@0
    78
//!								Create simulated UI Components
sl@0
    79
//!								Draw components using CwindowGC::BitBlt() with preloaded images of UI components (button, menu bar). 
sl@0
    80
//!								Activate Window.
sl@0
    81
//!								
sl@0
    82
//!								Update Images with next frame
sl@0
    83
//!								Utilise RsurfaceHandle notification to indicate when surface has been consumed by GCE. Use Surface data APIs to update contents. Invalidate window to cause redraw.
sl@0
    84
//!								
sl@0
    85
//!								Continuously perform Image updates to simulate video and viewfinder playback.
sl@0
    86
//! @SYMTestStatus				Implemented
sl@0
    87
//! @SYMTestPriority			1
sl@0
    88
//! @SYMTestExpectedResults		Frame Rate: 30fps/15fps
sl@0
    89
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
    90
//! @SYMTestType				IT
sl@0
    91
 
sl@0
    92
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0031-001
sl@0
    93
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0031-0001
sl@0
    94
 
sl@0
    95
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0032-0001
sl@0
    96
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0032-0001
sl@0
    97
//! @SYMPREQ					1007 1019
sl@0
    98
//! @SYMREQ						8222 8223 8227
sl@0
    99
//! @SYMAPI						RWindow
sl@0
   100
//! @SYMAuthor					John Mercer
sl@0
   101
//! @SYMCreationDate			24/08/2007
sl@0
   102
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   103
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with 10% simulated load 				
sl@0
   104
//! @SYMTestActions				graphics-wserv-integ-surface-0041-001 as a base, modify the SimLoadApp to load the CPU to 10% before executing the video playback.
sl@0
   105
//!								Measure the frame rate at which the display is updated when under a simulated load.
sl@0
   106
//! @SYMTestStatus				Implemented
sl@0
   107
//! @SYMTestPriority			1
sl@0
   108
//! @SYMTestExpectedResults			Frame rate is reduced with increased static load
sl@0
   109
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   110
//! @SYMTestType				CIT
sl@0
   111
sl@0
   112
RUN_TEST_STEP !Heap=0x200000	2000	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0032-001
sl@0
   113
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0032-0001
sl@0
   114
sl@0
   115
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0032-0002
sl@0
   116
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0032-0002
sl@0
   117
//! @SYMPREQ					1007 1019
sl@0
   118
//! @SYMREQ						8222 8223 8227
sl@0
   119
//! @SYMAPI						RWindow
sl@0
   120
//! @SYMAuthor					John Mercer
sl@0
   121
//! @SYMCreationDate			24/08/2007
sl@0
   122
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   123
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with 20% simulated load 				
sl@0
   124
//! @SYMTestActions				graphics-wserv-integ-surface-0041-001 as a base, modify the SimLoadApp to load the CPU to 20% before executing the video playback.
sl@0
   125
//!								Measure the frame rate at which the display is updated when under a simulated load.
sl@0
   126
//! @SYMTestStatus				Implemented
sl@0
   127
//! @SYMTestPriority			1
sl@0
   128
//! @SYMTestExpectedResults			Frame rate is reduced with increased static load
sl@0
   129
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   130
//! @SYMTestType				CIT
sl@0
   131
sl@0
   132
RUN_TEST_STEP !Heap=0x200000	2000	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0032-002
sl@0
   133
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0032-0002
sl@0
   134
sl@0
   135
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0032-0003
sl@0
   136
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0032-0003
sl@0
   137
//! @SYMPREQ					1007 1019
sl@0
   138
//! @SYMREQ						8222 8223 8227
sl@0
   139
//! @SYMAPI						RWindow
sl@0
   140
//! @SYMAuthor					John Mercer
sl@0
   141
//! @SYMCreationDate			24/08/2007
sl@0
   142
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   143
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with 30% simulated load 				
sl@0
   144
//! @SYMTestActions				graphics-wserv-integ-surface-0041-001 as a base, modify the SimLoadApp to load the CPU to 30% before executing the video playback.
sl@0
   145
//!								Measure the frame rate at which the display is updated when under a simulated load.
sl@0
   146
//! @SYMTestStatus				Implemented
sl@0
   147
//! @SYMTestPriority			1
sl@0
   148
//! @SYMTestExpectedResults			Frame rate is reduced with increased static load
sl@0
   149
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   150
//! @SYMTestType				CIT
sl@0
   151
sl@0
   152
RUN_TEST_STEP !Heap=0x200000	2000	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0032-003
sl@0
   153
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0032-0003
sl@0
   154
sl@0
   155
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0032-0004
sl@0
   156
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0032-0004
sl@0
   157
//! @SYMPREQ					1007 1019
sl@0
   158
//! @SYMREQ						8222 8223 8227
sl@0
   159
//! @SYMAPI						RWindow
sl@0
   160
//! @SYMAuthor					John Mercer
sl@0
   161
//! @SYMCreationDate			24/08/2007
sl@0
   162
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   163
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with 40% simulated load 				
sl@0
   164
//! @SYMTestActions				graphics-wserv-integ-surface-0041-001 as a base, modify the SimLoadApp to load the CPU to 40% before executing the video playback.
sl@0
   165
//!								Measure the frame rate at which the display is updated when under a simulated load.
sl@0
   166
//! @SYMTestStatus				Implemented
sl@0
   167
//! @SYMTestPriority			1
sl@0
   168
//! @SYMTestExpectedResults			Frame rate is reduced with increased static load
sl@0
   169
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   170
//! @SYMTestType				CIT
sl@0
   171
sl@0
   172
RUN_TEST_STEP !Heap=0x200000	2000	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0032-004
sl@0
   173
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0032-0004
sl@0
   174
sl@0
   175
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0032-0005
sl@0
   176
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0032-0005
sl@0
   177
//! @SYMPREQ					1007 1019
sl@0
   178
//! @SYMREQ						8222 8223 8227
sl@0
   179
//! @SYMAPI						RWindow
sl@0
   180
//! @SYMAuthor					John Mercer
sl@0
   181
//! @SYMCreationDate			24/08/2007
sl@0
   182
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   183
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with 50% simulated load 				
sl@0
   184
//! @SYMTestActions				graphics-wserv-integ-surface-0041-001 as a base, modify the SimLoadApp to load the CPU to 50% before executing the video playback.
sl@0
   185
//!								Measure the frame rate at which the display is updated when under a simulated load.
sl@0
   186
//! @SYMTestStatus				Implemented
sl@0
   187
//! @SYMTestPriority			1
sl@0
   188
//! @SYMTestExpectedResults			Frame rate is reduced with increased static load
sl@0
   189
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   190
//! @SYMTestType				CIT
sl@0
   191
sl@0
   192
RUN_TEST_STEP !Heap=0x200000	2000	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0032-005
sl@0
   193
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0032-0005
sl@0
   194
sl@0
   195
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0033-0001
sl@0
   196
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0033-0001
sl@0
   197
//! @SYMPREQ					1007 1019
sl@0
   198
//! @SYMREQ						8222 8223 8227
sl@0
   199
//! @SYMAPI						RWindow
sl@0
   200
//! @SYMAuthor					John Mercer
sl@0
   201
//! @SYMCreationDate			24/08/2007
sl@0
   202
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   203
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with window size > image size				
sl@0
   204
//! @SYMTestActions						Info - Image stretched to fit window
sl@0
   205
//! 								Measure frame rate achieved whilst image size is changed
sl@0
   206
//! 								With window size to full screen.
sl@0
   207
//! 								Image size to Half Screen
sl@0
   208
//! @SYMTestStatus				Implemented
sl@0
   209
//! @SYMTestPriority			1
sl@0
   210
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   211
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   212
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   213
//! @SYMTestType				CIT
sl@0
   214
sl@0
   215
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0033-001
sl@0
   216
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0033-0001
sl@0
   217
sl@0
   218
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0033-0002
sl@0
   219
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0033-0002
sl@0
   220
//! @SYMPREQ					1007 1019
sl@0
   221
//! @SYMREQ						8222 8223 8227
sl@0
   222
//! @SYMAPI						RWindow
sl@0
   223
//! @SYMAuthor					John Mercer
sl@0
   224
//! @SYMCreationDate			24/08/2007
sl@0
   225
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   226
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with window size > image size				
sl@0
   227
//! @SYMTestActions						Info - Image stretched to fit window
sl@0
   228
//!								Measure frame rate achieved whilst image size is changed
sl@0
   229
//!								With window size to full screen.
sl@0
   230
//!								Image size to Quarter Screen
sl@0
   231
//! @SYMTestStatus				Implemented
sl@0
   232
//! @SYMTestPriority			1
sl@0
   233
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   234
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   235
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   236
//! @SYMTestType				CIT
sl@0
   237
sl@0
   238
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0033-002
sl@0
   239
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0033-0002
sl@0
   240
sl@0
   241
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0033-0003
sl@0
   242
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0033-0003
sl@0
   243
//! @SYMPREQ					1007 1019
sl@0
   244
//! @SYMREQ						8222 8223 8227
sl@0
   245
//! @SYMAPI						RWindow
sl@0
   246
//! @SYMAuthor					John Mercer
sl@0
   247
//! @SYMCreationDate			24/08/2007
sl@0
   248
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   249
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with window size > image size				
sl@0
   250
//! @SYMTestActions					Info - Image stretched to fit window
sl@0
   251
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   252
//! 							With window size to full screen.
sl@0
   253
//! 							Image size to Eigth Screen
sl@0
   254
//! @SYMTestStatus				Implemented
sl@0
   255
//! @SYMTestPriority			1
sl@0
   256
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   257
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   258
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   259
//! @SYMTestType				CIT
sl@0
   260
sl@0
   261
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0033-003
sl@0
   262
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0033-0003
sl@0
   263
sl@0
   264
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0034-0001
sl@0
   265
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0034-0001
sl@0
   266
//! @SYMPREQ					1007 1019
sl@0
   267
//! @SYMREQ						8222 8223 8227
sl@0
   268
//! @SYMAPI						RWindow
sl@0
   269
//! @SYMAuthor					John Mercer
sl@0
   270
//! @SYMCreationDate			24/08/2007
sl@0
   271
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   272
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with window size == image size, no overlap between ui and ecam windows				
sl@0
   273
//! @SYMTestActions				Measure frame rate achieved whilst image size is changed
sl@0
   274
//!								With window size to half screen.
sl@0
   275
//!								Image size to Half Screen
sl@0
   276
//! @SYMTestStatus				Implemented
sl@0
   277
//! @SYMTestPriority			1
sl@0
   278
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   279
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   280
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   281
//! @SYMTestType				CIT
sl@0
   282
sl@0
   283
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0034-001
sl@0
   284
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0034-0001
sl@0
   285
sl@0
   286
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0034-0002
sl@0
   287
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0034-0002
sl@0
   288
//! @SYMPREQ					1007 1019
sl@0
   289
//! @SYMREQ						8222 8223 8227
sl@0
   290
//! @SYMAPI						RWindow
sl@0
   291
//! @SYMAuthor					John Mercer
sl@0
   292
//! @SYMCreationDate			24/08/2007
sl@0
   293
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   294
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with window size == image size, no overlap between ui and ecam windows				
sl@0
   295
//! @SYMTestActions				Measure frame rate achieved whilst image size is changed
sl@0
   296
//! 							With window size to quarter screen.
sl@0
   297
//! 							Image size to Quarter Screen
sl@0
   298
//! @SYMTestStatus				Implemented
sl@0
   299
//! @SYMTestPriority			1
sl@0
   300
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   301
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   302
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   303
//! @SYMTestType				CIT
sl@0
   304
sl@0
   305
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0034-002
sl@0
   306
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0034-0002
sl@0
   307
sl@0
   308
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0034-0003
sl@0
   309
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0034-0003
sl@0
   310
//! @SYMPREQ					1007 1019
sl@0
   311
//! @SYMREQ						8222 8223 8227
sl@0
   312
//! @SYMAPI						RWindow
sl@0
   313
//! @SYMAuthor					John Mercer
sl@0
   314
//! @SYMCreationDate			24/08/2007
sl@0
   315
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   316
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with window size == image size, no overlap between ui and ecam windows				
sl@0
   317
//! @SYMTestActions				Measure frame rate achieved whilst image size is changed
sl@0
   318
//! 								With window size to eigth screen.
sl@0
   319
//! 								Image size to Eigth Screen
sl@0
   320
//! @SYMTestStatus				Implemented
sl@0
   321
//! @SYMTestPriority			1
sl@0
   322
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   323
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   324
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   325
//! @SYMTestType				CIT
sl@0
   326
sl@0
   327
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0034-003
sl@0
   328
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0034-0003
sl@0
   329
sl@0
   330
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0034-0004
sl@0
   331
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0034-0004
sl@0
   332
//! @SYMPREQ					1007 1019
sl@0
   333
//! @SYMREQ						8222 8223 8227
sl@0
   334
//! @SYMAPI						RWindow
sl@0
   335
//! @SYMAuthor					John Mercer
sl@0
   336
//! @SYMCreationDate			24/08/2007
sl@0
   337
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   338
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with window size == image size, ecam window within ui window				
sl@0
   339
//! @SYMTestActions				Measure frame rate achieved whilst image size is changed
sl@0
   340
//!								With window size to half screen.
sl@0
   341
//!								Image size to Half Screen
sl@0
   342
//! @SYMTestStatus				Implemented
sl@0
   343
//! @SYMTestPriority			1
sl@0
   344
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   345
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   346
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   347
//! @SYMTestType				CIT
sl@0
   348
sl@0
   349
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0034-004
sl@0
   350
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0034-0004
sl@0
   351
sl@0
   352
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0034-0005
sl@0
   353
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0034-0005
sl@0
   354
//! @SYMPREQ					1007 1019
sl@0
   355
//! @SYMREQ						8222 8223 8227
sl@0
   356
//! @SYMAPI						RWindow
sl@0
   357
//! @SYMAuthor					John Mercer
sl@0
   358
//! @SYMCreationDate			24/08/2007
sl@0
   359
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   360
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with window size == image size, ecam window within ui window				
sl@0
   361
//! @SYMTestActions				Measure frame rate achieved whilst image size is changed
sl@0
   362
//! 							With window size to quarter screen.
sl@0
   363
//! 							Image size to Quarter Screen
sl@0
   364
//! @SYMTestStatus				Implemented
sl@0
   365
//! @SYMTestPriority			1
sl@0
   366
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   367
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   368
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   369
//! @SYMTestType				CIT
sl@0
   370
sl@0
   371
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0034-005
sl@0
   372
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0034-0005
sl@0
   373
sl@0
   374
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0034-0006
sl@0
   375
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0034-0006
sl@0
   376
//! @SYMPREQ					1007 1019
sl@0
   377
//! @SYMREQ						8222 8223 8227
sl@0
   378
//! @SYMAPI						RWindow
sl@0
   379
//! @SYMAuthor					John Mercer
sl@0
   380
//! @SYMCreationDate			24/08/2007
sl@0
   381
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   382
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with window size == image size, ecam window within ui window				
sl@0
   383
//! @SYMTestActions				Measure frame rate achieved whilst image size is changed
sl@0
   384
//! 								With window size to eigth screen.
sl@0
   385
//! 								Image size to Eigth Screen
sl@0
   386
//! @SYMTestStatus				Implemented
sl@0
   387
//! @SYMTestPriority			1
sl@0
   388
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   389
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   390
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   391
//! @SYMTestType				CIT
sl@0
   392
sl@0
   393
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0034-006
sl@0
   394
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0034-0006
sl@0
   395
sl@0
   396
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0035-0001
sl@0
   397
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0035-0001
sl@0
   398
//! @SYMPREQ					1007 1019
sl@0
   399
//! @SYMREQ						8222 8223 8227
sl@0
   400
//! @SYMAPI						RWindow
sl@0
   401
//! @SYMAuthor					John Mercer
sl@0
   402
//! @SYMCreationDate			24/08/2007
sl@0
   403
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   404
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with window size < image size, no overlap between ui and ecam windows		
sl@0
   405
//! @SYMTestActions					Info - Image compressed to fit window
sl@0
   406
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   407
//! 							With window size to half screen.
sl@0
   408
//! 							Image size to full screen
sl@0
   409
//! @SYMTestStatus				Implemented
sl@0
   410
//! @SYMTestPriority			1
sl@0
   411
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   412
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   413
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   414
//! @SYMTestType				CIT
sl@0
   415
sl@0
   416
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0035-001
sl@0
   417
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0035-0001
sl@0
   418
sl@0
   419
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0035-0002
sl@0
   420
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0035-0002
sl@0
   421
//! @SYMPREQ					1007 1019
sl@0
   422
//! @SYMREQ						8222 8223 8227
sl@0
   423
//! @SYMAPI						RWindow
sl@0
   424
//! @SYMAuthor					John Mercer
sl@0
   425
//! @SYMCreationDate			24/08/2007
sl@0
   426
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   427
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with window size < image size, no overlap between ui and ecam windows
sl@0
   428
//! @SYMTestActions					Info - Image compressed to fit window
sl@0
   429
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   430
//! 							With window size to quarter screen.
sl@0
   431
//! 							Image size to full screen
sl@0
   432
//! @SYMTestStatus				Implemented
sl@0
   433
//! @SYMTestPriority			1
sl@0
   434
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   435
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   436
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   437
//! @SYMTestType				CIT
sl@0
   438
sl@0
   439
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0035-002
sl@0
   440
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0035-0002
sl@0
   441
sl@0
   442
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0035-0003
sl@0
   443
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0035-0003
sl@0
   444
//! @SYMPREQ					1007 1019
sl@0
   445
//! @SYMREQ						8222 8223 8227
sl@0
   446
//! @SYMAPI						RWindow
sl@0
   447
//! @SYMAuthor					John Mercer
sl@0
   448
//! @SYMCreationDate			24/08/2007
sl@0
   449
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   450
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with window size < image size, no overlap between ui and ecam windows			
sl@0
   451
//! @SYMTestActions					Info - Image compressed to fit window
sl@0
   452
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   453
//! 							With window size to eigth screen.
sl@0
   454
//! 							Image size to full screen
sl@0
   455
//! @SYMTestStatus				Implemented
sl@0
   456
//! @SYMTestPriority			1
sl@0
   457
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   458
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   459
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   460
//! @SYMTestType				CIT
sl@0
   461
sl@0
   462
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0035-003
sl@0
   463
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0035-0003
sl@0
   464
sl@0
   465
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0035-0004
sl@0
   466
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0035-0004
sl@0
   467
//! @SYMPREQ					1007 1019
sl@0
   468
//! @SYMREQ						8222 8223 8227
sl@0
   469
//! @SYMAPI						RWindow
sl@0
   470
//! @SYMAuthor					John Mercer
sl@0
   471
//! @SYMCreationDate			24/08/2007
sl@0
   472
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   473
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with window size < image size, ecam window within ui window			
sl@0
   474
//! @SYMTestActions					Info - Image compressed to fit window
sl@0
   475
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   476
//! 							With window size to half screen.
sl@0
   477
//! 							Image size to full screen
sl@0
   478
//! @SYMTestStatus				Implemented
sl@0
   479
//! @SYMTestPriority			1
sl@0
   480
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   481
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   482
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   483
//! @SYMTestType				CIT
sl@0
   484
sl@0
   485
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0035-004
sl@0
   486
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0035-0004
sl@0
   487
sl@0
   488
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0035-0005
sl@0
   489
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0035-0005
sl@0
   490
//! @SYMPREQ					1007 1019
sl@0
   491
//! @SYMREQ						8222 8223 8227
sl@0
   492
//! @SYMAPI						RWindow
sl@0
   493
//! @SYMAuthor					John Mercer
sl@0
   494
//! @SYMCreationDate			24/08/2007
sl@0
   495
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   496
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with window size < image size, ecam window within ui window		
sl@0
   497
//! @SYMTestActions					Info - Image compressed to fit window
sl@0
   498
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   499
//! 							With window size to quarter screen.
sl@0
   500
//! 							Image size to full screen
sl@0
   501
//! @SYMTestStatus				Implemented
sl@0
   502
//! @SYMTestPriority			1
sl@0
   503
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   504
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   505
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   506
//! @SYMTestType				CIT
sl@0
   507
sl@0
   508
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0035-005
sl@0
   509
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0035-0005
sl@0
   510
sl@0
   511
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0035-0006
sl@0
   512
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0035-0006
sl@0
   513
//! @SYMPREQ					1007 1019
sl@0
   514
//! @SYMREQ						8222 8223 8227
sl@0
   515
//! @SYMAPI						RWindow
sl@0
   516
//! @SYMAuthor					John Mercer
sl@0
   517
//! @SYMCreationDate			24/08/2007
sl@0
   518
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   519
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, with window size < image size, ecam window within ui window		
sl@0
   520
//! @SYMTestActions					Info - Image compressed to fit window
sl@0
   521
//! 							Measure frame rate achieved whilst image size is changed
sl@0
   522
//! 							With window size to eigth screen.
sl@0
   523
//! 							Image size to full screen
sl@0
   524
//! @SYMTestStatus				Implemented
sl@0
   525
//! @SYMTestPriority			1
sl@0
   526
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   527
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   528
//!								NOTE: Results may well differ between emulator and hardware depending on filtering technique used in stretching the image to the window size.
sl@0
   529
//! @SYMTestType				CIT
sl@0
   530
sl@0
   531
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0035-006
sl@0
   532
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0035-0006
sl@0
   533
sl@0
   534
sl@0
   535
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0036-0001
sl@0
   536
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0036-0001
sl@0
   537
//! @SYMPREQ					1007 1019
sl@0
   538
//! @SYMREQ						8222 8223 8227
sl@0
   539
//! @SYMAPI						RWindow
sl@0
   540
//! @SYMAuthor					John Mercer
sl@0
   541
//! @SYMCreationDate			24/08/2007
sl@0
   542
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   543
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, changing window size during playback				
sl@0
   544
//! @SYMTestActions				With graphics-0041 as a base.
sl@0
   545
//! 							Use Rwindow::SetSize() to incrementally decrease window size to 0, and then increase again to full screen. 
sl@0
   546
//! 							Rate of change: once per frame
sl@0
   547
//! 							Measure frame rate achieved whilst window size is changed.
sl@0
   548
//! @SYMTestStatus				Implemented
sl@0
   549
//! @SYMTestPriority			1
sl@0
   550
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   551
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   552
//! 							NOTE: Results may well differ between emulator and hardware depending on filtering technique used in compressing the image to the window size.
sl@0
   553
//! @SYMTestType				CIT
sl@0
   554
sl@0
   555
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0036-001
sl@0
   556
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0036-0001
sl@0
   557
sl@0
   558
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0037-0001
sl@0
   559
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0037-0001
sl@0
   560
//! @SYMPREQ					1007 1019
sl@0
   561
//! @SYMREQ						8222 8223 8227
sl@0
   562
//! @SYMAPI						RWindow
sl@0
   563
//! @SYMAuthor					John Mercer
sl@0
   564
//! @SYMCreationDate			24/08/2007
sl@0
   565
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   566
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, changing window position during playback		
sl@0
   567
//! @SYMTestActions				With graphics-0004 as a base.
sl@0
   568
//! 							Window Size: 25% of screen size
sl@0
   569
//! 							Image Size: 25% of screen size
sl@0
   570
//! 							Rate of change: once per frame
sl@0
   571
//! 							Use Rwindow::SetPosition() to incrementally change the window position, to move around the screen, in a counter clockwise direction, and then change direction after 1 revolution.
sl@0
   572
//! 							Measure frame rate achieved whilst window position is changed.
sl@0
   573
//! @SYMTestStatus				Implemented
sl@0
   574
//!	@SYMTestPriority			1
sl@0
   575
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   576
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   577
//! @SYMTestType				CIT
sl@0
   578
sl@0
   579
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0037-001
sl@0
   580
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0037-0001
sl@0
   581
sl@0
   582
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0038-0001
sl@0
   583
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0038-0001
sl@0
   584
//! @SYMPREQ					1007 1019
sl@0
   585
//! @SYMREQ						8222 8223 8227
sl@0
   586
//! @SYMAPI						RWindow
sl@0
   587
//! @SYMAuthor					John Mercer
sl@0
   588
//! @SYMCreationDate			24/08/2007
sl@0
   589
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   590
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, changing window position and size during playback
sl@0
   591
//! @SYMTestActions				With graphics-0004 as a base.
sl@0
   592
//! 							Use Rwindow::SetExtent() to incrementally change the window position, to move around the screen, in a counter clockwise direction, and then change direction after 1 revolution, and size from full screen down to 0, and back again.
sl@0
   593
//! 							Rate of change: once per frame
sl@0
   594
//! 							Measure frame rate achieved whilst window size is changed.
sl@0
   595
//! @SYMTestStatus				Implemented
sl@0
   596
//! @SYMTestPriority			1
sl@0
   597
//!	@SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   598
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   599
//! 							NOTE: Results may well differ between emulator and hardware depending on filtering technique used in compressing the image to the window size.
sl@0
   600
//! @SYMTestType				CIT
sl@0
   601
sl@0
   602
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0038-001
sl@0
   603
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0038-0001
sl@0
   604
sl@0
   605
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0042-0001
sl@0
   606
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0042-0001
sl@0
   607
//! @SYMPREQ					1007 1019
sl@0
   608
//! @SYMREQ						8222 8223 8227
sl@0
   609
//! @SYMAPI						RWindow
sl@0
   610
//! @SYMAuthor					John Mercer
sl@0
   611
//! @SYMCreationDate			24/08/2007
sl@0
   612
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   613
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, image off screen 1
sl@0
   614
//! @SYMTestActions				With graphics-0001 as a base.
sl@0
   615
//! 							Position window to be partially off screen
sl@0
   616
//! 							Measure frame rate.
sl@0
   617
//! @SYMTestStatus				Implemented
sl@0
   618
//! @SYMTestPriority			1
sl@0
   619
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   620
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   621
//! 							NOTE: Part of the image is off screen.
sl@0
   622
//! @SYMTestType				CIT
sl@0
   623
sl@0
   624
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0042-001
sl@0
   625
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0042-0001
sl@0
   626
sl@0
   627
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0043-0001
sl@0
   628
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0043-0001
sl@0
   629
//! @SYMPREQ					1007 1019
sl@0
   630
//! @SYMREQ						8222 8223 8227
sl@0
   631
//! @SYMAPI						RWindow
sl@0
   632
//! @SYMAuthor					John Mercer
sl@0
   633
//! @SYMCreationDate			24/08/2007
sl@0
   634
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   635
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, image off screen 2
sl@0
   636
//! @SYMTestActions				With graphics-0041 as a base.
sl@0
   637
//! 							Position window to be partially off screen.
sl@0
   638
//! 							Use Rwindow::SetExtent() to incrementally change the window position and size, to move further off screen. At least one call must be to keep same position but to change size in the off screen portion.
sl@0
   639
//! 							Measure frame rate.
sl@0
   640
//! @SYMTestStatus				Implemented
sl@0
   641
//!	@SYMTestPriority			1
sl@0
   642
//! @SYMTestExpectedResults		Composition time improves as more of window moves off screen.
sl@0
   643
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   644
//!								NOTE: Window moves further off screen.
sl@0
   645
//! @SYMTestType				CIT
sl@0
   646
sl@0
   647
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0043-001
sl@0
   648
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0043-0001
sl@0
   649
sl@0
   650
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0044-0001
sl@0
   651
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0044-0001
sl@0
   652
//! @SYMPREQ					1007 1019
sl@0
   653
//! @SYMREQ						8222 8223 8227
sl@0
   654
//! @SYMAPI						RWindow
sl@0
   655
//! @SYMAuthor					John Mercer
sl@0
   656
//! @SYMCreationDate			24/08/2007
sl@0
   657
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   658
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, popup opaque dialog
sl@0
   659
//! @SYMTestActions				With graphics-0041 as a base.
sl@0
   660
//! 							During playback create opaque popup dialog box in its own window and then remove. Repeat once  (BitBlt of prepared image of dialog box)
sl@0
   661
//! 							Close dialog.
sl@0
   662
//! 							Repeat.
sl@0
   663
//! 							Measure frame rate
sl@0
   664
//! @SYMTestStatus				Implemented
sl@0
   665
//!	@SYMTestPriority			1
sl@0
   666
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   667
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   668
//!								Opaque dialog appears and disappears on top of scene.
sl@0
   669
//! @SYMTestType				CIT
sl@0
   670
sl@0
   671
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0044-001
sl@0
   672
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0044-0001
sl@0
   673
sl@0
   674
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0045-0001
sl@0
   675
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0045-0001
sl@0
   676
//! @SYMPREQ					1007 1019
sl@0
   677
//! @SYMREQ						8222 8223 8227
sl@0
   678
//! @SYMAPI						RWindow
sl@0
   679
//! @SYMAuthor					John Mercer
sl@0
   680
//! @SYMCreationDate			24/08/2007
sl@0
   681
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   682
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, popup semi-transparent dialog
sl@0
   683
//! @SYMTestActions				With graphics-0041 as a base.
sl@0
   684
//! 							During playback create semi-transparent popup dialog box in its own window and then remove. Repeat once  (BitBlt of prepared image of dialog box)
sl@0
   685
//! 							Close dialog.
sl@0
   686
//! 							Repeat.
sl@0
   687
//! 							Measure frame rate.
sl@0
   688
//! @SYMTestStatus				Implemented
sl@0
   689
//!	@SYMTestPriority			1
sl@0
   690
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   691
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   692
//!								Semi-transparent dialog is composed on top of scene.
sl@0
   693
//! @SYMTestType				CIT
sl@0
   694
sl@0
   695
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0045-001
sl@0
   696
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0045-0001