diff --git a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Encoder.json b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Encoder.json index a8a2d945..e09dd6ad 100755 --- a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Encoder.json +++ b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Encoder.json @@ -11,7 +11,7 @@ "PixelFormat": "NV12", "Width": 256, "Height": 144, - "Outputpath": "", + "Outputpath": "", "_Outputpath_original": "./Output_Animation_144p.h264", "InputBufferCount": 32, "OutputBufferCount": 32, @@ -23,9 +23,11 @@ {"Id": "FrameRC", "Vtype": "Int", "Value": 1}, {"Id": "BitRate", "Vtype": "Int", "Value": 18000000}, {"Id": "BitRateMode", "Vtype": "String", "Value": "CBR"}, - {"Id": "PrefixHeaderMode", "Vtype": "String", "Value": "JOINED"} - ] + {"Id": "PrefixHeaderMode", "Vtype": "String", "Value": "JOINED"}, + ], + "DynamicControls": [], + "MemoryType": "MMAP" } } ] -} +} \ No newline at end of file diff --git a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json index 997d7f6e..1a785747 100755 --- a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json +++ b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json @@ -12,7 +12,7 @@ "PixelFormat": "NV12", "Width": 256, "Height": 144, - "Outputpath": "", + "Outputpath": "", "_Outputpath_original": "./Output_Animation_144p.265", "UseMinBufferCtrl": false, "InputBufferCount": 32, @@ -61,8 +61,9 @@ "Value": 59 } ], - "DynamicControls": [] + "DynamicControls": [], + "MemoryType": "MMAP" } } ] -} +} \ No newline at end of file