os/mm/mmapitest/devvideohaitest/scripts/mm-mmf-devvideo-playback-h263-automated.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) 2005-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
//! @file
sl@0
    18
//! @SYMTestSuiteName mm-mmf-devvideo-playback-h263-automated
sl@0
    19
//! @SYMScriptTestEnvironment This test script requires a basic ROM.
sl@0
    20
//
sl@0
    21
// Tests all public elements of the MMMFDevVideoPlayObserver,CMMFDevVideoPlay 
sl@0
    22
// classes as a means of confidence that the APIs work as expected.
sl@0
    23
// 
sl@0
    24
// The purpose is to provide a regression test suite of PublishedAll
sl@0
    25
// APIs for: MMMFDevVideoPlayObserver,CMMFDevVideoPlay 
sl@0
    26
// The tests are fully automated.
sl@0
    27
//
sl@0
    28
sl@0
    29
sl@0
    30
sl@0
    31
LOAD_SUITE t_devvideo
sl@0
    32
sl@0
    33
DELAY 2000
sl@0
    34
sl@0
    35
START_TESTCASE MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0001
sl@0
    36
sl@0
    37
//!@SYMTestCaseID		MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0001
sl@0
    38
//!@SYMAPI
sl@0
    39
//!                CMMFDevVideoPlay::GetDecoderListL(RArray< TUid > {ref});
sl@0
    40
//!                CMMFDevVideoPlay::GetPostProcessorListL(RArray< TUid > {ref});
sl@0
    41
//!                CMMFDevVideoPlay::SelectDecoderL(TUid);
sl@0
    42
//!                CMMFDevVideoPlay::SelectPostProcessorL(TUid);
sl@0
    43
//!                CMMFDevVideoPlay::SetInputFormatL(THwDeviceId,  const TUncompressedVideoFormat {ref});
sl@0
    44
//!                CMMFDevVideoPlay::GetOutputFormatListL(THwDeviceId, RArray< TUncompressedVideoFormat > {ref});
sl@0
    45
//!                CMMFDevVideoPlay::{ptr}PostProcessorInfoLC(TUid);
sl@0
    46
//!                CMMFDevVideoPlay::FindCommonFormat(const TArray< TUncompressedVideoFormat > {ref}, const TArray< TUncompressedVideoFormat > {ref], CMMFDevVideoPlay::TUncompressedVideoFormat {ref]);
sl@0
    47
//!                CMMFDevVideoPlay:: SetOutputFormatL(THwDeviceId, const TUncompressedVideoFormat {ref});
sl@0
    48
//!                CMMFDevVideoPlay:: SetInputFormatL(THwDeviceId , const TUncompressedVideoFormat {ref});
sl@0
    49
//!                CMMFDevVideoPlay::{ptr}GetHeaderInformationL(TVideoDataUnitType, TVideoDataUnitEncapsulation, TVideoInputBuffer {ptr});
sl@0
    50
//!                CMMFDevVideoPlay:: ReturnHeader(TVideoPictureHeader {ptr});
sl@0
    51
//!                CMMFDevVideoPlay:: SetVideoDestScreenL(TBool);
sl@0
    52
//!                CMMFDevVideoPlay:: SetPostProcessTypesL(THwDeviceId , TUint32 );
sl@0
    53
//!                CMMFDevVideoPlay:: GetBufferOptions(TBufferOptions {ref});
sl@0
    54
//!                CMMFDevVideoPlay:: SetBufferOptionsL(const TBufferOptions {ref});
sl@0
    55
//!                CMMFDevVideoPlay:: SetClockSource(MMMFClockSource {ptr]);
sl@0
    56
//!                CMMFDevVideoPlay:: Initialize();
sl@0
    57
//!                CMMFDevVideoPlay:: StartDirectScreenAccessL(const TRect {ref}, CFbsScreenDevice &aScreenDevice, const TRegion {ref});
sl@0
    58
//!                CMMFDevVideoPlay:: Start();
sl@0
    59
//!                CMMFDevVideoPlay:: Stop();
sl@0
    60
//!                CMMFDevVideoPlay:: AbortDirectScreenAccess();
sl@0
    61
//!                
sl@0
    62
//!@SYMAuthor			alavariega
sl@0
    63
//!@SYMCreationDate		16/6/2008
sl@0
    64
//!@SYMTestCaseDesc		 NCP H.263 CIF Video Playback at 15fps 384kbps
sl@0
    65
//!@SYMTestActions
sl@0
    66
//!                1. NewL (inputfile = akiyo_cif_15fps_384k_dec.h263; screen = TRUE; codec = EH263; synch = 1; inputPath = {PATHVIDEOS, inputPath})
sl@0
    67
//!                2. SelectDecoderL (dec = {DECODERS, H263}) 
sl@0
    68
//!                3. SelectPostProcessorL  (postprocessor = {POSTPROCESSOR, uid})
sl@0
    69
//!                4. SetInputFormat (useDecoder = TRUE; mimeType= {MIME,H263})
sl@0
    70
//!                5. GetOutputFormatListL (useDecoder = TRUE) 
sl@0
    71
//!                6. PostProcessorInfoLC
sl@0
    72
//!                7. FindCommonFormat
sl@0
    73
//!                8. SetOutputFormatL  (useDecoder = TRUE)
sl@0
    74
//!                9. SetInputFormat (useDecoder = FALSE; mimeType= {MIME,H263})
sl@0
    75
//!                10. GetOutputFormatListL (useDecoder = FALSE)
sl@0
    76
//!                11. SetOutputFormatL (useDecoder = FALSE)
sl@0
    77
//!                12. GetHeaderInformationL (buffer = {BUFFER_SIZE, KH263MaxCodedSizeCIF})
sl@0
    78
//!                13. ReturnHeader
sl@0
    79
//!                14. SetVideoDestScreenL
sl@0
    80
//!                15. SetPostProcessTypesL (combination = 44)
sl@0
    81
//!                16. GetBufferOptions
sl@0
    82
//!                17. SetBufferOptionsL
sl@0
    83
//!                18. SetClockSource  (synch = 1; framerate = 15)
sl@0
    84
//!                19. Initialize
sl@0
    85
//!                OUTSTANDING
sl@0
    86
//!                20. StartDirectScreenAccess (displayMode = EColor64K)
sl@0
    87
//!                21. Start  
sl@0
    88
//!                OUTSTANDING
sl@0
    89
//!                22. Stop
sl@0
    90
//!                23. AbortDirectScreenAccess
sl@0
    91
//!                24. ~
sl@0
    92
//!@SYMTestStatus		Verified
sl@0
    93
//!@SYMTestPriority		Normal
sl@0
    94
//!@SYMTestExpectedResults
sl@0
    95
//!                Video must be played on the screen without any blurrness.
sl@0
    96
//!@SYMTestType			CIT
sl@0
    97
sl@0
    98
	START_TEST_BLOCK	900	t_devvideo	\multimedia\mmf\devvideo\mm-mmf-devvideo-playback-h263-automated.ini
sl@0
    99
		CREATE_OBJECT	CMMFDevVideoPlay		mmfdvplay
sl@0
   100
		COMMAND		mmfdvplay		NewL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0001-0001-NewL_command01
sl@0
   101
		COMMAND		mmfdvplay		SelectDecoderL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0001-0001-SelectDecoderL_command02
sl@0
   102
		COMMAND		mmfdvplay		SelectPostProcessorL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0001-0001-SelectPostProcessorL_command03
sl@0
   103
		COMMAND		mmfdvplay		SetInputFormat			MULTIMEDIA-MMF-DevVideo-Playback-H263-0001-0001-SetInputFormat_command04
sl@0
   104
		COMMAND		mmfdvplay		GetOutputFormatListL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0001-0001-GetOutputFormatListL_command05
sl@0
   105
		COMMAND		mmfdvplay		PostProcessorInfoLC
sl@0
   106
		COMMAND		mmfdvplay		FindCommonFormat
sl@0
   107
		COMMAND		mmfdvplay		SetOutputFormatL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0001-0001-SetOutputFormatL_command08
sl@0
   108
		COMMAND		mmfdvplay		SetInputFormat			MULTIMEDIA-MMF-DevVideo-Playback-H263-0001-0001-SetInputFormat_command09
sl@0
   109
		COMMAND		mmfdvplay		GetOutputFormatListL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0001-0001-GetOutputFormatListL_command10
sl@0
   110
		COMMAND		mmfdvplay		SetOutputFormatL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0001-0001-SetOutputFormatL_command11
sl@0
   111
		COMMAND		mmfdvplay		GetHeaderInformationL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0001-0001-GetHeaderInformationL_command12
sl@0
   112
		COMMAND		mmfdvplay		ReturnHeader
sl@0
   113
		COMMAND		mmfdvplay		SetVideoDestScreenL
sl@0
   114
		COMMAND		mmfdvplay		SetPostProcessTypesL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0001-0001-SetPostProcessTypesL_command15
sl@0
   115
		COMMAND		mmfdvplay		GetBufferOptions
sl@0
   116
		COMMAND		mmfdvplay		SetBufferOptionsL
