Skip to content

Commit 8b4167e

Browse files
committed
update outpath path in the video json
In this commit, we updated the video JSON files to resolve the rootfs “no space” issue by not dumping the output to a directory. Signed-off-by: Mani Deepak Gurram <manigurr@qti.qualcomm.com>
1 parent a614484 commit 8b4167e

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)