os/mm/mmplugins/lib3gpunittest/scripts/tsu_3gp_compose_api_te.ini
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // Unit tests for 3GP Library.
    15 // 
    16 //
    17 
    18 
    19 
    20 //
    21 // Possible values for "inputFormat" or "outputFormat" 
    22 // 0 - 3GP 
    23 // 1 - MP4 
    24 // 2 - 3G2
    25 // 
    26 
    27 //
    28 // Possible values for "video" 
    29 // 0 - No Video
    30 // 1 - MPEG-4 video (MPEG-4 Part 2) - Simple and Advance Simple Profiles
    31 // 2 - H263 Profile 0
    32 // 3 - H263 Profile 3
    33 // 4 - AVC Baseline Profile   
    34 // 5 - AVC Main Profile
    35 // 6 - AVC Extended Profile
    36 // 7 - AVC High Profile            
    37 // 
    38 
    39 //
    40 // Possible values for "audio" 
    41 // 0 - No Audio
    42 // 1 - MPEG-4 audio (MPEG-4 Part 3) 
    43 // 2 - AMR NB
    44 // 3 - AMR WB   
    45 // 4 - QCELP 13K
    46 //
    47 
    48 
    49 [general]
    50 testFolderNameEmu=c:\3gplibrary\temp\composer\
    51 testFolderNameHw=e:\3gplibrary\temp\composer\
    52 
    53 [MM-3GP-COMP-U-0002-CP-1]
    54 filename=c:\3gplibrary\temp\composer\temp1.mp4
    55 
    56 [MM-3GP-COMP-U-0003-CP-1]
    57 inputFormat=0
    58 outputFormat=2
    59 audio=4
    60 
    61 [MM-3GP-COMP-U-0003-CP-2]
    62 inputFormat=1
    63 outputFormat=2
    64 audio=4
    65 
    66 [MM-3GP-COMP-U-0004-CP-1]
    67 inputFormat=1
    68 outputFormat=0
    69 audio=2
    70 video=1
    71 
    72 [MM-3GP-COMP-U-0004-CP-2]
    73 inputFormat=1
    74 outputFormat=0
    75 audio=1
    76 video=2
    77 
    78 [MM-3GP-COMP-U-0004-CP-3]
    79 inputFormat=1
    80 outputFormat=0
    81 audio=2
    82 video=4
    83 
    84 [MM-3GP-COMP-U-0004-CP-4]
    85 inputFormat=1
    86 outputFormat=1
    87 audio=1
    88 video=4
    89 
    90 [MM-3GP-COMP-U-0004-CP-5]
    91 inputFormat=1
    92 outputFormat=1
    93 audio=1
    94 video=1
    95 
    96 [MM-3GP-COMP-U-0004-CP-6]
    97 inputFormat=1
    98 outputFormat=1
    99 audio=1
   100 video=0
   101 
   102 [MM-3GP-COMP-U-0004-CP-7]
   103 inputFormat=1
   104 outputFormat=1
   105 audio=0
   106 video=1
   107 
   108 [MM-3GP-COMP-U-0004-CP-8]
   109 inputFormat=1
   110 outputFormat=1
   111 audio=0
   112 video=4
   113 
   114 [MM-3GP-COMP-U-0005-CP-1]
   115 inputFormat=0
   116 video=1
   117 width=1
   118 height=1
   119 avgBR=1
   120 maxBR=1
   121 decoderSpecInfo=b
   122 timescale=1
   123 
   124 [MM-3GP-COMP-U-0005-CP-2]
   125 inputFormat=0
   126 video=2
   127 width=1000000
   128 height=1000000
   129 timescale=1000000000
   130 level=511
   131 
   132 [MM-3GP-COMP-U-0005-CP-3]
   133 inputFormat=0
   134 video=1
   135 width=1000000000
   136 height=1000000000
   137 avgBR=1000000000
   138 maxBR=1000000000
   139 decoderSpecInfo=012345678911234567892123456789312345678941234567895123456789612345678971234567898123456789912345678901234567891123456789212345678931234567894123456789512345678961234567897123456789812345678991234567890123456789112345678921234567893123456789412345678951234567890123456789112345678921234567893123456789412345678951234567896123456789712345678981234567899123456789012345678911234567892123456789312345678941234567895123456789612345678971234567898123456789912345678901234567891123456789212345678931234567894123456789512345678901234567891123456789212345678931234567894123456789512345678961234567897123456789812345678991234567890123456789112345678921234567893123456789412345678951234567896123456789712345678981234567899123456789012345678911234567892123456789312345678941234567895123456789
   140 timescale=1000000000
   141 
   142 [MM-3GP-COMP-U-0006-CP-1]
   143 inputFormat=1
   144 video=4
   145 
   146 [MM-3GP-COMP-U-0007-CP-1]
   147 inputFormat=2
   148 audio=4
   149 storage=1
   150 timescale=100
   151 decoderSpecInfo=dummy
   152 fps=10
   153 
   154 [MM-3GP-COMP-U-0007-CP-2]
   155 inputFormat=0
   156 audio=2
   157 timescale=100
   158 modeSet=10
   159 fps=10
   160 
   161 [MM-3GP-COMP-U-0007-CP-3]
   162 inputFormat=0
   163 audio=3
   164 timescale=100
   165 modeSet=1
   166 fps=10
   167 
   168 [MM-3GP-COMP-U-0007-CP-4]
   169 inputFormat=0
   170 audio=1
   171 timescale=100
   172 decoderSpecInfo=dummy
   173 
   174 [MM-3GP-COMP-U-0007-CP-5]
   175 inputFormat=2
   176 audio=4
   177 storage=0
   178 timescale=65535
   179 decoderSpecInfo=012345678911234567892123456789312345678941234567895123456789612345678971234567898123456789912345678901234567891123456789212345678931234567894123456789512345678961234567897123456789812345678991234567890123456789112345678921234567893123456789412345678951234567890123456789112345678921234567893123456789412345678951234567896123456789712345678981234567899123456789012345678911234567892123456789312345678941234567895123456789612345678971234567898123456789912345678901234567891123456789212345678931234567894123456789512345678901234567891123456789212345678931234567894123456789512345678961234567897123456789812345678991234567890123456789112345678921234567893123456789412345678951234567896123456789712345678981234567899123456789012345678911234567892123456789312345678941234567895123456789
   180 fps=255
   181 
   182 [MM-3GP-COMP-U-0008-CP-1]
   183 inputFormat=0
   184 video=4
   185 audio=1
   186 udtaMoov=true
   187 udtaVideo=true
   188 udtaAudio=true
   189 
   190 [MM-3GP-COMP-U-0009-CP-1]
   191 inputFormat=0
   192 audio=4
   193 video=2
   194 bufferSize=20000
   195 bufferCount=200
   196 
   197 [MM-3GP-COMP-U-0009-CP-2]
   198 inputFormat=0
   199 audio=4
   200 video=2
   201 bufferSize=100
   202 bufferCount=10
   203 
   204 [MM-3GP-COMP-U-0010-CP-1]
   205 inputFormat=0
   206 audio=3
   207 video=1
   208 flag=1
   209 
   210 [MM-3GP-COMP-U-0010-CP-2]
   211 inputFormat=0
   212 audio=3
   213 video=1
   214 flag=2
   215 
   216 [MM-3GP-COMP-U-0010-CP-3]
   217 inputFormat=0
   218 audio=3
   219 video=1
   220 flag=3
   221 
   222 [MM-3GP-COMP-U-0011-CP-1]
   223 inputFormat=0
   224 audio=0
   225 video=1
   226 filenameEmu=c:\3gplibrary\temp\composer\MM-3GP-COMP-U-0011-CP-1\testVideo.3gp
   227 filenameHw=e:\3gplibrary\temp\composer\MM-3GP-COMP-U-0011-CP-1\testVideo.3gp
   228 flag=3
   229 
   230 [MM-3GP-COMP-U-0011-CP-2]
   231 inputFormat=0
   232 audio=0
   233 video=1
   234 filenameEmu=c:\3gplibrary\temp\composer\MM-3GP-COMP-U-0011-CP-2\testVideo.3gp
   235 filenameHw=e:\3gplibrary\temp\composer\MM-3GP-COMP-U-0011-CP-2\testVideo.3gp
   236 flag=3
   237 
   238 [MM-3GP-COMP-U-0011-CP-3]
   239 inputFormat=0
   240 audio=0
   241 video=1
   242 filenameEmu=c:\3gplibrary\temp\composer\MM-3GP-COMP-U-0011-CP-3\testVideo.3gp
   243 filenameHw=e:\3gplibrary\temp\composer\MM-3GP-COMP-U-0011-CP-3\testVideo.3gp
   244 flag=2
   245 
   246 [MM-3GP-COMP-U-0102-CP-1]
   247 filename=
   248 
   249 [MM-3GP-COMP-U-0102-CP-2]
   250 filename=C:\3gplibrary\01234567891123456789212345678931234567894123456789512345678961234567897123456789812345678991234567890123456789112345678921234567893123456789412345678951234567896123456789712345678981234567899123456789012345678911234567892123456789312345678941234567895123456789
   251 
   252 [MM-3GP-COMP-U-0102-CP-3]
   253 filename=C:\*\\blah.mp4
   254 
   255 [MM-3GP-COMP-U-0102-CP-4]
   256 filename=C:\3gplibrary\\blah.mp4
   257 
   258 [MM-3GP-COMP-U-0102-CP-5]
   259 filename=C:\3gplibrary\\*K()LLL>>><|.mp4
   260 
   261 [MM-3GP-COMP-U-0102-CP-6]
   262 filename=C:\3gplibrary\\11:40A5/12/2008blah.mp4
   263 
   264 [MM-3GP-COMP-U-0102-CP-7]
   265 filename=C:\..
   266 
   267 [MM-3GP-COMP-U-0102-CP-8]
   268 filename=C: \3gplibrary\mp4.mm
   269 
   270 [MM-3GP-COMP-U-0106-CP-1]
   271 inputFormat=0
   272 video=2
   273 audio=2
   274 flag=0
   275 
   276 [MM-3GP-COMP-U-0106-CP-2]
   277 inputFormat=0
   278 audio=3
   279 video=1
   280 flag=1
   281 
   282 [MM-3GP-COMP-U-0106-CP-3]
   283 inputFormat=0
   284 audio=3
   285 video=1
   286 flag=2
   287 
   288 [MM-3GP-COMP-U-0106-CP-4]
   289 inputFormat=0
   290 audio=3
   291 video=4
   292 flag=3
   293 
   294 [MM-3GP-COMP-U-0108-CP-1]
   295 inputFormat=0
   296 video=4
   297 audio=1
   298 
   299 [MM-3GP-COMP-U-0111-CP-1]
   300 inputFormat=0
   301 video=4
   302 audio=1
   303 udtaMoov=true
   304 udtaVideo=true
   305 udtaAudio=true
   306 userData=
   307 
   308 [MM-3GP-COMP-U-0111-CP-2]
   309 inputFormat=0
   310 video=4
   311 audio=0
   312 udtaMoov=true
   313 udtaVideo=true
   314 udtaAudio=true
   315 
   316 [MM-3GP-COMP-U-0111-CP-3]
   317 inputFormat=0
   318 video=0
   319 audio=2
   320 udtaMoov=true
   321 udtaVideo=true
   322 udtaAudio=true
   323 
   324 [MM-3GP-COMP-U-0111-CP-4]
   325 inputFormat=0
   326 video=3
   327 audio=2
   328 udtaMoov=false
   329 udtaVideo=false
   330 udtaAudio=false
   331 udtaLocation=7
   332 
   333 [MM-3GP-COMP-U-0112-CP-1]
   334 inputFormat=0
   335 audio=4
   336 video=2
   337 bufferSize=0
   338 bufferCount=10
   339 
   340 [MM-3GP-COMP-U-0112-CP-2]
   341 inputFormat=0
   342 audio=4
   343 video=2
   344 bufferSize=1000
   345 bufferCount=0
   346 
   347 [MM-3GP-COMP-U-0112-CP-3]
   348 inputFormat=0
   349 audio=4
   350 video=2
   351 bufferSize=1000
   352 bufferCount=5
   353 
   354 [MM-3GP-COMP-U-0104-CP-1]
   355 inputFormat=2
   356 audio=4
   357 timescale=65536
   358 fps=10
   359 storage=0
   360 
   361 [MM-3GP-COMP-U-0104-CP-2]
   362 inputFormat=2
   363 audio=4
   364 timescale=200
   365 fps=1000
   366 storage=0
   367 
   368 [MM-3GP-COMP-U-0105-CP-1]
   369 inputFormat=2
   370 audio=4
   371 
   372 [MM-3GP-COMP-U-0109-CP-1]
   373 inputFormat=0
   374 audio=2
   375 video=
   376 audioFrame=
   377 numberOfFrames=10
   378 duration=10
   379 
   380 [MM-3GP-COMP-U-0109-CP-2]
   381 inputFormat=0
   382 audio=1
   383 video=
   384 audioFrame=dummydata
   385 numberOfFrames=0
   386 duration=10
   387 
   388 [MM-3GP-COMP-U-0109-CP-3]
   389 inputFormat=0
   390 audio=1
   391 video=
   392 audioFrame=dummydata
   393 numberOfFrames=10
   394 duration=0
   395 
   396 [MM-3GP-COMP-U-0109-CP-4]
   397 inputFormat=0
   398 audio=0
   399 video=1
   400 audioFrame=dummydata
   401 numberOfFrames=10
   402 duration=10
   403 
   404 [MM-3GP-COMP-U-0110-CP-1]
   405 inputFormat=0
   406 audio=
   407 video=1
   408 videoFrame=
   409 keyFrame=false
   410 duration=10
   411 
   412 [MM-3GP-COMP-U-0110-CP-2]
   413 inputFormat=0
   414 audio=
   415 video=1
   416 videoFrame=dummydata
   417 keyFrame=true
   418 duration=0
   419 
   420 [MM-3GP-COMP-U-0110-CP-3]
   421 inputFormat=0
   422 audio=
   423 video=1
   424 videoFrame=
   425 keyFrame=1
   426 duration=10
   427 dependsOn=0
   428 isDependedOn=1
   429 hasRedundancy=2
   430 
   431 [MM-3GP-COMP-U-0110-CP-4]
   432 inputFormat=0
   433 audio=
   434 video=1
   435 videoFrame=dummydata
   436 keyFrame=0
   437 duration=0
   438 dependsOn=0
   439 isDependedOn=1
   440 hasRedundancy=2
   441 
   442 [MM-3GP-COMP-U-0110-CP-5]
   443 inputFormat=0
   444 audio=
   445 video=1
   446 videoFrame=dummydata
   447 keyFrame=1
   448 duration=10
   449 dependsOn=10
   450 isDependedOn=1
   451 hasRedundancy=2
   452 
   453 [MM-3GP-COMP-U-0110-CP-6]
   454 inputFormat=0
   455 audio=1
   456 video=0
   457 videoFrame=dummydata
   458 keyFrame=1
   459 duration=10
   460 dependsOn=10
   461 isDependedOn=1
   462 hasRedundancy=2
   463 
   464 [MM-3GP-COMP-U-0110-CP-7]
   465 inputFormat=0
   466 audio=1
   467 video=0
   468 videoFrame=dummydata
   469 keyFrame=true
   470 duration=10
   471 
   472 [MM-3GP-COMP-U-0103-CP-1]
   473 inputFormat=10
   474 video=1
   475 audio=1
   476 udtaMoov=true
   477 udtaVideo=false
   478 udtaAudio=false
   479 
   480 [MM-3GP-COMP-U-0113-CP-1]
   481 filename=C:\3gplibrary\temp\testing.mp4
   482 
   483 [MM-3GP-COMP-U-0115-CP-1]
   484 filename=C:\3gplibrary\temp\testing.mp4
   485 
   486 [MM-3GP-COMP-U-0114-CP-1]
   487 filename=C:\3gplibrary\temp\testing.mp4
   488 
   489 [MM-3GP-COMP-U-0116-CP-1]
   490 filename=C:\3gplibrary\temp\MM-3GP-COMP-U-0116-CP\testing1.mp4
   491 dir=C:\3gplibrary\temp\MM-3GP-COMP-U-0116-CP\
   492 panic=true
   493 
   494 [MM-3GP-COMP-U-0116-CP-2]
   495 filename=C:\3gplibrary\temp\MM-3GP-COMP-U-0116-CP\testing1.mp4
   496 dir=C:\3gplibrary\temp\MM-3GP-COMP-U-0116-CP\
   497 panic=false
   498 
   499 [MM-3GP-COMP-U-0117-CP]
   500 inputFormat=0
   501 audio=4
   502 video=3
   503 flag=3
   504 
   505 [MM-3GP-COMP-U-0118-CP]
   506 inputFormat=0
   507 audio=0
   508 video=1
   509 filenameEmu=x:\3gplibrary\temp\composer\MM-3GP-COMP-U-0018-CP\testVideo.3gp
   510 filenameHw=e:\3gplibrary\temp\composer\MM-3GP-COMP-U-0018-CP\testVideo.3gp
   511 flag=3
   512 
   513 [MM-3GP-COMP-U-0119-CP-01]
   514 inputFormat=0
   515 outputFormat=0
   516 audio=2
   517 video=4
   518 
   519 [MM-3GP-COMP-U-0119-CP-02]
   520 inputFormat=0
   521 outputFormat=0
   522 audio=2
   523 video=5
   524 
   525 [MM-3GP-COMP-U-0119-CP-03]
   526 inputFormat=0
   527 outputFormat=0
   528 audio=2
   529 video=6
   530 
   531 [MM-3GP-COMP-U-0119-CP-04]
   532 inputFormat=0
   533 outputFormat=0
   534 audio=2
   535 video=7
   536 
   537 [MM-3GP-COMP-U-0119-CP-05]
   538 inputFormat=0
   539 outputFormat=0
   540 audio=0
   541 video=4
   542 
   543 [MM-3GP-COMP-U-0119-CP-06]
   544 inputFormat=0
   545 outputFormat=0
   546 audio=0
   547 video=5
   548 
   549 [MM-3GP-COMP-U-0119-CP-07]
   550 inputFormat=0
   551 outputFormat=0
   552 audio=0
   553 video=6
   554 
   555 [MM-3GP-COMP-U-0119-CP-08]
   556 inputFormat=0
   557 outputFormat=0
   558 audio=0
   559 video=7
   560 
   561 [MM-3GP-COMP-U-0119-CP-09]
   562 inputFormat=1
   563 outputFormat=1
   564 audio=1
   565 video=4
   566 
   567 [MM-3GP-COMP-U-0119-CP-10]
   568 inputFormat=1
   569 outputFormat=1
   570 audio=1
   571 video=5
   572 
   573 [MM-3GP-COMP-U-0119-CP-11]
   574 inputFormat=1
   575 outputFormat=1
   576 audio=1
   577 video=6
   578 
   579 [MM-3GP-COMP-U-0119-CP-12]
   580 inputFormat=1
   581 outputFormat=1
   582 audio=1
   583 video=7
   584 
   585 [MM-3GP-COMP-U-0119-CP-13]
   586 inputFormat=1
   587 outputFormat=1
   588 audio=0
   589 video=4
   590 
   591 [MM-3GP-COMP-U-0119-CP-14]
   592 inputFormat=1
   593 outputFormat=1
   594 audio=0
   595 video=5
   596 
   597 [MM-3GP-COMP-U-0119-CP-15]
   598 inputFormat=1
   599 outputFormat=1
   600 audio=0
   601 video=6
   602 
   603 [MM-3GP-COMP-U-0119-CP-16]
   604 inputFormat=1
   605 outputFormat=1
   606 audio=0
   607 video=7
   608 
   609 
   610 [MM-3GP-COMP-U-0120-CP-01]
   611 inputFormat=1
   612 outputFormat=1
   613 audio=1
   614 video=4
   615 
   616 [MM-3GP-COMP-U-0120-CP-02]
   617 inputFormat=1
   618 outputFormat=1
   619 audio=1
   620 video=5
   621 
   622 [MM-3GP-COMP-U-0120-CP-03]
   623 inputFormat=1
   624 outputFormat=1
   625 audio=1
   626 video=6
   627 
   628 [MM-3GP-COMP-U-0120-CP-04]
   629 inputFormat=1
   630 outputFormat=1
   631 audio=1
   632 video=7