sl@0
   117
		COMMAND		mmfdvplay		SetClockSource			MULTIMEDIA-MMF-DevVideo-Playback-H263-0001-0001-SetClockSource_command18
sl@0
   118
		COMMAND		mmfdvplay		Initialize
sl@0
   119
		OUTSTANDING
sl@0
   120
		COMMAND		mmfdvplay		StartDirectScreenAccess			MULTIMEDIA-MMF-DevVideo-Playback-H263-0001-0001-StartDirectScreenAccess_command20
sl@0
   121
		COMMAND		mmfdvplay		Start
sl@0
   122
		OUTSTANDING
sl@0
   123
		COMMAND		mmfdvplay		Stop
sl@0
   124
		COMMAND		mmfdvplay		AbortDirectScreenAccess
sl@0
   125
		COMMAND		mmfdvplay		~
sl@0
   126
	END_TEST_BLOCK
sl@0
   127
END_TESTCASE MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0001
sl@0
   128
sl@0
   129
sl@0
   130
sl@0
   131
sl@0
   132
START_TESTCASE MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0002
sl@0
   133
sl@0
   134
//!@SYMTestCaseID		MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0002
sl@0
   135
//!@SYMAPI
sl@0
   136
//!                CMMFDevVideoPlay::GetDecoderListL(RArray< TUid > {ref});
sl@0
   137
//!                CMMFDevVideoPlay::GetPostProcessorListL(RArray< TUid > {ref});
sl@0
   138
//!                CMMFDevVideoPlay::SelectDecoderL(TUid);
sl@0
   139
//!                CMMFDevVideoPlay::SelectPostProcessorL(TUid);
sl@0
   140
//!                CMMFDevVideoPlay::SetInputFormatL(THwDeviceId,  const TUncompressedVideoFormat {ref});
sl@0
   141
//!                CMMFDevVideoPlay::GetOutputFormatListL(THwDeviceId, RArray< TUncompressedVideoFormat > {ref});
sl@0
   142
//!                CMMFDevVideoPlay::{ptr}PostProcessorInfoLC(TUid);
sl@0
   143
//!                CMMFDevVideoPlay::FindCommonFormat(const TArray< TUncompressedVideoFormat > {ref}, const TArray< TUncompressedVideoFormat > {ref], CMMFDevVideoPlay::TUncompressedVideoFormat {ref]);
sl@0
   144
//!                CMMFDevVideoPlay:: SetOutputFormatL(THwDeviceId, const TUncompressedVideoFormat {ref});
sl@0
   145
//!                CMMFDevVideoPlay:: SetInputFormatL(THwDeviceId , const TUncompressedVideoFormat {ref});
sl@0
   146
//!                CMMFDevVideoPlay::{ptr}GetHeaderInformationL(TVideoDataUnitType, TVideoDataUnitEncapsulation, TVideoInputBuffer {ptr});
sl@0
   147
//!                CMMFDevVideoPlay:: ReturnHeader(TVideoPictureHeader {ptr});
sl@0
   148
//!                CMMFDevVideoPlay:: SetVideoDestScreenL(TBool);
sl@0
   149
//!                CMMFDevVideoPlay:: SetPostProcessTypesL(THwDeviceId , TUint32 );
sl@0
   150
//!                CMMFDevVideoPlay:: GetBufferOptions(TBufferOptions {ref});
sl@0
   151
//!                CMMFDevVideoPlay:: SetBufferOptionsL(const TBufferOptions {ref});
sl@0
   152
//!                CMMFDevVideoPlay:: SetClockSource(MMMFClockSource {ptr]);
sl@0
   153
//!                CMMFDevVideoPlay:: Initialize();
sl@0
   154
//!                CMMFDevVideoPlay:: StartDirectScreenAccessL(const TRect {ref}, CFbsScreenDevice &aScreenDevice, const TRegion {ref});
sl@0
   155
//!                CMMFDevVideoPlay:: Start();
sl@0
   156
//!                CMMFDevVideoPlay:: Stop();
sl@0
   157
//!                CMMFDevVideoPlay:: AbortDirectScreenAccess();
sl@0
   158
//!@SYMAuthor			alavariega
sl@0
   159
//!@SYMCreationDate		16/6/2008
sl@0
   160
//!@SYMTestCaseDesc		 NCP H.263 CIF Video Playback at 30fps 384kbps
sl@0
   161
//!@SYMTestActions
sl@0
   162
//!                1. NewL (inputfile = akiyo_cif_30fps_384k_dec.h263; screen = TRUE; codec = EH263; synch = 1; inputPath = {PATHVIDEOS, inputPath})
sl@0
   163
//!                2. SelectDecoderL (dec = {DECODERS, H263}) 
sl@0
   164
//!                3. SelectPostProcessorL  (postprocessor = {POSTPROCESSOR, uid})
sl@0
   165
//!                4. SetInputFormat (useDecoder = TRUE; mimeType= {MIME,H263})
sl@0
   166
//!                5. GetOutputFormatListL (useDecoder = TRUE) 
sl@0
   167
//!                6. PostProcessorInfoLC
sl@0
   168
//!                7. FindCommonFormat
sl@0
   169
//!                8. SetOutputFormatL  (useDecoder = TRUE)
sl@0
   170
//!                9. SetInputFormat (useDecoder = FALSE; mimeType= {MIME,H263})
sl@0
   171
//!                10. GetOutputFormatListL (useDecoder = FALSE)
sl@0
   172
//!                11. SetOutputFormatL (useDecoder = FALSE)
sl@0
   173
//!                12. GetHeaderInformationL (buffer = {BUFFER_SIZE, KH263MaxCodedSizeCIF})
sl@0
   174
//!                13. ReturnHeader
sl@0
   175
//!                14. SetVideoDestScreenL
sl@0
   176
//!                15. SetPostProcessTypesL (combination = 44)
sl@0
   177
//!                16. GetBufferOptions
sl@0
   178
//!                17. SetBufferOptionsL
sl@0
   179
//!                18. SetClockSource  (synch = 1; framerate = 30)
sl@0
   180
//!                19. Initialize
sl@0
   181
//!                OUTSTANDING
sl@0
   182
//!                20. StartDirectScreenAccess (displayMode = EColor64K)
sl@0
   183
//!                21. Start  
sl@0
   184
//!                OUTSTANDING
sl@0
   185
//!                22. Stop
sl@0
   186
//!                23. AbortDirectScreenAccess
sl@0
   187
//!                24. ~
sl@0
   188
//!@SYMTestStatus		Verified
sl@0
   189
//!@SYMTestPriority		Normal
sl@0
   190
//!@SYMTestExpectedResults
sl@0
   191
//!                Video must be played on the screen without any blurrness.
sl@0
   192
//!@SYMTestType			CIT
sl@0
   193
sl@0
   194
	START_TEST_BLOCK	900	t_devvideo	\multimedia\mmf\devvideo\mm-mmf-devvideo-playback-h263-automated.ini
sl@0
   195
		CREATE_OBJECT	CMMFDevVideoPlay		mmfdvplay
sl@0
   196
		COMMAND		mmfdvplay		NewL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0002-0001-NewL_command01
sl@0
   197
		COMMAND		mmfdvplay		SelectDecoderL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0002-0001-SelectDecoderL_command02
sl@0
   198
		COMMAND		mmfdvplay		SelectPostProcessorL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0002-0001-SelectPostProcessorL_command03
sl@0
   199
		COMMAND		mmfdvplay		SetInputFormat			MULTIMEDIA-MMF-DevVideo-Playback-H263-0002-0001-SetInputFormat_command04
sl@0
   200
		COMMAND		mmfdvplay		GetOutputFormatListL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0002-0001-GetOutputFormatListL_command05
sl@0
   201
		COMMAND		mmfdvplay		PostProcessorInfoLC
sl@0
   202
		COMMAND		mmfdvplay		FindCommonFormat
sl@0
   203
		COMMAND		mmfdvplay		SetOutputFormatL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0002-0001-SetOutputFormatL_command08
sl@0
   204
		COMMAND		mmfdvplay		SetInputFormat			MULTIMEDIA-MMF-DevVideo-Playback-H263-0002-0001-SetInputFormat_command09
sl@0
   205
		COMMAND		mmfdvplay		GetOutputFormatListL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0002-0001-GetOutputFormatListL_command10
sl@0
   206
		COMMAND		mmfdvplay		SetOutputFormatL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0002-0001-SetOutputFormatL_command11
sl@0
   207
		COMMAND		mmfdvplay		GetHeaderInformationL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0002-0001-GetHeaderInformationL_command12
sl@0
   208
		COMMAND		mmfdvplay		ReturnHeader
sl@0
   209
		COMMAND		mmfdvplay		SetVideoDestScreenL
sl@0
   210
		COMMAND		mmfdvplay		SetPostProcessTypesL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0002-0001-SetPostProcessTypesL_command15
sl@0
   211
		COMMAND		mmfdvplay		GetBufferOptions
sl@0
   212
		COMMAND		mmfdvplay		SetBufferOptionsL
