Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Width/height do not match new input assets.
InputPath: ./256_144p_h264.h264 but Width: 1280, Height: 720

"Outputpath": "",
"_Outputpath_original": "./720p_AVC.yuv",
"_Outputpath_original": "./output_256_144p_h264.yuv",
"InputBufferCount": 16,
"OutputBufferCount": 16
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make output names consistent (prefer lowercase output_...

"InputBufferCount": 32,
"OutputBufferCount": 32,
"OperatingRate": 10,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading