summaryrefslogtreecommitdiff
path: root/mm-core
diff options
context:
space:
mode:
authorAnubhav Phukan <anubhavp@codeaurora.org>2017-05-26 13:39:03 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-06-02 16:21:56 -0700
commit7d4059def65fee8253242a15f2960cde0f1a0b9e (patch)
tree4e80bd6bd5d6c17614a12771759b48306d56caea /mm-core
parentd29b135298c56f890ded105c4d7c661b03013efe (diff)
downloadmedia-7d4059def65fee8253242a15f2960cde0f1a0b9e.tar.gz
mm-core: Add registry file entries for Vc1 sw decoder
CRs-Fixed: 2053001 Change-Id: Ie3a34120c4af06666ae73ff07809607ecad425b3
Diffstat (limited to 'mm-core')
-rw-r--r--mm-core/src/sdm845/registry_table.c32
-rw-r--r--mm-core/src/sdm845/registry_table_android.c32
2 files changed, 64 insertions, 0 deletions
diff --git a/mm-core/src/sdm845/registry_table.c b/mm-core/src/sdm845/registry_table.c
index e8e0954b..e73de68e 100644
--- a/mm-core/src/sdm845/registry_table.c
+++ b/mm-core/src/sdm845/registry_table.c
@@ -56,6 +56,38 @@ omx_core_cb_type core[] =
}
},
{
+ "OMX.qti.video.decoder.vc1sw",
+ NULL, // Create instance function
+ // Unique instance handle
+ {
+ NULL,
+ NULL,
+ NULL,
+ NULL
+ },
+ NULL, // Shared object library handle
+ "libOmxSwVdec.so",
+ {
+ "video_decoder.vc1"
+ }
+ },
+ {
+ "OMX.qti.video.decoder.wmvsw",
+ NULL, // Create instance function
+ // Unique instance handle
+ {
+ NULL,
+ NULL,
+ NULL,
+ NULL
+ },
+ NULL, // Shared object library handle
+ "libOmxSwVdec.so",
+ {
+ "video_decoder.vc1"
+ }
+ },
+ {
"OMX.qcom.file.muxer",
NULL, // Create instance function
// Unique instance handle
diff --git a/mm-core/src/sdm845/registry_table_android.c b/mm-core/src/sdm845/registry_table_android.c
index e68ac7c0..ae59566a 100644
--- a/mm-core/src/sdm845/registry_table_android.c
+++ b/mm-core/src/sdm845/registry_table_android.c
@@ -104,6 +104,38 @@ omx_core_cb_type core[] =
}
},
{
+ "OMX.qti.video.decoder.vc1sw",
+ NULL, // Create instance function
+ // Unique instance handle
+ {
+ NULL,
+ NULL,
+ NULL,
+ NULL
+ },
+ NULL, // Shared object library handle
+ "libOmxSwVdec.so",
+ {
+ "video_decoder.vc1"
+ }
+ },
+ {
+ "OMX.qti.video.decoder.wmvsw",
+ NULL, // Create instance function
+ // Unique instance handle
+ {
+ NULL,
+ NULL,
+ NULL,
+ NULL
+ },
+ NULL, // Shared object library handle
+ "libOmxSwVdec.so",
+ {
+ "video_decoder.vc1"
+ }
+ },
+ {
"OMX.qcom.video.decoder.hevc",
NULL, // Create instance function
// Unique instance handle