summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPreetam Singh Ranawat <apranawat@codeaurora.org>2015-11-26 11:42:29 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2015-12-07 22:04:23 -0800
commitbe989ef68e9b48f6a535522018f4581fbc1fc1dc (patch)
tree4798adb2f56fe616dfcb21f5eb726cca2315be99
parent10333844fe5623c047d51b55c8604f1765621685 (diff)
downloadandroid_hardware_qcom_media-be989ef68e9b48f6a535522018f4581fbc1fc1dc.tar.gz
android_hardware_qcom_media-be989ef68e9b48f6a535522018f4581fbc1fc1dc.tar.bz2
android_hardware_qcom_media-be989ef68e9b48f6a535522018f4581fbc1fc1dc.zip
audio: Add entry for ALAC/APE software component
-Add entires for ALAC and APE software component role names. Change-Id: If36d6de311fcd0b614ac9ccdf96dfd69b0ade390
-rw-r--r--mm-core/src/8937/registry_table.c32
-rwxr-xr-x[-rw-r--r--]mm-core/src/8937/registry_table_android.c32
2 files changed, 64 insertions, 0 deletions
diff --git a/mm-core/src/8937/registry_table.c b/mm-core/src/8937/registry_table.c
index 5d04681e..2fde23aa 100644
--- a/mm-core/src/8937/registry_table.c
+++ b/mm-core/src/8937/registry_table.c
@@ -279,6 +279,22 @@ omx_core_cb_type core[] =
}
},
{
+ "OMX.qti.audio.decoder.alac.sw",
+ NULL, // Create instance function
+ // Unique instance handle
+ {
+ NULL,
+ NULL,
+ NULL,
+ NULL
+ },
+ NULL, // Shared object library handle
+ "libOmxAlacDecSw.so",
+ {
+ "audio_decoder.alac"
+ }
+ },
+ {
"OMX.qcom.audio.decoder.ape",
NULL, // Create instance function
// Unique instance handle
@@ -295,6 +311,22 @@ omx_core_cb_type core[] =
}
},
{
+ "OMX.qti.audio.decoder.ape.sw",
+ NULL, // Create instance function
+ // Unique instance handle
+ {
+ NULL,
+ NULL,
+ NULL,
+ NULL
+ },
+ NULL, // Shared object library handle
+ "libOmxApeDecSw.so",
+ {
+ "audio_decoder.ape"
+ }
+ },
+ {
"OMX.qcom.audio.encoder.aac",
NULL, // Create instance function
// Unique instance handle
diff --git a/mm-core/src/8937/registry_table_android.c b/mm-core/src/8937/registry_table_android.c
index f1285220..7da8fecc 100644..100755
--- a/mm-core/src/8937/registry_table_android.c
+++ b/mm-core/src/8937/registry_table_android.c
@@ -312,6 +312,22 @@ omx_core_cb_type core[] =
}
},
{
+ "OMX.qti.audio.decoder.alac.sw",
+ NULL, // Create instance function
+ // Unique instance handle
+ {
+ NULL,
+ NULL,
+ NULL,
+ NULL
+ },
+ NULL, // Shared object library handle
+ "libOmxAlacDecSw.so",
+ {
+ "audio_decoder.alac"
+ }
+ },
+ {
"OMX.qcom.audio.decoder.ape",
NULL, // Create instance function
// Unique instance handle
@@ -328,6 +344,22 @@ omx_core_cb_type core[] =
}
},
{
+ "OMX.qti.audio.decoder.ape.sw",
+ NULL, // Create instance function
+ // Unique instance handle
+ {
+ NULL,
+ NULL,
+ NULL,
+ NULL
+ },
+ NULL, // Shared object library handle
+ "libOmxApeDecSw.so",
+ {
+ "audio_decoder.ape"
+ }
+ },
+ {
"OMX.qcom.audio.encoder.aac",
NULL, // Create instance function
// Unique instance handle