sl@0
   213
		COMMAND		mmfdvplay		SetClockSource			MULTIMEDIA-MMF-DevVideo-Playback-H263-0002-0001-SetClockSource_command18
sl@0
   214
		COMMAND		mmfdvplay		Initialize
sl@0
   215
		OUTSTANDING
sl@0
   216
		COMMAND		mmfdvplay		StartDirectScreenAccess			MULTIMEDIA-MMF-DevVideo-Playback-H263-0002-0001-StartDirectScreenAccess_command20
sl@0
   217
		COMMAND		mmfdvplay		Start
sl@0
   218
		OUTSTANDING
sl@0
   219
		COMMAND		mmfdvplay		Stop
sl@0
   220
		COMMAND		mmfdvplay		AbortDirectScreenAccess
sl@0
   221
		COMMAND		mmfdvplay		~
sl@0
   222
	END_TEST_BLOCK
sl@0
   223
END_TESTCASE MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0002
sl@0
   224
sl@0
   225
sl@0
   226
sl@0
   227
sl@0
   228
START_TESTCASE MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0003
sl@0
   229
sl@0
   230
//!@SYMTestCaseID		MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0003
sl@0
   231
//!@SYMAPI
sl@0
   232
//!                CMMFDevVideoPlay::GetDecoderListL(RArray< TUid > {ref});
sl@0
   233
//!                CMMFDevVideoPlay::GetPostProcessorListL(RArray< TUid > {ref});
sl@0
   234
//!                CMMFDevVideoPlay::SelectDecoderL(TUid);
sl@0
   235
//!                CMMFDevVideoPlay::SelectPostProcessorL(TUid);
sl@0
   236
//!                CMMFDevVideoPlay::SetInputFormatL(THwDeviceId,  const TUncompressedVideoFormat {ref});
sl@0
   237
//!                CMMFDevVideoPlay::GetOutputFormatListL(THwDeviceId, RArray< TUncompressedVideoFormat > {ref});
sl@0
   238
//!                CMMFDevVideoPlay::{ptr}PostProcessorInfoLC(TUid);
sl@0
   239
//!                CMMFDevVideoPlay::FindCommonFormat(const TArray< TUncompressedVideoFormat > {ref}, const TArray< TUncompressedVideoFormat > {ref], CMMFDevVideoPlay::TUncompressedVideoFormat {ref]);
sl@0
   240
//!                CMMFDevVideoPlay:: SetOutputFormatL(THwDeviceId, const TUncompressedVideoFormat {ref});
sl@0
   241
//!                CMMFDevVideoPlay:: SetInputFormatL(THwDeviceId , const TUncompressedVideoFormat {ref});
sl@0
   242
//!                CMMFDevVideoPlay::{ptr}GetHeaderInformationL(TVideoDataUnitType, TVideoDataUnitEncapsulation, TVideoInputBuffer {ptr});
sl@0
   243
//!                CMMFDevVideoPlay:: ReturnHeader(TVideoPictureHeader {ptr});
sl@0
   244
//!                CMMFDevVideoPlay:: SetVideoDestScreenL(TBool);
sl@0
   245
//!                CMMFDevVideoPlay:: SetPostProcessTypesL(THwDeviceId , TUint32 );
sl@0
   246
//!                CMMFDevVideoPlay:: GetBufferOptions(TBufferOptions {ref});
sl@0
   247
//!                CMMFDevVideoPlay:: SetBufferOptionsL(const TBufferOptions {ref});
sl@0
   248
//!                CMMFDevVideoPlay:: SetClockSource(MMMFClockSource {ptr]);
sl@0
   249
//!                CMMFDevVideoPlay:: Initialize();
sl@0
   250
//!                CMMFDevVideoPlay:: StartDirectScreenAccessL(const TRect {ref}, CFbsScreenDevice &aScreenDevice, const TRegion {ref});
sl@0
   251
//!                CMMFDevVideoPlay:: Start();
sl@0
   252
//!                CMMFDevVideoPlay:: Stop();
sl@0
   253
//!                CMMFDevVideoPlay:: AbortDirectScreenAccess();
sl@0
   254
//!@SYMAuthor			alavariega
sl@0
   255
//!@SYMCreationDate		16/6/2008
sl@0
   256
//!@SYMTestCaseDesc		 NCP H.263 CIF Video Playback at 15fps 128kbps
sl@0
   257
//!@SYMTestActions
sl@0
   258
//!                1. NewL (inputfile = akiyo_cif_15fps_128k_dec.h263; screen = TRUE; codec = EH263; synch = 1; inputPath = {PATHVIDEOS, inputPath})
sl@0
   259
//!                2. SelectDecoderL (dec = {DECODERS, H263}) 
sl@0
   260
//!                3. SelectPostProcessorL  (postprocessor = {POSTPROCESSOR, uid})
sl@0
   261
//!                4. SetInputFormat (useDecoder = TRUE; mimeType= {MIME,H263})
sl@0
   262
//!                5. GetOutputFormatListL (useDecoder = TRUE) 
sl@0
   263
//!                6. PostProcessorInfoLC
sl@0
   264
//!                7. FindCommonFormat
sl@0
   265
//!                8. SetOutputFormatL  (useDecoder = TRUE)
sl@0
   266
//!                9. SetInputFormat (useDecoder = FALSE; mimeType= {MIME,H263})
sl@0
   267
//!                10. GetOutputFormatListL (useDecoder = FALSE)
sl@0
   268
//!                11. SetOutputFormatL (useDecoder = FALSE)
sl@0
   269
//!                12. GetHeaderInformationL (buffer = {BUFFER_SIZE, KH263MaxCodedSizeCIF})
sl@0
   270
//!                13. ReturnHeader
sl@0
   271
//!                14. SetVideoDestScreenL
sl@0
   272
//!                15. SetPostProcessTypesL (combination = 44)
sl@0
   273
//!                16. GetBufferOptions
sl@0
   274
//!                17. SetBufferOptionsL
sl@0
   275
//!                18. SetClockSource  (synch = 1; framerate = 15)
sl@0
   276
//!                19. Initialize
sl@0
   277
//!                OUTSTANDING
sl@0
   278
//!                20. StartDirectScreenAccess (displayMode = EColor64K)
sl@0
   279
//!                21. Start  
sl@0
   280
//!                OUTSTANDING
sl@0
   281
//!                22. Stop
sl@0
   282
//!                23. AbortDirectScreenAccess
sl@0
   283
//!                24. ~
sl@0
   284
//!@SYMTestStatus		Verified
sl@0
   285
//!@SYMTestPriority		Normal
sl@0
   286
//!@SYMTestExpectedResults
sl@0
   287
//!                Video must be played on the screen without any blurrness.
sl@0
   288
//!@SYMTestType			CIT
sl@0
   289
sl@0
   290
	START_TEST_BLOCK	900	t_devvideo	\multimedia\mmf\devvideo\mm-mmf-devvideo-playback-h263-automated.ini
sl@0
   291
		CREATE_OBJECT	CMMFDevVideoPlay		mmfdvplay
sl@0
   292
		COMMAND		mmfdvplay		NewL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0003-0001-NewL_command01
sl@0
   293
		COMMAND		mmfdvplay		SelectDecoderL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0003-0001-SelectDecoderL_command02
sl@0
   294
		COMMAND		mmfdvplay		SelectPostProcessorL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0003-0001-SelectPostProcessorL_command03
sl@0
   295
		COMMAND		mmfdvplay		SetInputFormat			MULTIMEDIA-MMF-DevVideo-Playback-H263-0003-0001-SetInputFormat_command04
sl@0
   296
		COMMAND		mmfdvplay		GetOutputFormatListL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0003-0001-GetOutputFormatListL_command05
sl@0
   297
		COMMAND		mmfdvplay		PostProcessorInfoLC
sl@0
   298
		COMMAND		mmfdvplay		FindCommonFormat
sl@0
   299
		COMMAND		mmfdvplay		SetOutputFormatL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0003-0001-SetOutputFormatL_command08
sl@0
   300
		COMMAND		mmfdvplay		SetInputFormat			MULTIMEDIA-MMF-DevVideo-Playback-H263-0003-0001-SetInputFormat_command09
sl@0
   301
		COMMAND		mmfdvplay		GetOutputFormatListL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0003-0001-GetOutputFormatListL_command10
sl@0
   302
		COMMAND		mmfdvplay		SetOutputFormatL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0003-0001-SetOutputFormatL_command11
sl@0
   303
		COMMAND		mmfdvplay		GetHeaderInformationL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0003-0001-GetHeaderInformationL_command12
sl@0
   304
		COMMAND		mmfdvplay		ReturnHeader
sl@0
   305
		COMMAND		mmfdvplay		SetVideoDestScreenL
sl@0
   306
		COMMAND		mmfdvplay		SetPostProcessTypesL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0003-0001-SetPostProcessTypesL_command15
sl@0
   307
		COMMAND		mmfdvplay		GetBufferOptions
sl@0
   308
		COMMAND		mmfdvplay		SetBufferOptionsL
