diff --git a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Decoder.json b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Decoder.json index 6b0f8671..a7fe94c9 100755 --- a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Decoder.json +++ b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Decoder.json @@ -5,14 +5,14 @@ "Name" : "H264 Decoder Testcase", "TestConfigs" : { "Domain": "Decoder", - "InputPath": "./720p_AVC.h264", + "InputPath": "./256_144p_h264.h264", "NumFrames": -1, "CodecName": "AVC", "PixelFormat": "NV12", "Width": 1280, "Height": 720, "Outputpath": "", - "_Outputpath_original": "./720p_AVC.yuv", + "_Outputpath_original": "./output_256_144p_h264.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 fffb91b6..454148bb 100755 --- a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Encoder.json +++ b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Encoder.json @@ -5,14 +5,14 @@ "Name" : "Encoder Testcase", "TestConfigs" : { "Domain": "Encoder", - "InputPath": "./90frames_yuv.yuv", + "InputPath": "./Animation_144p.yuv", "NumFrames": -1, "CodecName": "AVC", "PixelFormat": "NV12", "Width": 1280, "Height": 720, "Outputpath": "", - "_Outputpath_original": "./Enc_AVC_720p.h264", + "_Outputpath_original": "./Output_Animation_144p.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 84766f2c..4b8271b1 100755 --- a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Decoder.json +++ b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Decoder.json @@ -5,14 +5,14 @@ "Name": "HEVC Decoder TestCase", "TestConfigs": { "Domain": "Decoder", - "InputPath": "./720x1280_hevc.h265", + "InputPath": "./256_144p_hevc.h265", "NumFrames": -1, "CodecName": "HEVC", "PixelFormat": "NV12", "Width": 1280, "Height": 720, "Outputpath": "", - "_Outputpath_original": "./720x1280_hevc.yuv", + "_Outputpath_original": "./output_256_144p_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 3ad7804d..2b68927d 100755 --- a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json +++ b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json @@ -6,14 +6,14 @@ "TestConfigs": { "VideoDevice": "/dev/video1", "Domain": "Encoder", - "InputPath": "./60frames_yuv.yuv", + "InputPath": "./Animation_144p.yuv", "NumFrames": 60, "CodecName": "HEVC", "PixelFormat": "NV12", "Width": 1280, "Height": 720, "Outputpath": "", - "_Outputpath_original": "./Enc_HEVC__Main_1280_720.265", + "_Outputpath_original": "./Output_Animation_144p.265", "UseMinBufferCtrl": false, "InputBufferCount": 32, "OutputBufferCount": 32, diff --git a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/vp9Decoder.json b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/vp9Decoder.json index 3423189e..4c74f339 100755 --- a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/vp9Decoder.json +++ b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/vp9Decoder.json @@ -5,14 +5,14 @@ "Name": "VP9 Decode TestCase", "TestConfigs": { "Domain": "Decoder", - "InputPath": "./720x1280_vp9.ivf", + "InputPath": "./320_240_10fps.ivf", "NumFrames": -1, "CodecName": "VP9", "PixelFormat": "NV12", "Width": 1280, "Height": 720, "Outputpath": "", - "_Outputpath_original": "./720x1280_vp9.yuv", + "_Outputpath_original": "./320_240_10fps_vp9.yuv", "InputBufferCount": 16, "OutputBufferCount": 16, "UseMinBufferCtrl": false