diff --git a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Decoder.json b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Decoder.json index a2ff932b..6b0f8671 100755 --- a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Decoder.json +++ b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Decoder.json @@ -11,7 +11,8 @@ "PixelFormat": "NV12", "Width": 1280, "Height": 720, - "Outputpath": "./720p_AVC.yuv", + "Outputpath": "", + "_Outputpath_original": "./720p_AVC.yuv", "InputBufferCount": 16, "OutputBufferCount": 16 } diff --git a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Encoder.json b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Encoder.json index 709b7bfe..fffb91b6 100755 --- a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Encoder.json +++ b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Encoder.json @@ -11,7 +11,8 @@ "PixelFormat": "NV12", "Width": 1280, "Height": 720, - "Outputpath": "./Enc_AVC_720p.h264", + "Outputpath": "", + "_Outputpath_original": "./Enc_AVC_720p.h264", "InputBufferCount": 32, "OutputBufferCount": 32, "OperatingRate": 10, diff --git a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Decoder.json b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Decoder.json index fa9bb581..84766f2c 100755 --- a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Decoder.json +++ b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Decoder.json @@ -11,7 +11,8 @@ "PixelFormat": "NV12", "Width": 1280, "Height": 720, - "Outputpath": "./720x1280_hevc.yuv", + "Outputpath": "", + "_Outputpath_original": "./720x1280_hevc.yuv", "InputBufferCount": 16, "OutputBufferCount": 16, "UseMinBufferCtrl": false diff --git a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json index 846611c8..3ad7804d 100755 --- a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json +++ b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json @@ -12,7 +12,8 @@ "PixelFormat": "NV12", "Width": 1280, "Height": 720, - "Outputpath": "./Enc_HEVC__Main_1280_720.265", + "Outputpath": "", + "_Outputpath_original": "./Enc_HEVC__Main_1280_720.265", "UseMinBufferCtrl": false, "InputBufferCount": 32, "OutputBufferCount": 32, @@ -64,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/vp9Decoder.json b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/vp9Decoder.json index e38d4f95..3423189e 100755 --- a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/vp9Decoder.json +++ b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/vp9Decoder.json @@ -11,7 +11,8 @@ "PixelFormat": "NV12", "Width": 1280, "Height": 720, - "Outputpath": "./720x1280_vp9.yuv", + "Outputpath": "", + "_Outputpath_original": "./720x1280_vp9.yuv", "InputBufferCount": 16, "OutputBufferCount": 16, "UseMinBufferCtrl": false