Skip to content

Commit c21c272

Browse files
committed
Minor fix for h264/h265 Encoder
This commit will fix the issue with h264 and h265 Encoder json files Signed-off-by: Vamsee Narapareddi <vnarapar@qti.qualcomm.com>
1 parent 50ef1f0 commit c21c272

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"PixelFormat": "NV12",
1212
"Width": 256,
1313
"Height": 144,
14-
"Outputpath": "",
14+
"Outputpath": "",
1515
"_Outputpath_original": "./Output_Animation_144p.h264",
1616
"InputBufferCount": 32,
1717
"OutputBufferCount": 32,
@@ -23,9 +23,11 @@
2323
{"Id": "FrameRC", "Vtype": "Int", "Value": 1},
2424
{"Id": "BitRate", "Vtype": "Int", "Value": 18000000},
2525
{"Id": "BitRateMode", "Vtype": "String", "Value": "CBR"},
26-
{"Id": "PrefixHeaderMode", "Vtype": "String", "Value": "JOINED"}
27-
]
26+
{"Id": "PrefixHeaderMode", "Vtype": "String", "Value": "JOINED"},
27+
],
28+
"DynamicControls": [],
29+
"MemoryType": "MMAP"
2830
}
2931
}
3032
]
31-
}
33+
}

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"PixelFormat": "NV12",
1313
"Width": 256,
1414
"Height": 144,
15-
"Outputpath": "",
15+
"Outputpath": "",
1616
"_Outputpath_original": "./Output_Animation_144p.265",
1717
"UseMinBufferCtrl": false,
1818
"InputBufferCount": 32,
@@ -61,8 +61,9 @@
6161
"Value": 59
6262
}
6363
],
64-
"DynamicControls": []
64+
"DynamicControls": [],
65+
"MemoryType": "MMAP"
6566
}
6667
}
6768
]
68-
}
69+
}

0 commit comments

Comments
 (0)