mpp/test/mpi_rc.cfg
alpha lin 078f6aba84 [test]: add new rc test
Change-Id: I1d076b8454d2de6fb5a6e9bf9c8ab9aed96eeca3
Signed-off-by: alpha lin <alpha.lin@rock-chips.com>
2017-06-09 08:56:59 +08:00

18 lines
588 B
INI

[CONFIG]
# index type can be 'frm' or 'msec', frm stand for event trigger at frame index,
# and msec represent event trigger at time (milli second).
index: frm
# loop represent the event will repeat at that point, for example, the first
# index is 1, the last index is 171, and loop is 200, when the last event occur,
# next event will occur after (200 + 1 - 171) times notify. if loop < 0, it
# means there is no loop, event trigger will be stop when all the event had been
# trigger
loop: 200
[EVENT]
#idx bps fps
0 2000000 30
40 4000000 30
100 5000000 30
150 3000000 30
171 6000000 27