record_test_input_v1.0_ref.txt revision 0a7885e717e498167520a6ed2fdec45fb472ceee
1version 1.0
2# Input file for test_create_audiorecord
3# Add one line for each tested AudioRecord constructor with the following arguments:
4# sampleRate format   channelMask frameCount notificationFrames flags sessionId inputSource
5# sample rate tests
6  48000      0x1      0x10        4800       2400               0x0   0         0
7  24000      0x1      0x10        4800       2400               0x0   0         0
8  16000      0x1      0x10        4800       2400               0x0   0         0
9   8000      0x1      0x10        4800       2400               0x0   0         0
10  44100      0x1      0x10        4410       2205               0x0   0         0
11  22050      0x1      0x10        4410       2205               0x0   0         0
12  11025      0x1      0x10        4410       2205               0x0   0         0
13# format tests
14  48000      0x2      0x10        4800       2400               0x0   0         0
15  48000      0x3      0x10        4800       2400               0x0   0         0
16  48000      0x5      0x10        4800       2400               0x0   0         0
17# channel mask tests
18  48000      0x1      0x0C        4800       2400               0x0   0         0
19# frame count tests
20  48000      0x1      0x10        0          0                  0x0   0         0
21  48000      0x1      0x10        48000      0                  0x0   0         0
22  48000      0x1      0x10        12000      6000               0x0   0         0
23# flags test
24  48000      0x1      0x0C        0          0                  0x1   0         0
25  44100      0x1      0x0C        0          0                  0x5   0         0
26# session tests
27  48000      0x1      0x10        0          0                  0     1001      0
28# input source tests
29  48000      0x1      0x10        0          0                  0     0         1
30  48000      0x1      0x10        0          0                  0     0         5
31  48000      0x1      0x10        0          0                  0     0         6
32  48000      0x1      0x10        0          0                  0     0         7
33  48000      0x1      0x10        0          0                  0     0         9
34