sl@0
   309
		COMMAND		mmfdvplay		SetClockSource			MULTIMEDIA-MMF-DevVideo-Playback-H263-0003-0001-SetClockSource_command18
sl@0
   310
		COMMAND		mmfdvplay		Initialize
sl@0
   311
		OUTSTANDING
sl@0
   312
		COMMAND		mmfdvplay		StartDirectScreenAccess			MULTIMEDIA-MMF-DevVideo-Playback-H263-0003-0001-StartDirectScreenAccess_command20
sl@0
   313
		COMMAND		mmfdvplay		Start
sl@0
   314
		OUTSTANDING
sl@0
   315
		COMMAND		mmfdvplay		Stop
sl@0
   316
		COMMAND		mmfdvplay		AbortDirectScreenAccess
sl@0
   317
		COMMAND		mmfdvplay		~
sl@0
   318
	END_TEST_BLOCK
sl@0
   319
END_TESTCASE MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0003
sl@0
   320
sl@0
   321
sl@0
   322
sl@0
   323
sl@0
   324
START_TESTCASE MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0004
sl@0
   325
sl@0
   326
//!@SYMTestCaseID		MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0004
sl@0
   327
//!@SYMAPI
sl@0
   328
//!                CMMFDevVideoPlay:: GetDecoderListL(RArray< TUid > {ref});
sl@0
   329
//!                CMMFDevVideoPlay:: GetPostProcessorListL(RArray< TUid > {ref});
sl@0
   330
//!                CMMFDevVideoPlay:: SelectDecoderL(TUid);
sl@0
   331
//!                CMMFDevVideoPlay:: SelectPostProcessorL(TUid);
sl@0
   332
//!                CMMFDevVideoPlay:: SetInputFormatL(THwDeviceId,  const TUncompressedVideoFormat {ref});
sl@0
   333
//!                CMMFDevVideoPlay:: GetOutputFormatListL(THwDeviceId, RArray< TUncompressedVideoFormat > {ref});
sl@0
   334
//!                CMMFDevVideoPlay:: {ptr}PostProcessorInfoLC(TUid);
sl@0
   335
//!                CMMFDevVideoPlay:: FindCommonFormat(const TArray< TUncompressedVideoFormat > {ref}, const TArray< TUncompressedVideoFormat > {ref], TUncompressedVideoFormat {ref]);
sl@0
   336
//!                CMMFDevVideoPlay::  SetOutputFormatL(THwDeviceId, const TUncompressedVideoFormat {ref});
sl@0
   337
//!                CMMFDevVideoPlay:: {ptr}GetHeaderInformationL(TVideoDataUnitType, TVideoDataUnitEncapsulation, TVideoInputBuffer {ptr});
sl@0
   338
//!                CMMFDevVideoPlay::  ReturnHeader(TVideoPictureHeader {ptr});
sl@0
   339
//!                CMMFDevVideoPlay::  SetVideoDestScreenL(TBool);
sl@0
   340
//!                CMMFDevVideoPlay::  SetPostProcessTypesL(THwDeviceId , TUint32 );
sl@0
   341
//!                CMMFDevVideoPlay::  GetBufferOptions(TBufferOptions {ref});
sl@0
   342
//!                CMMFDevVideoPlay::  SetBufferOptionsL(const TBufferOptions {ref});
sl@0
   343
//!                CMMFDevVideoPlay::  SetClockSource(MMMFClockSource {ptr]);
sl@0
   344
//!                CMMFDevVideoPlay::  Initialize();
sl@0
   345
//!                CMMFDevVideoPlay::  StartDirectScreenAccessL(const TRect {ref}, CFbsScreenDevice &aScreenDevice, const TRegion {ref});
sl@0
   346
//!                CMMFDevVideoPlay::  Start();
sl@0
   347
//!                CMMFDevVideoPlay::  Stop();
sl@0
   348
//!                CMMFDevVideoPlay::  AbortDirectScreenAccess();
sl@0
   349
//!@SYMAuthor			alavariega
sl@0
   350
//!@SYMCreationDate		16/6/2008
sl@0
   351
//!@SYMTestCaseDesc		 NCP H.263 CIF Video Playback at 15fps 64kbps
sl@0
   352
//!@SYMTestActions
sl@0
   353
//!                1. NewL (inputfile = akiyo_cif_15fps_64k_dec.h263 ; screen = TRUE; codec = EH263; synch = 1; inputPath = {PATHVIDEOS, inputPath})
sl@0
   354
//!                2. SelectDecoderL (dec = {DECODERS, H263}) 
sl@0
   355
//!                3. SelectPostProcessorL  (postprocessor = {POSTPROCESSOR, uid})
sl@0
   356
//!                4. SetInputFormat (useDecoder = TRUE; mimeType= {MIME,H263})
sl@0
   357
//!                5. GetOutputFormatListL (useDecoder = TRUE) 
sl@0
   358
//!                6. PostProcessorInfoLC
sl@0
   359
//!                7. FindCommonFormat
sl@0
   360
//!                8. SetOutputFormatL  (useDecoder = TRUE)
sl@0
   361
//!                9. SetInputFormat (useDecoder = FALSE; mimeType= {MIME,H263})
sl@0
   362
//!                10. GetOutputFormatListL (useDecoder = FALSE)
sl@0
   363
//!                11. SetOutputFormatL (useDecoder = FALSE)
sl@0
   364
//!                12. GetHeaderInformationL (buffer = {BUFFER_SIZE, KH263MaxCodedSizeCIF})
sl@0
   365
//!                13. ReturnHeader
sl@0
   366
//!                14. SetVideoDestScreenL
sl@0
   367
//!                15. SetPostProcessTypesL (combination = 44)
sl@0
   368
//!                16. GetBufferOptions
sl@0
   369
//!                17. SetBufferOptionsL
sl@0
   370
//!                18. SetClockSource  (synch = 1; framerate = 15)
sl@0
   371
//!                19. Initialize
sl@0
   372
//!                OUTSTANDING
sl@0
   373
//!                20. StartDirectScreenAccess (displayMode = EColor64K)
sl@0
   374
//!                21. Start  
sl@0
   375
//!                OUTSTANDING
sl@0
   376
//!                22. Stop
sl@0
   377
//!                23. AbortDirectScreenAccess
sl@0
   378
//!                24. ~
sl@0
   379
//!@SYMTestStatus		Verified
sl@0
   380
//!@SYMTestPriority		Normal
sl@0
   381
//!@SYMTestExpectedResults
sl@0
   382
//!                Video must be played on the screen without any blurrness.
sl@0
   383
//!@SYMTestType			CIT
sl@0
   384
sl@0
   385
	START_TEST_BLOCK	900	t_devvideo	\multimedia\mmf\devvideo\mm-mmf-devvideo-playback-h263-automated.ini
sl@0
   386
		CREATE_OBJECT	CMMFDevVideoPlay		mmfdvplay
sl@0
   387
		COMMAND		mmfdvplay		NewL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0004-0001-NewL_command01
sl@0
   388
		COMMAND		mmfdvplay		SelectDecoderL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0004-0001-SelectDecoderL_command02
sl@0
   389
		COMMAND		mmfdvplay		SelectPostProcessorL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0004-0001-SelectPostProcessorL_command03
sl@0
   390
		COMMAND		mmfdvplay		SetInputFormat			MULTIMEDIA-MMF-DevVideo-Playback-H263-0004-0001-SetInputFormat_command04
sl@0
   391
		COMMAND		mmfdvplay		GetOutputFormatListL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0004-0001-GetOutputFormatListL_command05
sl@0
   392
		COMMAND		mmfdvplay		PostProcessorInfoLC
sl@0
   393
		COMMAND		mmfdvplay		FindCommonFormat
sl@0
   394
		COMMAND		mmfdvplay		SetOutputFormatL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0004-0001-SetOutputFormatL_command08
sl@0
   395
		COMMAND		mmfdvplay		SetInputFormat			MULTIMEDIA-MMF-DevVideo-Playback-H263-0004-0001-SetInputFormat_command09
sl@0
   396
		COMMAND		mmfdvplay		GetOutputFormatListL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0004-0001-GetOutputFormatListL_command10
sl@0
   397
		COMMAND		mmfdvplay		SetOutputFormatL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0004-0001-SetOutputFormatL_command11
sl@0
   398
		COMMAND		mmfdvplay		GetHeaderInformationL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0004-0001-GetHeaderInformationL_command12
sl@0
   399
		COMMAND		mmfdvplay		ReturnHeader
sl@0
   400
		COMMAND		mmfdvplay		SetVideoDestScreenL
sl@0
   401
		COMMAND		mmfdvplay		SetPostProcessTypesL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0004-0001-SetPostProcessTypesL_command15
sl@0
   402
		COMMAND		mmfdvplay		GetBufferOptions
sl@0
   403
		COMMAND		mmfdvplay		SetBufferOptionsL
sl@0
   404
		COMMAND		mmfdvplay		SetClockSource			MULTIMEDIA-MMF-DevVideo-Playback-H263-0004-0001-SetClockSource_command18
sl@0
   405
		COMMAND		mmfdvplay		Initialize
sl@0
   406
		OUTSTANDING
