diff options
author | Paras Nagda <pnagda@codeaurora.org> | 2021-11-30 12:02:02 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-11-29 22:35:37 -0800 |
commit | fb542e5bca512052b1748dedc951882e464dafad (patch) | |
tree | f96d0262e9722e2fee710cd8bd8e53e18a328f30 | |
parent | 2e547edfb2c7b5208539d9715f60ea4840c1a3e0 (diff) |
conf_files: lito: add Attribute name for SW encoder
Change-Id: I2b45ea58e5d9b8e7b0f596ad2b86951600ea4cc0
-rw-r--r-- | conf_files/lito/media_codecs.xml | 1 | ||||
-rw-r--r-- | conf_files/lito/media_codecs_vendor.xml | 1 | ||||
-rw-r--r-- | conf_files/lito/media_codecs_vendor_lagoon_v0.xml | 1 | ||||
-rw-r--r-- | conf_files/lito/media_codecs_vendor_lagoon_v1.xml | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/conf_files/lito/media_codecs.xml b/conf_files/lito/media_codecs.xml index 699f935d..4072750d 100644 --- a/conf_files/lito/media_codecs.xml +++ b/conf_files/lito/media_codecs.xml @@ -219,6 +219,7 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="36" max="48600" /> <Limit name="bitrate" range="1-8000000" /> <Limit name="frame-rate" range="1-30" /> + <Attribute name="software-codec" /> <Limit name="concurrent-instances" max="3" /> <Limit name="performance-point-720x480" value="30" /> </MediaCodec> diff --git a/conf_files/lito/media_codecs_vendor.xml b/conf_files/lito/media_codecs_vendor.xml index 705f3cd0..20ec9692 100644 --- a/conf_files/lito/media_codecs_vendor.xml +++ b/conf_files/lito/media_codecs_vendor.xml @@ -240,6 +240,7 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="36" max="48600" /> <Limit name="bitrate" range="1-8000000" /> <Limit name="frame-rate" range="1-30" /> + <Attribute name="software-codec" /> <Limit name="concurrent-instances" max="3" /> <Limit name="performance-point-720x480" value="30" /> </MediaCodec> diff --git a/conf_files/lito/media_codecs_vendor_lagoon_v0.xml b/conf_files/lito/media_codecs_vendor_lagoon_v0.xml index 689bcd03..7648967f 100644 --- a/conf_files/lito/media_codecs_vendor_lagoon_v0.xml +++ b/conf_files/lito/media_codecs_vendor_lagoon_v0.xml @@ -211,6 +211,7 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="36" max="48600" /> <Limit name="bitrate" range="1-8000000" /> <Limit name="frame-rate" range="1-30" /> + <Attribute name="software-codec" /> <Limit name="concurrent-instances" max="3" /> <Limit name="performance-point-720x480" value="30" /> </MediaCodec> diff --git a/conf_files/lito/media_codecs_vendor_lagoon_v1.xml b/conf_files/lito/media_codecs_vendor_lagoon_v1.xml index 21815f34..cf530c8d 100644 --- a/conf_files/lito/media_codecs_vendor_lagoon_v1.xml +++ b/conf_files/lito/media_codecs_vendor_lagoon_v1.xml @@ -211,6 +211,7 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="36" max="48600" /> <Limit name="bitrate" range="1-8000000" /> <Limit name="frame-rate" range="1-30" /> + <Attribute name="software-codec" /> <Limit name="concurrent-instances" max="3" /> <Limit name="performance-point-720x480" value="30" /> </MediaCodec> |