Skip to content

Commit 33c2e0c

Browse files
authored
Merge pull request #240 from Manigurr/main
update outpath path in the video json
2 parents ea73304 + 8b4167e commit 33c2e0c

5 files changed

Lines changed: 11 additions & 6 deletions

File tree

Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Decoder.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"PixelFormat": "NV12",
1212
"Width": 1280,
1313
"Height": 720,
14-
"Outputpath": "./720p_AVC.yuv",
14+
"Outputpath": "",
15+
"_Outputpath_original": "./720p_AVC.yuv",
1516
"InputBufferCount": 16,
1617
"OutputBufferCount": 16
1718
}

Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Encoder.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"PixelFormat": "NV12",
1212
"Width": 1280,
1313
"Height": 720,
14-
"Outputpath": "./Enc_AVC_720p.h264",
14+
"Outputpath": "",
15+
"_Outputpath_original": "./Enc_AVC_720p.h264",
1516
"InputBufferCount": 32,
1617
"OutputBufferCount": 32,
1718
"OperatingRate": 10,

Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Decoder.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"PixelFormat": "NV12",
1212
"Width": 1280,
1313
"Height": 720,
14-
"Outputpath": "./720x1280_hevc.yuv",
14+
"Outputpath": "",
15+
"_Outputpath_original": "./720x1280_hevc.yuv",
1516
"InputBufferCount": 16,
1617
"OutputBufferCount": 16,
1718
"UseMinBufferCtrl": false

Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"PixelFormat": "NV12",
1313
"Width": 1280,
1414
"Height": 720,
15-
"Outputpath": "./Enc_HEVC__Main_1280_720.265",
15+
"Outputpath": "",
16+
"_Outputpath_original": "./Enc_HEVC__Main_1280_720.265",
1617
"UseMinBufferCtrl": false,
1718
"InputBufferCount": 32,
1819
"OutputBufferCount": 32,
@@ -64,4 +65,4 @@
6465
}
6566
}
6667
]
67-
}
68+
}

Runner/suites/Multimedia/Video/Video_V4L2_Runner/vp9Decoder.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"PixelFormat": "NV12",
1212
"Width": 1280,
1313
"Height": 720,
14-
"Outputpath": "./720x1280_vp9.yuv",
14+
"Outputpath": "",
15+
"_Outputpath_original": "./720x1280_vp9.yuv",
1516
"InputBufferCount": 16,
1617
"OutputBufferCount": 16,
1718
"UseMinBufferCtrl": false

0 commit comments

Comments
 (0)