sl@0
   407
		COMMAND		mmfdvplay		StartDirectScreenAccess			MULTIMEDIA-MMF-DevVideo-Playback-H263-0004-0001-StartDirectScreenAccess_command20
sl@0
   408
		COMMAND		mmfdvplay		Start
sl@0
   409
		OUTSTANDING
sl@0
   410
		COMMAND		mmfdvplay		Stop
sl@0
   411
		COMMAND		mmfdvplay		AbortDirectScreenAccess
sl@0
   412
		COMMAND		mmfdvplay		~
sl@0
   413
	END_TEST_BLOCK
sl@0
   414
END_TESTCASE MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0004
sl@0
   415
sl@0
   416
sl@0
   417
sl@0
   418
sl@0
   419
START_TESTCASE MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0005
sl@0
   420
sl@0
   421
//!@SYMTestCaseID		MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0005
sl@0
   422
//!@SYMAPI
sl@0
   423
//!                CMMFDevVideoPlay:: GetDecoderListL(RArray< TUid > {ref});
sl@0
   424
//!                CMMFDevVideoPlay:: GetPostProcessorListL(RArray< TUid > {ref});
sl@0
   425
//!                CMMFDevVideoPlay:: SelectDecoderL(TUid);
sl@0
   426
//!                CMMFDevVideoPlay:: SelectPostProcessorL(TUid);
sl@0
   427
//!                CMMFDevVideoPlay:: SetInputFormatL(THwDeviceId,  const TUncompressedVideoFormat {ref});
sl@0
   428
//!                CMMFDevVideoPlay:: GetOutputFormatListL(THwDeviceId, RArray< TUncompressedVideoFormat > {ref});
sl@0
   429
//!                CMMFDevVideoPlay:: {ptr}PostProcessorInfoLC(TUid);
sl@0
   430
//!                CMMFDevVideoPlay:: FindCommonFormat(const TArray< TUncompressedVideoFormat > {ref}, const TArray< TUncompressedVideoFormat > {ref], TUncompressedVideoFormat {ref]);
sl@0
   431
//!                CMMFDevVideoPlay::  SetOutputFormatL(THwDeviceId, const TUncompressedVideoFormat {ref});
sl@0
   432
//!                CMMFDevVideoPlay:: {ptr}GetHeaderInformationL(TVideoDataUnitType, TVideoDataUnitEncapsulation, TVideoInputBuffer {ptr});
sl@0
   433
//!                CMMFDevVideoPlay::  ReturnHeader(TVideoPictureHeader {ptr});
sl@0
   434
//!                CMMFDevVideoPlay::  SetVideoDestScreenL(TBool);
sl@0
   435
//!                CMMFDevVideoPlay::  SetPostProcessTypesL(THwDeviceId , TUint32 );
sl@0
   436
//!                CMMFDevVideoPlay::  GetBufferOptions(TBufferOptions {ref});
sl@0
   437
//!                CMMFDevVideoPlay::  SetBufferOptionsL(const TBufferOptions {ref});
sl@0
   438
//!                CMMFDevVideoPlay::  SetClockSource(MMMFClockSource {ptr]);
sl@0
   439
//!                CMMFDevVideoPlay::  Initialize();
sl@0
   440
//!                CMMFDevVideoPlay::  StartDirectScreenAccessL(const TRect {ref}, CFbsScreenDevice &aScreenDevice, const TRegion {ref});
sl@0
   441
//!                CMMFDevVideoPlay::  Start();
sl@0
   442
//!                CMMFDevVideoPlay::  Stop();
sl@0
   443
//!                CMMFDevVideoPlay::  AbortDirectScreenAccess();
sl@0
   444
//!@SYMAuthor			alavariega
sl@0
   445
//!@SYMCreationDate		16/6/2008
sl@0
   446
//!@SYMTestCaseDesc		 NCP H.263 QCIF Video playback at 15fps, 128kbps
sl@0
   447
//!@SYMTestActions
sl@0
   448
//!                1. NewL (inputfile = football_qcif_15fps_128k_dec.h263; screen = TRUE; codec = EH263; synch = 1; inputPath = {PATHVIDEOS, inputPath})
sl@0
   449
//!                2. SelectDecoderL (dec = {DECODERS, H263}) 
sl@0
   450
//!                3. SelectPostProcessorL  (postprocessor = {POSTPROCESSOR, uid})
sl@0
   451
//!                4. SetInputFormat (useDecoder = TRUE; mimeType= {MIME,H263})
sl@0
   452
//!                5. GetOutputFormatListL (useDecoder = TRUE) 
sl@0
   453
//!                6. PostProcessorInfoLC
sl@0
   454
//!                7. FindCommonFormat
sl@0
   455
//!                8. SetOutputFormatL  (useDecoder = TRUE)
sl@0
   456
//!                9. SetInputFormat (useDecoder = FALSE; mimeType= {MIME,H263})
sl@0
   457
//!                10. GetOutputFormatListL (useDecoder = FALSE)
sl@0
   458
//!                11. SetOutputFormatL (useDecoder = FALSE)
sl@0
   459
//!                12. GetHeaderInformationL (buffer = {BUFFER_SIZE, KH263MaxCodedSizeCIF})
sl@0
   460
//!                13. ReturnHeader
sl@0
   461
//!                14. SetVideoDestScreenL
sl@0
   462
//!                15. SetPostProcessTypesL (combination = 44)
sl@0
   463
//!                16. GetBufferOptions
sl@0
   464
//!                17. SetBufferOptionsL
sl@0
   465
//!                18. SetClockSource  (synch = 1; framerate = 15)
sl@0
   466
//!                19. Initialize
sl@0
   467
//!                OUTSTANDING
sl@0
   468
//!                20. StartDirectScreenAccess (displayMode = EColor64K)
sl@0
   469
//!                21. Start  
sl@0
   470
//!                OUTSTANDING
sl@0
   471
//!                22. Stop
sl@0
   472
//!                23. AbortDirectScreenAccess
sl@0
   473
//!                24. ~
sl@0
   474
//!@SYMTestStatus		Verified
sl@0
   475
//!@SYMTestPriority		Normal
sl@0
   476
//!@SYMTestExpectedResults
sl@0
   477
//!                Video must be played on the screen without any blurrness.
sl@0
   478
//!@SYMTestType			CIT
sl@0
   479
sl@0
   480
	START_TEST_BLOCK	900	t_devvideo	\multimedia\mmf\devvideo\mm-mmf-devvideo-playback-h263-automated.ini
sl@0
   481
		CREATE_OBJECT	CMMFDevVideoPlay		mmfdvplay
sl@0
   482
		COMMAND		mmfdvplay		NewL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0005-0001-NewL_command01
sl@0
   483
		COMMAND		mmfdvplay		SelectDecoderL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0005-0001-SelectDecoderL_command02
sl@0
   484
		COMMAND		mmfdvplay		SelectPostProcessorL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0005-0001-SelectPostProcessorL_command03
sl@0
   485
		COMMAND		mmfdvplay		SetInputFormat			MULTIMEDIA-MMF-DevVideo-Playback-H263-0005-0001-SetInputFormat_command04
sl@0
   486
		COMMAND		mmfdvplay		GetOutputFormatListL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0005-0001-GetOutputFormatListL_command05
sl@0
   487
		COMMAND		mmfdvplay		PostProcessorInfoLC
sl@0
   488
		COMMAND		mmfdvplay		FindCommonFormat
sl@0
   489
		COMMAND		mmfdvplay		SetOutputFormatL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0005-0001-SetOutputFormatL_command08
sl@0
   490
		COMMAND		mmfdvplay		SetInputFormat			MULTIMEDIA-MMF-DevVideo-Playback-H263-0005-0001-SetInputFormat_command09
sl@0
   491
		COMMAND		mmfdvplay		GetOutputFormatListL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0005-0001-GetOutputFormatListL_command10
sl@0
   492
		COMMAND		mmfdvplay		SetOutputFormatL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0005-0001-SetOutputFormatL_command11
sl@0
   493
		COMMAND		mmfdvplay		GetHeaderInformationL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0005-0001-GetHeaderInformationL_command12
sl@0
   494
		COMMAND		mmfdvplay		ReturnHeader
sl@0
   495
		COMMAND		mmfdvplay		SetVideoDestScreenL
sl@0
   496
		COMMAND		mmfdvplay		SetPostProcessTypesL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0005-0001-SetPostProcessTypesL_command15
sl@0
   497
		COMMAND		mmfdvplay		GetBufferOptions
sl@0
   498
		COMMAND		mmfdvplay		SetBufferOptionsL
sl@0
   499
		COMMAND		mmfdvplay		SetClockSource			MULTIMEDIA-MMF-DevVideo-Playback-H263-0005-0001-SetClockSource_command18
sl@0
   500
		COMMAND		mmfdvplay		Initialize
sl@0
   501
		OUTSTANDING
sl@0
   502
		COMMAND		mmfdvplay		StartDirectScreenAccess			MULTIMEDIA-MMF-DevVideo-Playback-H263-0005-0001-StartDirectScreenAccess_command20
