conf_files: kona: Update perf-points of heic encoder
Update the performance points values of heic encoder
component in media_codecs xml files. Empty performance
points using "performance-point-none" doesn't seem
to be working as expected.
Change-Id: Ie0ed3111d83323ba507a8ed875d431c25dbbbb09
diff --git a/conf_files/kona/media_codecs.xml b/conf_files/kona/media_codecs.xml
index ec137dc..b9bce77 100644
--- a/conf_files/kona/media_codecs.xml
+++ b/conf_files/kona/media_codecs.xml
@@ -267,7 +267,13 @@
<Limit name="concurrent-instances" max="6" />
<Limit name="quality" range="0-100" default="80" />
<Feature name="bitrate-modes" value="CQ" />
- <Limit name="performance-point-none" value="0" />
+ <Limit name="performance-point-16384x8192" value="3" />
+ <Limit name="performance-point-8192x4320" value="3" />
+ <Limit name="performance-point-4096x2304" value="3" />
+ <Limit name="performance-point-1920x1080" value="6" />
+ <Limit name="performance-point-1920x1080" value="6" />
+ <Limit name="performance-point-1280x720" value="6" />
+ <Limit name="performance-point-1280x720" value="6" />
</MediaCodec>
<!-- Video Software -->
<MediaCodec name="OMX.qcom.video.encoder.h263sw" type="video/3gpp" >
diff --git a/conf_files/kona/media_codecs_vendor.xml b/conf_files/kona/media_codecs_vendor.xml
index f85f5f8..a7964dc 100644
--- a/conf_files/kona/media_codecs_vendor.xml
+++ b/conf_files/kona/media_codecs_vendor.xml
@@ -268,7 +268,13 @@
<Limit name="concurrent-instances" max="6" />
<Limit name="quality" range="0-100" default="80" />
<Feature name="bitrate-modes" value="CQ" />
- <Limit name="performance-point-none" value="0" />
+ <Limit name="performance-point-16384x8192" value="3" />
+ <Limit name="performance-point-8192x4320" value="3" />
+ <Limit name="performance-point-4096x2304" value="3" />
+ <Limit name="performance-point-1920x1080" value="6" />
+ <Limit name="performance-point-1920x1080" value="6" />
+ <Limit name="performance-point-1280x720" value="6" />
+ <Limit name="performance-point-1280x720" value="6" />
</MediaCodec>
<!-- Video Software -->
<MediaCodec name="OMX.qcom.video.encoder.h263sw" type="video/3gpp" >