summaryrefslogtreecommitdiff
path: root/mm-core
diff options
context:
space:
mode:
authorSurajit Podder <spodder@codeaurora.org>2017-10-03 20:53:43 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-10-03 08:25:33 -0700
commit40b49be7a6a9d57f6f1b19be1ef8b36b31ea698b (patch)
tree6143740bc7db6862fa207f82494d0dfbb47d483d /mm-core
parentca78e9cf4155b703b9bd9ad19c712e6c8926a5e5 (diff)
downloadmedia-40b49be7a6a9d57f6f1b19be1ef8b36b31ea698b.tar.gz
mm-core: Prevent exposing Muxer component in registry.
Prevent exposing internal muxer component to VTS tests Put Muxer component below the dummy component entry in the registry file. Change-Id: I69f4b3d99f867c136a269ac2dd9569a4e1785e3b
Diffstat (limited to 'mm-core')
-rw-r--r--mm-core/src/msmpeafowl/registry_table_android.c20
-rw-r--r--mm-core/src/sdm670/registry_table_android.c20
-rw-r--r--mm-core/src/sdm845/registry_table_android.c26
3 files changed, 33 insertions, 33 deletions
diff --git a/mm-core/src/msmpeafowl/registry_table_android.c b/mm-core/src/msmpeafowl/registry_table_android.c
index fbc2b9c2..9155c198 100644
--- a/mm-core/src/msmpeafowl/registry_table_android.c
+++ b/mm-core/src/msmpeafowl/registry_table_android.c
@@ -634,35 +634,35 @@ omx_core_cb_type core[] =
}
},
{
- "OMX.qcom.file.muxer",
- NULL, // Create instance function
- // Unique instance handle
+ "OMX.QCOM.CUST.COMP.START",
+ NULL, //Create instance function
+ //Unique instance handle
{
NULL,
NULL,
NULL,
NULL
},
+ NULL,
NULL, // Shared object library handle
- "libOmxMux.so",
{
- "container_muxer.mp2"
+ NULL
}
},
{
- "OMX.QCOM.CUST.COMP.START",
- NULL, //Create instance function
- //Unique instance handle
+ "OMX.qcom.file.muxer",
+ NULL, // Create instance function
+ // Unique instance handle
{
NULL,
NULL,
NULL,
NULL
},
- NULL,
NULL, // Shared object library handle
+ "libOmxMux.so",
{
- NULL
+ "container_muxer.mp2"
}
},
{
diff --git a/mm-core/src/sdm670/registry_table_android.c b/mm-core/src/sdm670/registry_table_android.c
index fbc2b9c2..9155c198 100644
--- a/mm-core/src/sdm670/registry_table_android.c
+++ b/mm-core/src/sdm670/registry_table_android.c
@@ -634,35 +634,35 @@ omx_core_cb_type core[] =
}
},
{
- "OMX.qcom.file.muxer",
- NULL, // Create instance function
- // Unique instance handle
+ "OMX.QCOM.CUST.COMP.START",
+ NULL, //Create instance function
+ //Unique instance handle
{
NULL,
NULL,
NULL,
NULL
},
+ NULL,
NULL, // Shared object library handle
- "libOmxMux.so",
{
- "container_muxer.mp2"
+ NULL
}
},
{
- "OMX.QCOM.CUST.COMP.START",
- NULL, //Create instance function
- //Unique instance handle
+ "OMX.qcom.file.muxer",
+ NULL, // Create instance function
+ // Unique instance handle
{
NULL,
NULL,
NULL,
NULL
},
- NULL,
NULL, // Shared object library handle
+ "libOmxMux.so",
{
- NULL
+ "container_muxer.mp2"
}
},
{
diff --git a/mm-core/src/sdm845/registry_table_android.c b/mm-core/src/sdm845/registry_table_android.c
index e76cabda..e9d23c0a 100644
--- a/mm-core/src/sdm845/registry_table_android.c
+++ b/mm-core/src/sdm845/registry_table_android.c
@@ -602,7 +602,7 @@ omx_core_cb_type core[] =
}
},
{
- "OMX.qcom.file.muxer",
+ "OMX.qti.vdec.vpp",
NULL, // Create instance function
// Unique instance handle
{
@@ -612,41 +612,41 @@ omx_core_cb_type core[] =
NULL
},
NULL, // Shared object library handle
- "libOmxMux.so",
+ "libOmxVpp.so",
{
- "container_muxer.mp2"
+ "iv_processor.yuv"
}
},
{
- "OMX.qti.vdec.vpp",
- NULL, // Create instance function
- // Unique instance handle
+ "OMX.QCOM.CUST.COMP.START",
+ NULL, //Create instance function
+ //Unique instance handle
{
NULL,
NULL,
NULL,
NULL
},
+ NULL,
NULL, // Shared object library handle
- "libOmxVpp.so",
{
- "iv_processor.yuv"
+ NULL
}
},
{
- "OMX.QCOM.CUST.COMP.START",
- NULL, //Create instance function
- //Unique instance handle
+ "OMX.qcom.file.muxer",
+ NULL, // Create instance function
+ // Unique instance handle
{
NULL,
NULL,
NULL,
NULL
},
- NULL,
NULL, // Shared object library handle
+ "libOmxMux.so",
{
- NULL
+ "container_muxer.mp2"
}
},
{