sl@0
   503
		COMMAND		mmfdvplay		Start
sl@0
   504
		OUTSTANDING
sl@0
   505
		COMMAND		mmfdvplay		Stop
sl@0
   506
		COMMAND		mmfdvplay		AbortDirectScreenAccess
sl@0
   507
		COMMAND		mmfdvplay		~
sl@0
   508
	END_TEST_BLOCK
sl@0
   509
END_TESTCASE MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0005
sl@0
   510
sl@0
   511
sl@0
   512
sl@0
   513
sl@0
   514
START_TESTCASE MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0006
sl@0
   515
sl@0
   516
//!@SYMTestCaseID		MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0006
sl@0
   517
//!@SYMAPI
sl@0
   518
//!                CMMFDevVideoPlay:: GetDecoderListL(RArray< TUid > {ref});
sl@0
   519
//!                CMMFDevVideoPlay:: GetPostProcessorListL(RArray< TUid > {ref});
sl@0
   520
//!                CMMFDevVideoPlay:: SelectDecoderL(TUid);
sl@0
   521
//!                CMMFDevVideoPlay:: SelectPostProcessorL(TUid);
sl@0
   522
//!                CMMFDevVideoPlay:: SetInputFormatL(THwDeviceId,  const TUncompressedVideoFormat {ref});
sl@0
   523
//!                CMMFDevVideoPlay:: GetOutputFormatListL(THwDeviceId, RArray< TUncompressedVideoFormat > {ref});
sl@0
   524
//!                CMMFDevVideoPlay:: {ptr}PostProcessorInfoLC(TUid);
sl@0
   525
//!                CMMFDevVideoPlay:: FindCommonFormat(const TArray< TUncompressedVideoFormat > {ref}, const TArray< TUncompressedVideoFormat > {ref], TUncompressedVideoFormat {ref]);
sl@0
   526
//!                CMMFDevVideoPlay::  SetOutputFormatL(THwDeviceId, const TUncompressedVideoFormat {ref});
sl@0
   527
//!                CMMFDevVideoPlay:: {ptr}GetHeaderInformationL(TVideoDataUnitType, TVideoDataUnitEncapsulation, TVideoInputBuffer {ptr});
sl@0
   528
//!                CMMFDevVideoPlay::  ReturnHeader(TVideoPictureHeader {ptr});
sl@0
   529
//!                CMMFDevVideoPlay::  SetVideoDestScreenL(TBool);
sl@0
   530
//!                CMMFDevVideoPlay::  SetPostProcessTypesL(THwDeviceId , TUint32 );
sl@0
   531
//!                CMMFDevVideoPlay::  GetBufferOptions(TBufferOptions {ref});
sl@0
   532
//!                CMMFDevVideoPlay::  SetBufferOptionsL(const TBufferOptions {ref});
sl@0
   533
//!                CMMFDevVideoPlay::  SetClockSource(MMMFClockSource {ptr]);
sl@0
   534
//!                CMMFDevVideoPlay::  Initialize();
sl@0
   535
//!                CMMFDevVideoPlay::  StartDirectScreenAccessL(const TRect {ref}, CFbsScreenDevice &aScreenDevice, const TRegion {ref});
sl@0
   536
//!                CMMFDevVideoPlay::  Start();
sl@0
   537
//!                CMMFDevVideoPlay::  Stop();
sl@0
   538
//!                CMMFDevVideoPlay::  AbortDirectScreenAccess();
sl@0
   539
//!@SYMAuthor			alavariega
sl@0
   540
//!@SYMCreationDate		16/6/2008
sl@0
   541
//!@SYMTestCaseDesc		 NCP H.263 SQCIF Video Playback at 15fps 128kbps
sl@0
   542
//!@SYMTestActions
sl@0
   543
//!                1. NewL (inputfile = foreman_sqcif_15fps_128k_dec.h263; screen = TRUE; codec = EH263; synch = 1; inputPath = {PATHVIDEOS, inputPath})
sl@0
   544
//!                2. SelectDecoderL (dec = {DECODERS, H263}) 
sl@0
   545
//!                3. SelectPostProcessorL  (postprocessor = {POSTPROCESSOR, uid})
sl@0
   546
//!                4. SetInputFormat (useDecoder = TRUE; mimeType= {MIME,H263})
sl@0
   547
//!                5. GetOutputFormatListL (useDecoder = TRUE) 
sl@0
   548
//!                6. PostProcessorInfoLC
sl@0
   549
//!                7. FindCommonFormat
sl@0
   550
//!                8. SetOutputFormatL  (useDecoder = TRUE)
sl@0
   551
//!                9. SetInputFormat (useDecoder = FALSE; mimeType= {MIME,H263})
sl@0
   552
//!                10. GetOutputFormatListL (useDecoder = FALSE)
sl@0
   553
//!                11. SetOutputFormatL (useDecoder = FALSE)
sl@0
   554
//!                12. GetHeaderInformationL (buffer = {BUFFER_SIZE, KH263MaxCodedSizeCIF})
sl@0
   555
//!                13. ReturnHeader
sl@0
   556
//!                14. SetVideoDestScreenL
sl@0
   557
//!                15. SetPostProcessTypesL (combination = 44)
sl@0
   558
//!                16. GetBufferOptions
sl@0
   559
//!                17. SetBufferOptionsL
sl@0
   560
//!                18. SetClockSource  (synch = 1; framerate = 15)
sl@0
   561
//!                19. Initialize
sl@0
   562
//!                OUTSTANDING
sl@0
   563
//!                20. StartDirectScreenAccess (displayMode = EColor64K)
sl@0
   564
//!                21. Start  
sl@0
   565
//!                OUTSTANDING
sl@0
   566
//!                22. Stop
sl@0
   567
//!                23. AbortDirectScreenAccess
sl@0
   568
//!                24. ~
sl@0
   569
//!@SYMTestStatus		Verified
sl@0
   570
//!@SYMTestPriority		Normal
sl@0
   571
//!@SYMTestExpectedResults
sl@0
   572
//!                Video must be played on the screen without any blurrness.
sl@0
   573
//!@SYMTestType			CIT
sl@0
   574
sl@0
   575
	START_TEST_BLOCK	900	t_devvideo	\multimedia\mmf\devvideo\mm-mmf-devvideo-playback-h263-automated.ini
sl@0
   576
		CREATE_OBJECT	CMMFDevVideoPlay		mmfdvplay
sl@0
   577
		COMMAND		mmfdvplay		NewL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0006-0001-NewL_command01
sl@0
   578
		COMMAND		mmfdvplay		SelectDecoderL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0006-0001-SelectDecoderL_command02
sl@0
   579
		COMMAND		mmfdvplay		SelectPostProcessorL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0006-0001-SelectPostProcessorL_command03
sl@0
   580
		COMMAND		mmfdvplay		SetInputFormat			MULTIMEDIA-MMF-DevVideo-Playback-H263-0006-0001-SetInputFormat_command04
sl@0
   581
		COMMAND		mmfdvplay		GetOutputFormatListL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0006-0001-GetOutputFormatListL_command05
sl@0
   582
		COMMAND		mmfdvplay		PostProcessorInfoLC
sl@0
   583
		COMMAND		mmfdvplay		FindCommonFormat
sl@0
   584
		COMMAND		mmfdvplay		SetOutputFormatL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0006-0001-SetOutputFormatL_command08
sl@0
   585
		COMMAND		mmfdvplay		SetInputFormat			MULTIMEDIA-MMF-DevVideo-Playback-H263-0006-0001-SetInputFormat_command09
sl@0
   586
		COMMAND		mmfdvplay		GetOutputFormatListL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0006-0001-GetOutputFormatListL_command10
sl@0
   587
		COMMAND		mmfdvplay		SetOutputFormatL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0006-0001-SetOutputFormatL_command11
sl@0
   588
		COMMAND		mmfdvplay		GetHeaderInformationL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0006-0001-GetHeaderInformationL_command12
sl@0
   589
		COMMAND		mmfdvplay		ReturnHeader
sl@0
   590
		COMMAND		mmfdvplay		SetVideoDestScreenL
sl@0
   591
		COMMAND		mmfdvplay		SetPostProcessTypesL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0006-0001-SetPostProcessTypesL_command15
sl@0
   592
		COMMAND		mmfdvplay		GetBufferOptions
sl@0
   593
		COMMAND		mmfdvplay		SetBufferOptionsL
sl@0
   594
		COMMAND		mmfdvplay		SetClockSource			MULTIMEDIA-MMF-DevVideo-Playback-H263-0006-0001-SetClockSource_command18
sl@0
   595
		COMMAND		mmfdvplay		Initialize
sl@0
   596
		OUTSTANDING
sl@0
   597
		COMMAND		mmfdvplay		StartDirectScreenAccess			MULTIMEDIA-MMF-DevVideo-Playback-H263-0006-0001-StartDirectScreenAccess_command20
sl@0
   598
		COMMAND		mmfdvplay		Start
sl@0
   599
		OUTSTANDING
sl@0
   600
		COMMAND		mmfdvplay		Stop
