Skip to content

Commit fb0be66

Browse files
authored
Merge pull request qualcomm-linux#209 from abbajaj806/Video
Video Encoder Json File change as per the QLI Mainline feature enablement
2 parents da98ae3 + ddafde2 commit fb0be66

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

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

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -58,45 +58,10 @@
5858
"Id": "GOPSize",
5959
"Vtype": "Int",
6060
"Value": 59
61-
},
62-
{
63-
"Id": "MultiSliceMode",
64-
"Vtype": "String",
65-
"Value": "SINGLE"
66-
},
67-
{
68-
"Id": "MinIQP",
69-
"Vtype": "Int",
70-
"Value": 10
71-
},
72-
{
73-
"Id": "MinPQP",
74-
"Vtype": "Int",
75-
"Value": 10
76-
},
77-
{
78-
"Id": "MinBQP",
79-
"Vtype": "Int",
80-
"Value": 10
81-
},
82-
{
83-
"Id": "MaxIQP",
84-
"Vtype": "Int",
85-
"Value": 51
86-
},
87-
{
88-
"Id": "MaxPQP",
89-
"Vtype": "Int",
90-
"Value": 51
91-
},
92-
{
93-
"Id": "MaxBQP",
94-
"Vtype": "Int",
95-
"Value": 51
9661
}
9762
],
9863
"DynamicControls": []
9964
}
10065
}
10166
]
102-
}
67+
}

0 commit comments

Comments
 (0)