summaryrefslogtreecommitdiff
path: root/mm-core
diff options
context:
space:
mode:
authorSatya Krishna Pindiproli <satyak@codeaurora.org>2017-09-22 08:25:51 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-10-19 22:40:15 -0700
commitb24fa62f2fbbd54199ca2a4c48fb04c1e03737a1 (patch)
tree9a83ea62cabe2f9527e70eb205ef64e8d8f2dc22 /mm-core
parent7f86817ce20e444f3712976c8be249f9cd40861c (diff)
downloadmedia-b24fa62f2fbbd54199ca2a4c48fb04c1e03737a1.tar.gz
mm-audio: move multiaac decoder component above dummy
Multiaac decoder OMX component is being used by some customers so move it above the dummy component to expose it in the registry table for all relevant targets. CRs-Fixed: 2113889 Change-Id: I5fb391fadfdd6675db7028ae861f2f974574bd4b
Diffstat (limited to 'mm-core')
-rw-r--r--mm-core/src/sdm845/registry_table_android.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/mm-core/src/sdm845/registry_table_android.c b/mm-core/src/sdm845/registry_table_android.c
index e9d23c0a..0433f916 100644
--- a/mm-core/src/sdm845/registry_table_android.c
+++ b/mm-core/src/sdm845/registry_table_android.c
@@ -618,40 +618,40 @@ omx_core_cb_type core[] =
}
},
{
- "OMX.QCOM.CUST.COMP.START",
- NULL, //Create instance function
- //Unique instance handle
+ "OMX.qcom.audio.decoder.multiaac",
+ NULL, // Create instance function
+ // Unique instance handle
{
NULL,
NULL,
NULL,
NULL
},
- NULL,
NULL, // Shared object library handle
+ "libOmxAacDec.so",
{
- NULL
+ "audio_decoder.aac"
}
},
{
- "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.audio.decoder.aac",
- NULL, // Create instance function
+ "OMX.qcom.file.muxer",
+ NULL, // Create instance function
// Unique instance handle
{
NULL,
@@ -660,13 +660,13 @@ omx_core_cb_type core[] =
NULL
},
NULL, // Shared object library handle
- "libOmxAacDec.so",
+ "libOmxMux.so",
{
- "audio_decoder.aac"
+ "container_muxer.mp2"
}
},
{
- "OMX.qcom.audio.decoder.multiaac",
+ "OMX.qcom.audio.decoder.aac",
NULL, // Create instance function
// Unique instance handle
{