Skip to content

Commit ffec696

Browse files
authored
Merge pull request #263 from abbajaj806/Video_Json_Correction
Video Json File changes to align with the reduced file sizes input
2 parents 281dd9a + 7594a6d commit ffec696

5 files changed

Lines changed: 20 additions & 20 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"Name" : "H264 Decoder Testcase",
66
"TestConfigs" : {
77
"Domain": "Decoder",
8-
"InputPath": "./720p_AVC.h264",
8+
"InputPath": "./256_144p_h264.h264",
99
"NumFrames": -1,
1010
"CodecName": "AVC",
1111
"PixelFormat": "NV12",
12-
"Width": 1280,
13-
"Height": 720,
12+
"Width": 256,
13+
"Height": 144,
1414
"Outputpath": "",
15-
"_Outputpath_original": "./720p_AVC.yuv",
15+
"_Outputpath_original": "./output_256_144p_h264.yuv",
1616
"InputBufferCount": 16,
1717
"OutputBufferCount": 16
1818
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"Name" : "Encoder Testcase",
66
"TestConfigs" : {
77
"Domain": "Encoder",
8-
"InputPath": "./90frames_yuv.yuv",
8+
"InputPath": "./Animation_144p.yuv",
99
"NumFrames": -1,
1010
"CodecName": "AVC",
1111
"PixelFormat": "NV12",
12-
"Width": 1280,
13-
"Height": 720,
12+
"Width": 256,
13+
"Height": 144,
1414
"Outputpath": "",
15-
"_Outputpath_original": "./Enc_AVC_720p.h264",
15+
"_Outputpath_original": "./Output_Animation_144p.h264",
1616
"InputBufferCount": 32,
1717
"OutputBufferCount": 32,
1818
"OperatingRate": 10,

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"Name": "HEVC Decoder TestCase",
66
"TestConfigs": {
77
"Domain": "Decoder",
8-
"InputPath": "./720x1280_hevc.h265",
8+
"InputPath": "./256_144p_hevc.h265",
99
"NumFrames": -1,
1010
"CodecName": "HEVC",
1111
"PixelFormat": "NV12",
12-
"Width": 1280,
13-
"Height": 720,
12+
"Width": 256,
13+
"Height": 144,
1414
"Outputpath": "",
15-
"_Outputpath_original": "./720x1280_hevc.yuv",
15+
"_Outputpath_original": "./output_256_144p_hevc.yuv",
1616
"InputBufferCount": 16,
1717
"OutputBufferCount": 16,
1818
"UseMinBufferCtrl": false

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"TestConfigs": {
77
"VideoDevice": "/dev/video1",
88
"Domain": "Encoder",
9-
"InputPath": "./60frames_yuv.yuv",
9+
"InputPath": "./Animation_144p.yuv",
1010
"NumFrames": 60,
1111
"CodecName": "HEVC",
1212
"PixelFormat": "NV12",
13-
"Width": 1280,
14-
"Height": 720,
13+
"Width": 256,
14+
"Height": 144,
1515
"Outputpath": "",
16-
"_Outputpath_original": "./Enc_HEVC__Main_1280_720.265",
16+
"_Outputpath_original": "./Output_Animation_144p.265",
1717
"UseMinBufferCtrl": false,
1818
"InputBufferCount": 32,
1919
"OutputBufferCount": 32,

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"Name": "VP9 Decode TestCase",
66
"TestConfigs": {
77
"Domain": "Decoder",
8-
"InputPath": "./720x1280_vp9.ivf",
8+
"InputPath": "./320_240_10fps.ivf",
99
"NumFrames": -1,
1010
"CodecName": "VP9",
1111
"PixelFormat": "NV12",
12-
"Width": 1280,
13-
"Height": 720,
12+
"Width": 320,
13+
"Height": 240,
1414
"Outputpath": "",
15-
"_Outputpath_original": "./720x1280_vp9.yuv",
15+
"_Outputpath_original": "./320_240_10fps_vp9.yuv",
1616
"InputBufferCount": 16,
1717
"OutputBufferCount": 16,
1818
"UseMinBufferCtrl": false

0 commit comments

Comments
 (0)