[autotest] add autorepeats
:Release Notes: - :Detailed Notes: - :Testing Performed: - :QA Notes: - :Issues Addressed: -
This commit is contained in:
parent
b799d39427
commit
dd6da41b0d
@ -52,6 +52,8 @@ psnr_check = {
|
||||
|
||||
with_docker = [ "nvv4l2h264enc" ]
|
||||
|
||||
repeats = 3
|
||||
|
||||
formats = {
|
||||
"x264enc": "I420",
|
||||
"nvh264enc": "NV12",
|
||||
@ -239,6 +241,7 @@ def run_autotest():
|
||||
for params in combinations:
|
||||
for profile in profiles:
|
||||
for videoName, videoPath in videos.items():
|
||||
for _ in range(repeats):
|
||||
filename = "autotest-" + encoder + "-" + profile + "-test-" + videoName + ".mp4"
|
||||
pipeline = Pipeline()
|
||||
pipeline = (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user