diff options
author | Paras Nagda <pnagda@codeaurora.org> | 2021-11-30 12:25:43 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-11-29 23:03:33 -0800 |
commit | a8823e48cd0c2be431095360c26878b39f6a6548 (patch) | |
tree | 7b3fc9038629bef0c2cf44d9731d4ebb63c6677d | |
parent | f10d173bbcfab6e4104609fac4e814d9a2e0a5c8 (diff) |
conf_files:add Attribute name for SW encoder
Change-Id: I0e92fcc71c426a19f797d79dc80071a51248472e
-rw-r--r-- | conf_files/atoll/media_codecs.xml | 1 | ||||
-rw-r--r-- | conf_files/atoll/media_codecs_vendor.xml | 1 | ||||
-rw-r--r-- | conf_files/msmnile/media_codecs.xml | 1 | ||||
-rw-r--r-- | conf_files/msmnile/media_codecs_vendor.xml | 1 | ||||
-rw-r--r-- | conf_files/sm6150/media_codecs.xml | 1 | ||||
-rw-r--r-- | conf_files/sm6150/media_codecs_sdmmagpie_v0.xml | 1 | ||||
-rw-r--r-- | conf_files/sm6150/media_codecs_sdmmagpie_v1.xml | 1 | ||||
-rw-r--r-- | conf_files/sm6150/media_codecs_vendor.xml | 1 | ||||
-rw-r--r-- | conf_files/trinket/media_codecs.xml | 1 | ||||
-rw-r--r-- | conf_files/trinket/media_codecs_vendor.xml | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/conf_files/atoll/media_codecs.xml b/conf_files/atoll/media_codecs.xml index 39a20528..583d20cb 100644 --- a/conf_files/atoll/media_codecs.xml +++ b/conf_files/atoll/media_codecs.xml @@ -216,6 +216,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="16" /> <Feature name="can-swap-width-height" required="true" /> <Limit name="performance-point-864x480" value="30" /> diff --git a/conf_files/atoll/media_codecs_vendor.xml b/conf_files/atoll/media_codecs_vendor.xml index 7bbad32c..d82aeb94 100644 --- a/conf_files/atoll/media_codecs_vendor.xml +++ b/conf_files/atoll/media_codecs_vendor.xml @@ -229,6 +229,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="16" /> <Feature name="can-swap-width-height" required="true" /> <Limit name="performance-point-864x480" value="30" /> diff --git a/conf_files/msmnile/media_codecs.xml b/conf_files/msmnile/media_codecs.xml index 18c43f6d..569b1b7b 100644 --- a/conf_files/msmnile/media_codecs.xml +++ b/conf_files/msmnile/media_codecs.xml @@ -258,6 +258,7 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="36" max="108000" /> <Limit name="bitrate" range="1-4000000" /> <Limit name="frame-rate" range="1-30" /> + <Attribute name="software-codec" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-1280x720" value="30" /> </MediaCodec> diff --git a/conf_files/msmnile/media_codecs_vendor.xml b/conf_files/msmnile/media_codecs_vendor.xml index d262d049..e0f860be 100644 --- a/conf_files/msmnile/media_codecs_vendor.xml +++ b/conf_files/msmnile/media_codecs_vendor.xml @@ -276,6 +276,7 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="36" max="108000" /> <Limit name="bitrate" range="1-4000000" /> <Limit name="frame-rate" range="1-30" /> + <Attribute name="software-codec" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-1280x720" value="30" /> </MediaCodec> diff --git a/conf_files/sm6150/media_codecs.xml b/conf_files/sm6150/media_codecs.xml index 705075d8..f4dde74a 100644 --- a/conf_files/sm6150/media_codecs.xml +++ b/conf_files/sm6150/media_codecs.xml @@ -206,6 +206,7 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="1" max="108000" /> <Limit name="bitrate" range="1-4000000" /> <Limit name="frame-rate" range="1-30" /> + <Attribute name="software-codec" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-1280x720" value="30" /> </MediaCodec> diff --git a/conf_files/sm6150/media_codecs_sdmmagpie_v0.xml b/conf_files/sm6150/media_codecs_sdmmagpie_v0.xml index 5c63fa83..b0151a96 100644 --- a/conf_files/sm6150/media_codecs_sdmmagpie_v0.xml +++ b/conf_files/sm6150/media_codecs_sdmmagpie_v0.xml @@ -198,6 +198,7 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="1" max="108000" /> <Limit name="bitrate" range="1-4000000" /> <Limit name="frame-rate" range="1-30" /> + <Attribute name="software-codec" /> <Limit name="concurrent-instances" max="16" /> </MediaCodec> </Encoders> diff --git a/conf_files/sm6150/media_codecs_sdmmagpie_v1.xml b/conf_files/sm6150/media_codecs_sdmmagpie_v1.xml index 28b6acd3..ab0c0b54 100644 --- a/conf_files/sm6150/media_codecs_sdmmagpie_v1.xml +++ b/conf_files/sm6150/media_codecs_sdmmagpie_v1.xml @@ -188,6 +188,7 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="1" max="108000" /> <Limit name="bitrate" range="1-4000000" /> <Limit name="frame-rate" range="1-30" /> + <Attribute name="software-codec" /> <Limit name="concurrent-instances" max="16" /> </MediaCodec> </Encoders> diff --git a/conf_files/sm6150/media_codecs_vendor.xml b/conf_files/sm6150/media_codecs_vendor.xml index ee9e59b8..577b22ae 100644 --- a/conf_files/sm6150/media_codecs_vendor.xml +++ b/conf_files/sm6150/media_codecs_vendor.xml @@ -194,6 +194,7 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="1" max="108000" /> <Limit name="bitrate" range="1-4000000" /> <Limit name="frame-rate" range="1-30" /> + <Attribute name="software-codec" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-1280x720" value="30" /> </MediaCodec> diff --git a/conf_files/trinket/media_codecs.xml b/conf_files/trinket/media_codecs.xml index b308d74c..919b789d 100644 --- a/conf_files/trinket/media_codecs.xml +++ b/conf_files/trinket/media_codecs.xml @@ -206,6 +206,7 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="36" max="108000" /> <Limit name="bitrate" range="1-4000000" /> <Limit name="frame-rate" range="1-30" /> + <Attribute name="software-codec" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-1280x720" value="30" /> </MediaCodec> diff --git a/conf_files/trinket/media_codecs_vendor.xml b/conf_files/trinket/media_codecs_vendor.xml index 639f5f90..278e5263 100644 --- a/conf_files/trinket/media_codecs_vendor.xml +++ b/conf_files/trinket/media_codecs_vendor.xml @@ -223,6 +223,7 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="36" max="108000" /> <Limit name="bitrate" range="1-4000000" /> <Limit name="frame-rate" range="1-30" /> + <Attribute name="software-codec" /> <Limit name="concurrent-instances" max="16" /> <Limit name="performance-point-1280x720" value="30" /> </MediaCodec> |