sl@0
|
1 |
// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
// 3GP library parser OOM Unit Testing script
|
sl@0
|
15 |
// testexecute.exe [path]\[this script name]. 3GP library and necessary test files should be present.
|
sl@0
|
16 |
// It requires no exceptional network support.
|
sl@0
|
17 |
//
|
sl@0
|
18 |
//
|
sl@0
|
19 |
|
sl@0
|
20 |
//! @file
|
sl@0
|
21 |
//! @SYMTestSuiteName tsu_3gp_parse_oom
|
sl@0
|
22 |
//! @SYMScriptTestEnvironment This test runs using Symbian test execution with the following test list entry:
|
sl@0
|
23 |
//! @SYMScriptInfo All tests contained in this suite are duplicates of OOM-applicable test cases from test suite tsu_3gp_parse_api (tsu_3gp_parse_api_te.script). This allows the test suite tsu_3gp_parse_api to focus solely on functional testing.
|
sl@0
|
24 |
|
sl@0
|
25 |
|
sl@0
|
26 |
PRINT Run all the 3GP library parser api Unit
|
sl@0
|
27 |
PRINT
|
sl@0
|
28 |
|
sl@0
|
29 |
LOAD_SUITE tsu_3gplibrary
|
sl@0
|
30 |
|
sl@0
|
31 |
// Positive test
|
sl@0
|
32 |
|
sl@0
|
33 |
START_TESTCASE MM-3GP-PARSE-U-0201-CP
|
sl@0
|
34 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0201-CP
|
sl@0
|
35 |
//! @SYMREQ REQ9021
|
sl@0
|
36 |
//! @SYMTestCaseDesc Setup parser to read file by file path
|
sl@0
|
37 |
//! Pre-Condition A valid mp4/3gp file must be present
|
sl@0
|
38 |
//! @SYMTestPriority High
|
sl@0
|
39 |
//! @SYMTestActions Setup parser to open file using different file modes and read file by file path
|
sl@0
|
40 |
//! @SYMTestExpectedResults File read and complete with no error
|
sl@0
|
41 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0001-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
|
sl@0
|
42 |
END_TESTCASE MM-3GP-PARSE-U-0201-CP
|
sl@0
|
43 |
|
sl@0
|
44 |
START_TESTCASE MM-3GP-PARSE-U-0202-CP
|
sl@0
|
45 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0202-CP
|
sl@0
|
46 |
//! @SYMREQ REQ9021
|
sl@0
|
47 |
//! @SYMTestCaseDesc Setup parser to use buffer mode
|
sl@0
|
48 |
//! Pre-Condition A valid mp4/3gp file must be present
|
sl@0
|
49 |
//! @SYMTestPriority High
|
sl@0
|
50 |
//! @SYMTestActions Setup parser to open and read file by buffer mode
|
sl@0
|
51 |
//! @SYMTestExpectedResults File read and complete with no error
|
sl@0
|
52 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0002-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
|
sl@0
|
53 |
END_TESTCASE MM-3GP-PARSE-U-0202-CP
|
sl@0
|
54 |
|
sl@0
|
55 |
START_TESTCASE MM-3GP-PARSE-U-0203-CP
|
sl@0
|
56 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0203-CP
|
sl@0
|
57 |
//! @SYMREQ REQ9021
|
sl@0
|
58 |
//! @SYMTestCaseDesc Setup parser to read file by file handle
|
sl@0
|
59 |
//! Pre-Condition A valid mp4/3gp file must be present
|
sl@0
|
60 |
//! @SYMTestPriority High
|
sl@0
|
61 |
//! @SYMTestActions Setup parser to open file using different file modes and read file by file handle
|
sl@0
|
62 |
//! @SYMTestExpectedResults File read and complete with no error
|
sl@0
|
63 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0003-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
|
sl@0
|
64 |
END_TESTCASE MM-3GP-PARSE-U-0203-CP
|
sl@0
|
65 |
|
sl@0
|
66 |
START_TESTCASE MM-3GP-PARSE-U-0204-CP
|
sl@0
|
67 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0204-CP
|
sl@0
|
68 |
//! @SYMREQ REQ9021
|
sl@0
|
69 |
//! @SYMTestCaseDesc Setup parser to read file by ContentAccess::CData
|
sl@0
|
70 |
//! Pre-Condition A valid mp4/3gp file must be present
|
sl@0
|
71 |
//! @SYMTestPriority High
|
sl@0
|
72 |
//! @SYMTestActions Setup parser to open and read file by ContentAccess::CData
|
sl@0
|
73 |
//! @SYMTestExpectedResults File read and complete with no error
|
sl@0
|
74 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0004-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
|
sl@0
|
75 |
END_TESTCASE MM-3GP-PARSE-U-0204-CP
|
sl@0
|
76 |
|
sl@0
|
77 |
START_TESTCASE MM-3GP-PARSE-U-0205-CP
|
sl@0
|
78 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0205-CP
|
sl@0
|
79 |
//! @SYMREQ REQ9021
|
sl@0
|
80 |
//! @SYMTestCaseDesc Retrieve video & audio stream attributes from a mp4/3gp/3g2 file using file mode
|
sl@0
|
81 |
//! Pre-Condition A valid mp4/3gp file containing both supported audio and video stream (not h263) must be present
|
sl@0
|
82 |
//! @SYMTestPriority High
|
sl@0
|
83 |
//! @SYMTestActions Retrieve video & audio stream attributes from a mp4/3gp/3g2 file using file mode
|
sl@0
|
84 |
- file path / file handle or CAF object.
|
sl@0
|
85 |
//! @SYMTestExpectedResults File read and complete with no error
|
sl@0
|
86 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0005-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-MP4-MP4
|
sl@0
|
87 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0005-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
|
sl@0
|
88 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0005-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-H264-WB
|
sl@0
|
89 |
END_TESTCASE MM-3GP-PARSE-U-0205-CP
|
sl@0
|
90 |
|
sl@0
|
91 |
START_TESTCASE MM-3GP-PARSE-U-0206-CP
|
sl@0
|
92 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0206-CP
|
sl@0
|
93 |
//! @SYMREQ REQ9021
|
sl@0
|
94 |
//! @SYMTestCaseDesc Retrieve video & audio stream attributes from a mp4/3gp/3g2 file using buffer mode
|
sl@0
|
95 |
//! Pre-Condition A valid mp4/3gp file containing both supported audio and video stream must be present
|
sl@0
|
96 |
//! @SYMTestPriority High
|
sl@0
|
97 |
//! @SYMTestActions Retrieve video & audio stream attributes from a mp4/3gp/3g2 file using buffer mode
|
sl@0
|
98 |
//! @SYMTestExpectedResults Retrieve video & audio stream attributes with no error
|
sl@0
|
99 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0006-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-MP4-MP4
|
sl@0
|
100 |
END_TESTCASE MM-3GP-PARSE-U-0206-CP
|
sl@0
|
101 |
|
sl@0
|
102 |
START_TESTCASE MM-3GP-PARSE-U-0207-CP
|
sl@0
|
103 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0207-CP
|
sl@0
|
104 |
//! @SYMREQ REQ9021
|
sl@0
|
105 |
//! @SYMTestCaseDesc Check if the clip is streamable in file mode
|
sl@0
|
106 |
//! Pre-Condition A non-streamable mp4/3gp/3g2 file must be present
|
sl@0
|
107 |
//! @SYMTestPriority High
|
sl@0
|
108 |
//! @SYMTestActions Check if the clip is streamable in file mode
|
sl@0
|
109 |
//! @SYMTestExpectedResults Result returned is non-streamable
|
sl@0
|
110 |
RUN_TEST_STEP !OOM !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0007-CP c:\mm\tsu_3gp_parse_api_te.ini NON-STREAMABLE
|
sl@0
|
111 |
END_TESTCASE MM-3GP-PARSE-U-0207-CP
|
sl@0
|
112 |
|
sl@0
|
113 |
START_TESTCASE MM-3GP-PARSE-U-0208-CP
|
sl@0
|
114 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0208-CP
|
sl@0
|
115 |
//! @SYMREQ REQ9021
|
sl@0
|
116 |
//! @SYMTestCaseDesc Check if the clip is streamable in buffer mode
|
sl@0
|
117 |
//! Pre-Condition A non-streamable mp4/3gp/3g2 file must be present
|
sl@0
|
118 |
//! @SYMTestPriority High
|
sl@0
|
119 |
//! @SYMTestActions Check if the clip is streamable in buffer mode
|
sl@0
|
120 |
//! @SYMTestExpectedResults Result returned is non-streamable
|
sl@0
|
121 |
RUN_TEST_STEP !OOM !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0008-CP c:\mm\tsu_3gp_parse_api_te.ini NON-STREAMABLE
|
sl@0
|
122 |
END_TESTCASE MM-3GP-PARSE-U-0208-CP
|
sl@0
|
123 |
|
sl@0
|
124 |
START_TESTCASE MM-3GP-PARSE-U-0209-CP
|
sl@0
|
125 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0209-CP
|
sl@0
|
126 |
//! @SYMREQ REQ9021
|
sl@0
|
127 |
//! @SYMTestCaseDesc Check if the clip is streamable in file mode
|
sl@0
|
128 |
//! Pre-Condition A streamable mp4/3gp/3g2 file must be present
|
sl@0
|
129 |
//! @SYMTestPriority High
|
sl@0
|
130 |
//! @SYMTestActions Check if the clip is streamable in file mode
|
sl@0
|
131 |
//! @SYMTestExpectedResults Result returned is streamable
|
sl@0
|
132 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0007-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
133 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0007-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
|
sl@0
|
134 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0007-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
|
sl@0
|
135 |
RUN_TEST_STEP !OOM !Error=-2 -1 tsu_3gplibrary MM-3GP-PARSE-U-0007-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-NO-A-V
|
sl@0
|
136 |
RUN_TEST_STEP !OOM !Error=-20 -1 tsu_3gplibrary MM-3GP-PARSE-U-0007-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-H263+-ARMWB
|
sl@0
|
137 |
END_TESTCASE MM-3GP-PARSE-U-0209-CP
|
sl@0
|
138 |
|
sl@0
|
139 |
START_TESTCASE MM-3GP-PARSE-U-0210-CP
|
sl@0
|
140 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0210-CP
|
sl@0
|
141 |
//! @SYMREQ REQ9021
|
sl@0
|
142 |
//! @SYMTestCaseDesc Check if the clip is streamable in buffer mode
|
sl@0
|
143 |
//! Pre-Condition A streamable mp4/3gp/3g2 file must be present
|
sl@0
|
144 |
//! @SYMTestPriority High
|
sl@0
|
145 |
//! @SYMTestActions Check if the clip is streamable in buffer mode
|
sl@0
|
146 |
//! @SYMTestExpectedResults Result returned is streamable
|
sl@0
|
147 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0008-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
148 |
END_TESTCASE MM-3GP-PARSE-U-0210-CP
|
sl@0
|
149 |
|
sl@0
|
150 |
START_TESTCASE MM-3GP-PARSE-U-0211-CP
|
sl@0
|
151 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0211-CP
|
sl@0
|
152 |
//! @SYMREQ REQ9021
|
sl@0
|
153 |
//! @SYMTestCaseDesc Retrieve buffered bytes, and video & audio frames synchronously in file mode
|
sl@0
|
154 |
//! Pre-Condition A valid mp4/3gp file containing both supported audio and video stream must be present
|
sl@0
|
155 |
//! @SYMTestPriority High
|
sl@0
|
156 |
//! @SYMTestActions Retrieve buffered bytes, and video & audio frames synchronously in file mode
|
sl@0
|
157 |
//! @SYMTestExpectedResults Retrieving buffered bytes returns KErrNotSupported. Retrieving audio and video frames with no errors.
|
sl@0
|
158 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0011-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-MP4-MP4
|
sl@0
|
159 |
END_TESTCASE MM-3GP-PARSE-U-0211-CP
|
sl@0
|
160 |
|
sl@0
|
161 |
START_TESTCASE MM-3GP-PARSE-U-0214-CP
|
sl@0
|
162 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0214-CP
|
sl@0
|
163 |
//! @SYMREQ REQ9021
|
sl@0
|
164 |
//! @SYMTestCaseDesc Parse video & audio frames from a mp4/3gp file asynchronously
|
sl@0
|
165 |
//! Pre-Condition A valid mp4/3gp file containing both supported audio and video stream must be present
|
sl@0
|
166 |
//! @SYMTestPriority High
|
sl@0
|
167 |
//! @SYMTestActions Parse video & audio frames from a mp4/3gp file asynchronously thru file path, file handle and CAF object.
|
sl@0
|
168 |
//! @SYMTestExpectedResults All frames retrieved with no error.
|
sl@0
|
169 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0014-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
170 |
END_TESTCASE MM-3GP-PARSE-U-0214-CP
|
sl@0
|
171 |
|
sl@0
|
172 |
START_TESTCASE MM-3GP-PARSE-U-0215-CP
|
sl@0
|
173 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0215-CP
|
sl@0
|
174 |
//! @SYMREQ REQ9021
|
sl@0
|
175 |
//! @SYMTestCaseDesc Parse video & audio frames from a mp4/3gp file synchronously
|
sl@0
|
176 |
//! Pre-Condition A valid mp4/3gp file containing both supported audio and video stream must be present
|
sl@0
|
177 |
//! @SYMTestPriority High
|
sl@0
|
178 |
//! @SYMTestActions Parse video & audio frames from a mp4/3gp file synchronously in buffer mode.
|
sl@0
|
179 |
//! @SYMTestExpectedResults All frames retrieved with no error.
|
sl@0
|
180 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0015-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
181 |
END_TESTCASE MM-3GP-PARSE-U-0215-CP
|
sl@0
|
182 |
|
sl@0
|
183 |
START_TESTCASE MM-3GP-PARSE-U-0216-CP
|
sl@0
|
184 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0216-CP
|
sl@0
|
185 |
//! @SYMREQ REQ9021
|
sl@0
|
186 |
//! @SYMTestCaseDesc Get frame type
|
sl@0
|
187 |
//! Pre-Condition Different files which contain different video and different audio types must be present
|
sl@0
|
188 |
//! @SYMTestPriority High
|
sl@0
|
189 |
//! @SYMTestActions Get frame type in file path.
|
sl@0
|
190 |
//! @SYMTestExpectedResults All frame types retrieved with no error.
|
sl@0
|
191 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
|
sl@0
|
192 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
|
sl@0
|
193 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
194 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-H263-QCEL-MP4
|
sl@0
|
195 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini H263-P3-L15
|
sl@0
|
196 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-H264-MP4
|
sl@0
|
197 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-main-NB
|
sl@0
|
198 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-extended-NB
|
sl@0
|
199 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
200 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-NONE-WB
|
sl@0
|
201 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
|
sl@0
|
202 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-H263-QCEL-MP4
|
sl@0
|
203 |
RUN_TEST_STEP !OOM !Error=-2 -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-NO-A-V
|
sl@0
|
204 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-main-ONLY
|
sl@0
|
205 |
END_TESTCASE MM-3GP-PARSE-U-0216-CP
|
sl@0
|
206 |
|
sl@0
|
207 |
START_TESTCASE MM-3GP-PARSE-U-0217-CP
|
sl@0
|
208 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0217-CP
|
sl@0
|
209 |
//! @SYMREQ REQ9021
|
sl@0
|
210 |
//! @SYMTestCaseDesc Get the QCELP storage mode
|
sl@0
|
211 |
//! Pre-Condition A valid mp4/3gp file containing QCELP encoded audio stored using QCELP sample entry
|
sl@0
|
212 |
box must be present
|
sl@0
|
213 |
//! @SYMTestPriority High
|
sl@0
|
214 |
//! @SYMTestActions Get the QCELP storage mode in file path and buffer mode.
|
sl@0
|
215 |
//! @SYMTestExpectedResults The QCELP storage mode retrieved with no error and the mode returned is QCELP sample entry
|
sl@0
|
216 |
box.
|
sl@0
|
217 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0017-CP c:\mm\tsu_3gp_parse_api_te.ini H263-QCEL-QCELP
|
sl@0
|
218 |
END_TESTCASE MM-3GP-PARSE-U-0217-CP
|
sl@0
|
219 |
|
sl@0
|
220 |
START_TESTCASE MM-3GP-PARSE-U-0218-CP
|
sl@0
|
221 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0218-CP
|
sl@0
|
222 |
//! @SYMREQ REQ9021
|
sl@0
|
223 |
//! @SYMTestCaseDesc Get the QCELP storage mode
|
sl@0
|
224 |
//! Pre-Condition A valid mp4/3gp file containing QCELP encoded audio stored using MPEG4 sample entry
|
sl@0
|
225 |
box must be present
|
sl@0
|
226 |
//! @SYMTestPriority High
|
sl@0
|
227 |
//! @SYMTestActions Get the QCELP storage mode in file path and buffer mode.
|
sl@0
|
228 |
//! @SYMTestExpectedResults The QCELP storage mode retrieved with no error and the mode returned is MPEG4 sample entry
|
sl@0
|
229 |
box.
|
sl@0
|
230 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0017-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-H263-QCEL-MP4
|
sl@0
|
231 |
END_TESTCASE MM-3GP-PARSE-U-0218-CP
|
sl@0
|
232 |
|
sl@0
|
233 |
START_TESTCASE MM-3GP-PARSE-U-0221-CP
|
sl@0
|
234 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0221-CP
|
sl@0
|
235 |
//! @SYMREQ REQ9021
|
sl@0
|
236 |
//! @SYMTestCaseDesc Get H263 video leve
|
sl@0
|
237 |
//! Pre-Condition A valid mp4/3gp file with H263 video source of level X must be present
|
sl@0
|
238 |
//! @SYMTestPriority High
|
sl@0
|
239 |
//! @SYMTestActions Get H263 video level in file path and buffer mode.
|
sl@0
|
240 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
241 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0021-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-H263-QCEL-MP4
|
sl@0
|
242 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0021-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
|
sl@0
|
243 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0021-CP c:\mm\tsu_3gp_parse_api_te.ini H263-P3-L15
|
sl@0
|
244 |
END_TESTCASE MM-3GP-PARSE-U-0221-CP
|
sl@0
|
245 |
|
sl@0
|
246 |
START_TESTCASE MM-3GP-PARSE-U-0223-CP
|
sl@0
|
247 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0223-CP
|
sl@0
|
248 |
//! @SYMREQ REQ9021
|
sl@0
|
249 |
//! @SYMTestCaseDesc Read Video and audio Decoder Info size and info
|
sl@0
|
250 |
//! Pre-Condition A valid mp4/3gp file containing video type of MPEG-4/AVC video and supported audio must be present
|
sl@0
|
251 |
//! @SYMTestPriority High
|
sl@0
|
252 |
//! @SYMTestActions Read Video and audio Decoder Info size and info in file path and buffer mode.
|
sl@0
|
253 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
254 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0023-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
255 |
END_TESTCASE MM-3GP-PARSE-U-0223-CP
|
sl@0
|
256 |
|
sl@0
|
257 |
START_TESTCASE MM-3GP-PARSE-U-0227-CP
|
sl@0
|
258 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0227-CP
|
sl@0
|
259 |
//! @SYMREQ REQ9021
|
sl@0
|
260 |
//! @SYMTestCaseDesc Seek different position of a video/audio file
|
sl@0
|
261 |
//! Pre-Condition A valid 3GP/3G2/MP4 file with equal length of audio and video data must be present
|
sl@0
|
262 |
//! @SYMTestPriority High
|
sl@0
|
263 |
//! @SYMTestActions Seek different position of a video/audio file
|
sl@0
|
264 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
265 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0027-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-SAME-LEN
|
sl@0
|
266 |
END_TESTCASE MM-3GP-PARSE-U-0227-CP
|
sl@0
|
267 |
|
sl@0
|
268 |
START_TESTCASE MM-3GP-PARSE-U-0228-CP
|
sl@0
|
269 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0228-CP
|
sl@0
|
270 |
//! @SYMREQ REQ9021
|
sl@0
|
271 |
//! @SYMTestCaseDesc Seek a position after audio stream has been exhausted and there's still video stream left.
|
sl@0
|
272 |
//! Pre-Condition A valid 3GP/3G2/MP4 file with length of audio is less than length of video data must be present
|
sl@0
|
273 |
//! @SYMTestPriority High
|
sl@0
|
274 |
//! @SYMTestActions Seek a position after audio stream has been exhausted and there's still video stream left.
|
sl@0
|
275 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
276 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0027-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-VIDEO-MORE
|
sl@0
|
277 |
END_TESTCASE MM-3GP-PARSE-U-0228-CP
|
sl@0
|
278 |
|
sl@0
|
279 |
START_TESTCASE MM-3GP-PARSE-U-0229-CP
|
sl@0
|
280 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0229-CP
|
sl@0
|
281 |
//! @SYMREQ REQ9021
|
sl@0
|
282 |
//! @SYMTestCaseDesc Seek a position after video stream has been exhausted and there's still audio stream left.
|
sl@0
|
283 |
//! Pre-Condition A valid 3GP/3G2/MP4 file with length of audio is greater than length of video data must be present
|
sl@0
|
284 |
//! @SYMTestPriority High
|
sl@0
|
285 |
//! @SYMTestActions Seek a position after video stream has been exhausted and there's still audio stream left.
|
sl@0
|
286 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
287 |
|
sl@0
|
288 |
// c:\3gplibrary\h264-aac.3gp returns pos both to 0 because used keyframe True and the file without it.
|
sl@0
|
289 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0027-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-MORE
|
sl@0
|
290 |
END_TESTCASE MM-3GP-PARSE-U-0229-CP
|
sl@0
|
291 |
|
sl@0
|
292 |
START_TESTCASE MM-3GP-PARSE-U-0230-CP
|
sl@0
|
293 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0230-CP
|
sl@0
|
294 |
//! @SYMREQ REQ9021
|
sl@0
|
295 |
//! @SYMTestCaseDesc Seek different position
|
sl@0
|
296 |
//! Pre-Condition A valid mp4/3gp file containing only audio/video must be present
|
sl@0
|
297 |
//! @SYMTestPriority High
|
sl@0
|
298 |
//! @SYMTestActions Seek different position
|
sl@0
|
299 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
300 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0027-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
|
sl@0
|
301 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0027-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
|
sl@0
|
302 |
END_TESTCASE MM-3GP-PARSE-U-0230-CP
|
sl@0
|
303 |
|
sl@0
|
304 |
START_TESTCASE MM-3GP-PARSE-U-0231-CP
|
sl@0
|
305 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0231-CP
|
sl@0
|
306 |
//! @SYMREQ REQ9021
|
sl@0
|
307 |
//! @SYMTestCaseDesc Seek positions after any keyframe and immediately after a non-key frame.
|
sl@0
|
308 |
//! Pre-Condition A valid mp4/3gp file with and without the use of Key frames must be present
|
sl@0
|
309 |
//! @SYMTestPriority High
|
sl@0
|
310 |
//! @SYMTestActions Seek positions after any keyframe and immediately after a non-key frame.
|
sl@0
|
311 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
312 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0031-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY-KEYFRAME
|
sl@0
|
313 |
END_TESTCASE MM-3GP-PARSE-U-0231-CP
|
sl@0
|
314 |
|
sl@0
|
315 |
START_TESTCASE MM-3GP-PARSE-U-0232-CP
|
sl@0
|
316 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0232-CP
|
sl@0
|
317 |
//! @SYMREQ REQ9021
|
sl@0
|
318 |
//! @SYMTestCaseDesc Check frame availability
|
sl@0
|
319 |
//! Pre-Condition Valid mp4/3gp files with no video, no audio, audio only, video only, and with audio and video must be present
|
sl@0
|
320 |
//! @SYMTestPriority High
|
sl@0
|
321 |
//! @SYMTestActions Check frame availability of different files.
|
sl@0
|
322 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
323 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-NO-A-V
|
sl@0
|
324 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
|
sl@0
|
325 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
|
sl@0
|
326 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-VIDEO-MORE
|
sl@0
|
327 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
328 |
END_TESTCASE MM-3GP-PARSE-U-0232-CP
|
sl@0
|
329 |
|
sl@0
|
330 |
START_TESTCASE MM-3GP-PARSE-U-0233-CP
|
sl@0
|
331 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0233-CP
|
sl@0
|
332 |
//! @SYMREQ REQ9021
|
sl@0
|
333 |
//! @SYMTestCaseDesc Retrieve video frame size & start time without parsing the content file frame by frame
|
sl@0
|
334 |
//! Pre-Condition A valid mp4/3gp file with at least video data must be present
|
sl@0
|
335 |
//! @SYMTestPriority High
|
sl@0
|
336 |
//! @SYMTestActions Retrieve video frame size & start time without parsing the content file frame by frame in file mode
|
sl@0
|
337 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
338 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0033-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY-KEYFRAME
|
sl@0
|
339 |
END_TESTCASE MM-3GP-PARSE-U-0233-CP
|
sl@0
|
340 |
|
sl@0
|
341 |
START_TESTCASE MM-3GP-PARSE-U-0234-CP
|
sl@0
|
342 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0234-CP
|
sl@0
|
343 |
//! @SYMREQ REQ9021
|
sl@0
|
344 |
//! @SYMTestCaseDesc Retrieve video frame size & start time without parsing the content file frame by frame
|
sl@0
|
345 |
//! Pre-Condition A valid mp4/3gp file with at least video data must be present
|
sl@0
|
346 |
//! @SYMTestPriority High
|
sl@0
|
347 |
//! @SYMTestActions Retrieve video frame size & start time without parsing the content file frame by frame in buffer mode
|
sl@0
|
348 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
349 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0034-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY-KEYFRAME
|
sl@0
|
350 |
END_TESTCASE MM-3GP-PARSE-U-0234-CP
|
sl@0
|
351 |
|
sl@0
|
352 |
START_TESTCASE MM-3GP-PARSE-U-0235-CP
|
sl@0
|
353 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0235-CP
|
sl@0
|
354 |
//! @SYMREQ REQ9021
|
sl@0
|
355 |
//! @SYMTestCaseDesc Retrieve user atoms
|
sl@0
|
356 |
//! Pre-Condition A valid mp4/3gp file containing user atoms in all the possible locations: movie, video
|
sl@0
|
357 |
& audio and multiple entries of the same user atom type within a user atom must be present
|
sl@0
|
358 |
//! @SYMTestPriority High
|
sl@0
|
359 |
//! @SYMTestActions Retrieve user atoms in all the possible locations and check the index values
|
sl@0
|
360 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
361 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0035-CP c:\mm\tsu_3gp_parse_api_te.ini USER-ATOM-ALL
|
sl@0
|
362 |
END_TESTCASE MM-3GP-PARSE-U-0235-CP
|
sl@0
|
363 |
|
sl@0
|
364 |
START_TESTCASE MM-3GP-PARSE-U-0237-CP
|
sl@0
|
365 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0237-CP
|
sl@0
|
366 |
//! @SYMREQ REQ9021
|
sl@0
|
367 |
//! @SYMTestCaseDesc Retrieve video frame dependencies
|
sl@0
|
368 |
//! Pre-Condition A valid mp4/3gp file with/without AVC video stream must be present
|
sl@0
|
369 |
//! @SYMTestPriority High
|
sl@0
|
370 |
//! @SYMTestActions Retrieve video frame dependencies
|
sl@0
|
371 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
372 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
373 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
|
sl@0
|
374 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-DEP1
|
sl@0
|
375 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-DEP2
|
sl@0
|
376 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-DEP3
|
sl@0
|
377 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-DEP4
|
sl@0
|
378 |
END_TESTCASE MM-3GP-PARSE-U-0237-CP
|
sl@0
|
379 |
|
sl@0
|
380 |
START_TESTCASE MM-3GP-PARSE-U-0238-CP
|
sl@0
|
381 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0238-CP
|
sl@0
|
382 |
//! @SYMREQ REQ9021
|
sl@0
|
383 |
//! @SYMTestCaseDesc Get Video Frame Properties
|
sl@0
|
384 |
//! Pre-Condition A valid mp4/3gp file with AVC video stream must be present
|
sl@0
|
385 |
//! @SYMTestPriority High
|
sl@0
|
386 |
//! @SYMTestActions Get Video Frame Properties with at least video data
|
sl@0
|
387 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
388 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0038-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
389 |
END_TESTCASE MM-3GP-PARSE-U-0238-CP
|
sl@0
|
390 |
|
sl@0
|
391 |
START_TESTCASE MM-3GP-PARSE-U-0239-CP
|
sl@0
|
392 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0239-CP
|
sl@0
|
393 |
//! @SYMREQ REQ9021
|
sl@0
|
394 |
//! @SYMTestCaseDesc retrieve video / audio frame data
|
sl@0
|
395 |
//! Pre-Condition A valid mp4/3gp file containing supported audio and video data must be present
|
sl@0
|
396 |
//! @SYMTestPriority High
|
sl@0
|
397 |
//! @SYMTestActions Read a audio and a video frame into a buffer of filled with junk content and
|
sl@0
|
398 |
ensure the buffer gets properly reset when retrieve video / audio frame data.
|
sl@0
|
399 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
400 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0039-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
401 |
END_TESTCASE MM-3GP-PARSE-U-0239-CP
|
sl@0
|
402 |
|
sl@0
|
403 |
START_TESTCASE MM-3GP-PARSE-U-0243-CP
|
sl@0
|
404 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0243-CP
|
sl@0
|
405 |
//! @SYMREQ REQ9021
|
sl@0
|
406 |
//! @SYMTestCaseDesc Seek position in buffer mode
|
sl@0
|
407 |
//! Pre-Condition A valid mp4/3gp file must be present
|
sl@0
|
408 |
//! @SYMTestPriority High
|
sl@0
|
409 |
//! @SYMTestActions Seek position in buffer mode.
|
sl@0
|
410 |
//! @SYMTestExpectedResults Test returns with no error.
|
sl@0
|
411 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0043-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-MP4-MP4
|
sl@0
|
412 |
END_TESTCASE MM-3GP-PARSE-U-0243-CP
|
sl@0
|
413 |
|
sl@0
|
414 |
START_TESTCASE MM-3GP-PARSE-U-0244-CP
|
sl@0
|
415 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0244-CP
|
sl@0
|
416 |
//! @SYMREQ REQ9021
|
sl@0
|
417 |
//! @SYMTestCaseDesc Retrieval of user data atom
|
sl@0
|
418 |
//! Pre-Condition A valid mp4/3gp file must be present
|
sl@0
|
419 |
//! @SYMTestPriority High
|
sl@0
|
420 |
//! @SYMTestActions 1. Retrieve user data atom with multiple entries all of the same type
|
sl@0
|
421 |
//! 2. Retrieve user data atom with multiple entries of the same type and some other types
|
sl@0
|
422 |
//! 3. Retrieve user data atom with no entries of the specified type but with entries of some other types
|
sl@0
|
423 |
//! @SYMTestExpectedResults Test returns with no error.
|
sl@0
|
424 |
RUN_TEST_STEP -1 tsu_3gplibrary UserDataAtomRetrieval c:\mm\tsu_3gp_parse_api_te.ini MM-3GP-PARSE-U-0044-CP-1
|
sl@0
|
425 |
RUN_TEST_STEP -1 tsu_3gplibrary UserDataAtomRetrieval c:\mm\tsu_3gp_parse_api_te.ini MM-3GP-PARSE-U-0044-CP-2
|
sl@0
|
426 |
RUN_TEST_STEP -1 tsu_3gplibrary UserDataAtomRetrieval c:\mm\tsu_3gp_parse_api_te.ini MM-3GP-PARSE-U-0044-CP-3
|
sl@0
|
427 |
END_TESTCASE MM-3GP-PARSE-U-0244-CP
|
sl@0
|
428 |
|
sl@0
|
429 |
START_TESTCASE MM-3GP-PARSE-U-0333-CP
|
sl@0
|
430 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0333-CP
|
sl@0
|
431 |
//! @SYMREQ REQ9021
|
sl@0
|
432 |
//! @SYMTestCaseDesc Check frame availability
|
sl@0
|
433 |
//! Pre-Condition Valid mp4/3gp file with avc profile main/extended video must be present
|
sl@0
|
434 |
//! @SYMTestPriority High
|
sl@0
|
435 |
//! @SYMTestActions Check frame availability of the file.
|
sl@0
|
436 |
//! @SYMTestExpectedResults Test returns with no error.
|
sl@0
|
437 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-main-NB
|
sl@0
|
438 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-extended-NB
|
sl@0
|
439 |
END_TESTCASE MM-3GP-PARSE-U-0333-CP
|
sl@0
|
440 |
|
sl@0
|
441 |
START_TESTCASE MM-3GP-PARSE-U-0334-CP
|
sl@0
|
442 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0334-CP
|
sl@0
|
443 |
//! @SYMREQ REQ9021
|
sl@0
|
444 |
//! @SYMTestCaseDesc Retrieve video frame size without parsing the content file frame by frame
|
sl@0
|
445 |
//! Pre-Condition A valid mp4/3gp file with avc profile main/extended video data must be present.
|
sl@0
|
446 |
//! @SYMTestPriority High
|
sl@0
|
447 |
//! @SYMTestActions Retrieve video frame size without parsing the content file frame by frame in buffer mode
|
sl@0
|
448 |
//! @SYMTestExpectedResults Test returns with no error.
|
sl@0
|
449 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0034-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-main-NB
|
sl@0
|
450 |
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0034-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-extended-NB
|
sl@0
|
451 |
END_TESTCASE MM-3GP-PARSE-U-0334-CP
|
sl@0
|
452 |
|