sl@0
   601
		COMMAND		mmfdvplay		AbortDirectScreenAccess
sl@0
   602
		COMMAND		mmfdvplay		~
sl@0
   603
	END_TEST_BLOCK
sl@0
   604
END_TESTCASE MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0006
sl@0
   605
sl@0
   606
sl@0
   607
sl@0
   608
sl@0
   609
START_TESTCASE MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0007
sl@0
   610
sl@0
   611
//!@SYMTestCaseID		MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0007
sl@0
   612
//!@SYMAPI
sl@0
   613
//!                CMMFDevVideoPlay:: GetDecoderListL(RArray< TUid > {ref});
sl@0
   614
//!                CMMFDevVideoPlay:: GetPostProcessorListL(RArray< TUid > {ref});
sl@0
   615
//!                CMMFDevVideoPlay:: SelectDecoderL(TUid);
sl@0
   616
//!                CMMFDevVideoPlay:: SelectPostProcessorL(TUid);
sl@0
   617
//!                CMMFDevVideoPlay:: SetInputFormatL(THwDeviceId,  const TUncompressedVideoFormat {ref});
sl@0
   618
//!                CMMFDevVideoPlay:: GetOutputFormatListL(THwDeviceId, RArray< TUncompressedVideoFormat > {ref});
sl@0
   619
//!                CMMFDevVideoPlay:: {ptr}PostProcessorInfoLC(TUid);
sl@0
   620
//!                CMMFDevVideoPlay:: FindCommonFormat(const TArray< TUncompressedVideoFormat > {ref}, const TArray< TUncompressedVideoFormat > {ref], TUncompressedVideoFormat {ref]);
sl@0
   621
//!                CMMFDevVideoPlay::  SetOutputFormatL(THwDeviceId, const TUncompressedVideoFormat {ref});
sl@0
   622
//!                CMMFDevVideoPlay:: {ptr}GetHeaderInformationL(TVideoDataUnitType, TVideoDataUnitEncapsulation, TVideoInputBuffer {ptr});
sl@0
   623
//!                CMMFDevVideoPlay::  ReturnHeader(TVideoPictureHeader {ptr});
sl@0
   624
//!                CMMFDevVideoPlay::  SetVideoDestScreenL(TBool);
sl@0
   625
//!                CMMFDevVideoPlay::  SetPostProcessTypesL(THwDeviceId , TUint32 );
sl@0
   626
//!                CMMFDevVideoPlay::  GetBufferOptions(TBufferOptions {ref});
sl@0
   627
//!                CMMFDevVideoPlay::  SetBufferOptionsL(const TBufferOptions {ref});
sl@0
   628
//!                CMMFDevVideoPlay::  SetClockSource(MMMFClockSource {ptr]);
sl@0
   629
//!                CMMFDevVideoPlay::  Initialize();
sl@0
   630
//!                CMMFDevVideoPlay::  StartDirectScreenAccessL(const TRect {ref}, CFbsScreenDevice &aScreenDevice, const TRegion {ref});
sl@0
   631
//!                CMMFDevVideoPlay::  Start();
sl@0
   632
//!                CMMFDevVideoPlay::  Stop();
sl@0
   633
//!                CMMFDevVideoPlay::  AbortDirectScreenAccess();
sl@0
   634
//!@SYMAuthor			alavariega
sl@0
   635
//!@SYMCreationDate		16/6/2008
sl@0
   636
//!@SYMTestCaseDesc		 NCP H.263 QCIF Video Playback at 15fps 64kbps
sl@0
   637
//!@SYMTestActions
sl@0
   638
//!                1. NewL (inputfile = football_qcif_15fps_64k_dec.h263; screen = TRUE; codec = EH263; synch = 1; inputPath = {PATHVIDEOS, inputPath})
sl@0
   639
//!                2. SelectDecoderL (dec = {DECODERS, H263}) 
sl@0
   640
//!                3. SelectPostProcessorL  (postprocessor = {POSTPROCESSOR, uid})
sl@0
   641
//!                4. SetInputFormat (useDecoder = TRUE; mimeType= {MIME,H263})
sl@0
   642
//!                5. GetOutputFormatListL (useDecoder = TRUE) 
sl@0
   643
//!                6. PostProcessorInfoLC
sl@0
   644
//!                7. FindCommonFormat
sl@0
   645
//!                8. SetOutputFormatL  (useDecoder = TRUE)
sl@0
   646
//!                9. SetInputFormat (useDecoder = FALSE; mimeType= {MIME,H263})
sl@0
   647
//!                10. GetOutputFormatListL (useDecoder = FALSE)
sl@0
   648
//!                11. SetOutputFormatL (useDecoder = FALSE)
sl@0
   649
//!                12. GetHeaderInformationL (buffer = {BUFFER_SIZE, KH263MaxCodedSizeCIF})
sl@0
   650
//!                13. ReturnHeader
sl@0
   651
//!                14. SetVideoDestScreenL
sl@0
   652
//!                15. SetPostProcessTypesL (combination = 44)
sl@0
   653
//!                16. GetBufferOptions
sl@0
   654
//!                17. SetBufferOptionsL
sl@0
   655
//!                18. SetClockSource  (synch = 1; framerate = 15)
sl@0
   656
//!                19. Initialize
sl@0
   657
//!                OUTSTANDING
sl@0
   658
//!                20. StartDirectScreenAccess (displayMode = EColor64K)
sl@0
   659
//!                21. Start  
sl@0
   660
//!                OUTSTANDING
sl@0
   661
//!                22. Stop
sl@0
   662
//!                23. AbortDirectScreenAccess
sl@0
   663
//!                24. ~
sl@0
   664
//!@SYMTestStatus		Verified
sl@0
   665
//!@SYMTestPriority		Normal
sl@0
   666
//!@SYMTestExpectedResults
sl@0
   667
//!                Video must be played on the screen without any blurrness.
sl@0
   668
//!@SYMTestType			CIT
sl@0
   669
sl@0
   670
	START_TEST_BLOCK	900	t_devvideo	\multimedia\mmf\devvideo\mm-mmf-devvideo-playback-h263-automated.ini
sl@0
   671
		CREATE_OBJECT	CMMFDevVideoPlay		mmfdvplay
sl@0
   672
		COMMAND		mmfdvplay		NewL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0007-0001-NewL_command01
sl@0
   673
		COMMAND		mmfdvplay		SelectDecoderL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0007-0001-SelectDecoderL_command02
sl@0
   674
		COMMAND		mmfdvplay		SelectPostProcessorL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0007-0001-SelectPostProcessorL_command03
sl@0
   675
		COMMAND		mmfdvplay		SetInputFormat			MULTIMEDIA-MMF-DevVideo-Playback-H263-0007-0001-SetInputFormat_command04
sl@0
   676
		COMMAND		mmfdvplay		GetOutputFormatListL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0007-0001-GetOutputFormatListL_command05
sl@0
   677
		COMMAND		mmfdvplay		PostProcessorInfoLC
sl@0
   678
		COMMAND		mmfdvplay		FindCommonFormat
sl@0
   679
		COMMAND		mmfdvplay		SetOutputFormatL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0007-0001-SetOutputFormatL_command08
sl@0
   680
		COMMAND		mmfdvplay		SetInputFormat			MULTIMEDIA-MMF-DevVideo-Playback-H263-0007-0001-SetInputFormat_command09
sl@0
   681
		COMMAND		mmfdvplay		GetOutputFormatListL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0007-0001-GetOutputFormatListL_command10
sl@0
   682
		COMMAND		mmfdvplay		SetOutputFormatL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0007-0001-SetOutputFormatL_command11
sl@0
   683
		COMMAND		mmfdvplay		GetHeaderInformationL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0007-0001-GetHeaderInformationL_command12
sl@0
   684
		COMMAND		mmfdvplay		ReturnHeader
sl@0
   685
		COMMAND		mmfdvplay		SetVideoDestScreenL
sl@0
   686
		COMMAND		mmfdvplay		SetPostProcessTypesL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0007-0001-SetPostProcessTypesL_command15
sl@0
   687
		COMMAND		mmfdvplay		GetBufferOptions
sl@0
   688
		COMMAND		mmfdvplay		SetBufferOptionsL
sl@0
   689
		COMMAND		mmfdvplay		SetClockSource			MULTIMEDIA-MMF-DevVideo-Playback-H263-0007-0001-SetClockSource_command18
sl@0
   690
		COMMAND		mmfdvplay		Initialize
sl@0
   691
		OUTSTANDING
sl@0
   692
		COMMAND		mmfdvplay		StartDirectScreenAccess			MULTIMEDIA-MMF-DevVideo-Playback-H263-0007-0001-StartDirectScreenAccess_command20
sl@0
   693
		COMMAND		mmfdvplay		Start
sl@0
   694
		OUTSTANDING
sl@0
   695
		COMMAND		mmfdvplay		Stop
sl@0
   696
		COMMAND		mmfdvplay		AbortDirectScreenAccess
sl@0
   697
		COMMAND		mmfdvplay		~
sl@0
   698
	END_TEST_BLOCK
sl@0
   699
END_TESTCASE MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0007
sl@0
   700
sl@0
   701
sl@0
   702
sl@0
   703
sl@0
   704
START_TESTCASE MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0008
sl@0
   705
sl@0
   706
//!@SYMTestCaseID		MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0008
sl@0
   707
//!@SYMAPI
sl@0
   708
//!                CMMFDevVideoPlay:: GetDecoderListL(RArray< TUid > {ref});
sl@0
   709
//!                CMMFDevVideoPlay:: GetPostProcessorListL(RArray< TUid > {ref});
sl@0
   710
//!                CMMFDevVideoPlay:: SelectDecoderL(TUid);
sl@0
   711
//!                CMMFDevVideoPlay:: SelectPostProcessorL(TUid);
sl@0
   712
//!                CMMFDevVideoPlay:: SetInputFormatL(THwDeviceId,  const TUncompressedVideoFormat {ref});
sl@0
   713
//!                CMMFDevVideoPlay:: GetOutputFormatListL(THwDeviceId, RArray< TUncompressedVideoFormat > {ref});
sl@0
   714
//!                CMMFDevVideoPlay:: {ptr}PostProcessorInfoLC(TUid);
sl@0
   715
//!                CMMFDevVideoPlay:: FindCommonFormat(const TArray< TUncompressedVideoFormat > {ref}, const TArray< TUncompressedVideoFormat > {ref], TUncompressedVideoFormat {ref]);
sl@0
   716
//!                CMMFDevVideoPlay::  SetOutputFormatL(THwDeviceId, const TUncompressedVideoFormat {ref});
sl@0
   717
//!                CMMFDevVideoPlay:: {ptr}GetHeaderInformationL(TVideoDataUnitType, TVideoDataUnitEncapsulation, TVideoInputBuffer {ptr});
sl@0
   718
//!                CMMFDevVideoPlay::  ReturnHeader(TVideoPictureHeader {ptr});
sl@0
   719
//!                CMMFDevVideoPlay::  SetVideoDestScreenL(TBool);
sl@0
   720
//!                CMMFDevVideoPlay::  SetPostProcessTypesL(THwDeviceId , TUint32 );
sl@0
   721
//!                CMMFDevVideoPlay::  GetBufferOptions(TBufferOptions {ref});
sl@0
   722
//!                CMMFDevVideoPlay::  SetBufferOptionsL(const TBufferOptions {ref});
sl@0
   723
//!                CMMFDevVideoPlay::  SetClockSource(MMMFClockSource {ptr]);
sl@0
   724
//!                CMMFDevVideoPlay::  Initialize();
sl@0
   725
//!                CMMFDevVideoPlay::  StartDirectScreenAccessL(const TRect {ref}, CFbsScreenDevice &aScreenDevice, const TRegion {ref});
sl@0
   726
//!                CMMFDevVideoPlay::  Start();
sl@0
   727
//!                CMMFDevVideoPlay::  Stop();
sl@0
   728
//!                CMMFDevVideoPlay::  AbortDirectScreenAccess();
sl@0
   729
//!@SYMAuthor			alavariega
sl@0
   730
//!@SYMCreationDate		16/6/2008
sl@0
   731
//!@SYMTestCaseDesc		 NCP H.263 SQCIF Video Playback at 15fps 64kbps
sl@0
   732
//!@SYMTestActions
sl@0
   733
//!                1. NewL (inputfile = foreman_sqcif_15fps_64k_dec.h263; screen = TRUE; codec = EH263; synch = 1; inputPath = {PATHVIDEOS, inputPath})
sl@0
   734
//!                2. SelectDecoderL (dec = {DECODERS, H263}) 
sl@0
   735
//!                3. SelectPostProcessorL  (postprocessor = {POSTPROCESSOR, uid})
sl@0
   736
//!                4. SetInputFormat (useDecoder = TRUE; mimeType= {MIME,H263})
sl@0
   737
//!                5. GetOutputFormatListL (useDecoder = TRUE) 
sl@0
   738
//!                6. PostProcessorInfoLC
sl@0
   739
//!                7. FindCommonFormat
sl@0
   740
//!                8. SetOutputFormatL  (useDecoder = TRUE)
sl@0
   741
//!                9. SetInputFormat (useDecoder = FALSE; mimeType= {MIME,H263})
sl@0
   742
//!                10. GetOutputFormatListL (useDecoder = FALSE)
sl@0
   743
//!                11. SetOutputFormatL (useDecoder = FALSE)
sl@0
   744
//!                12. GetHeaderInformationL (buffer = {BUFFER_SIZE, KH263MaxCodedSizeCIF})
sl@0
   745
//!                13. ReturnHeader
sl@0
   746
//!                14. SetVideoDestScreenL
sl@0
   747
//!                15. SetPostProcessTypesL (combination = 44)
sl@0
   748
//!                16. GetBufferOptions
sl@0
   749
//!                17. SetBufferOptionsL
sl@0
   750
//!                18. SetClockSource  (synch = 1; framerate = 15)
sl@0
   751
//!                19. Initialize
sl@0
   752
//!                OUTSTANDING
sl@0
   753
//!                20. StartDirectScreenAccess (displayMode = EColor64K)
sl@0
   754
//!                21. Start  
sl@0
   755
//!                OUTSTANDING
sl@0
   756
//!                22. Stop
sl@0
   757
//!                23. AbortDirectScreenAccess
sl@0
   758
//!                24. ~
sl@0
   759
//!@SYMTestStatus		Verified
sl@0
   760
//!@SYMTestPriority		Normal
sl@0
   761
//!@SYMTestExpectedResults
sl@0
   762
//!                Video must be played on the screen without any blurrness.
sl@0
   763
//!@SYMTestType			CIT
sl@0
   764
sl@0
   765
	START_TEST_BLOCK	900	t_devvideo	\multimedia\mmf\devvideo\mm-mmf-devvideo-playback-h263-automated.ini
sl@0
   766
		CREATE_OBJECT	CMMFDevVideoPlay		mmfdvplay
sl@0
   767
		COMMAND		mmfdvplay		NewL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0008-0001-NewL_command01
sl@0
   768
		COMMAND		mmfdvplay		SelectDecoderL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0008-0001-SelectDecoderL_command02
sl@0
   769
		COMMAND		mmfdvplay		SelectPostProcessorL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0008-0001-SelectPostProcessorL_command03
sl@0
   770
		COMMAND		mmfdvplay		SetInputFormat			MULTIMEDIA-MMF-DevVideo-Playback-H263-0008-0001-SetInputFormat_command04
sl@0
   771
		COMMAND		mmfdvplay		GetOutputFormatListL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0008-0001-GetOutputFormatListL_command05
sl@0
   772
		COMMAND		mmfdvplay		PostProcessorInfoLC
sl@0
   773
		COMMAND		mmfdvplay		FindCommonFormat
sl@0
   774
		COMMAND		mmfdvplay		SetOutputFormatL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0008-0001-SetOutputFormatL_command08
sl@0
   775
		COMMAND		mmfdvplay		SetInputFormat			MULTIMEDIA-MMF-DevVideo-Playback-H263-0008-0001-SetInputFormat_command09
sl@0
   776
		COMMAND		mmfdvplay		GetOutputFormatListL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0008-0001-GetOutputFormatListL_command10
sl@0
   777
		COMMAND		mmfdvplay		SetOutputFormatL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0008-0001-SetOutputFormatL_command11
sl@0
   778
		COMMAND		mmfdvplay		GetHeaderInformationL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0008-0001-GetHeaderInformationL_command12
sl@0
   779
		COMMAND		mmfdvplay		ReturnHeader
sl@0
   780
		COMMAND		mmfdvplay		SetVideoDestScreenL
sl@0
   781
		COMMAND		mmfdvplay		SetPostProcessTypesL			MULTIMEDIA-MMF-DevVideo-Playback-H263-0008-0001-SetPostProcessTypesL_command15
sl@0
   782
		COMMAND		mmfdvplay		GetBufferOptions
sl@0
   783
		COMMAND		mmfdvplay		SetBufferOptionsL
sl@0
   784
		COMMAND		mmfdvplay		SetClockSource			MULTIMEDIA-MMF-DevVideo-Playback-H263-0008-0001-SetClockSource_command18
sl@0
   785
		COMMAND		mmfdvplay		Initialize
sl@0
   786
		OUTSTANDING
sl@0
   787
		COMMAND		mmfdvplay		StartDirectScreenAccess			MULTIMEDIA-MMF-DevVideo-Playback-H263-0008-0001-StartDirectScreenAccess_command20
sl@0
   788
		COMMAND		mmfdvplay		Start
sl@0
   789
		OUTSTANDING
sl@0
   790
		COMMAND		mmfdvplay		Stop
sl@0
   791
		COMMAND		mmfdvplay		AbortDirectScreenAccess
sl@0
   792
		COMMAND		mmfdvplay		~
sl@0
   793
	END_TEST_BLOCK
sl@0
   794
END_TESTCASE MM-MMF-DEVVIDEO-PLAYBACK-H.263-AUTOMATED-0008