mm-core: Add component entry for flac decoder

Add component entry for flac sw decoder

Change-Id: I283d1a00e4d48b94dee15d3ec69c81f70f3e221b
This commit is contained in:
Arun Kumar Dasari 2016-11-05 14:54:14 +05:30
parent df7914e0e2
commit ef799972d9
2 changed files with 32 additions and 0 deletions

View file

@ -556,6 +556,22 @@ omx_core_cb_type core[] =
"audio_decoder.ape"
}
},
{
"OMX.qti.audio.decoder.flac.sw",
NULL, // Create instance function
// Unique instance handle
{
NULL,
NULL,
NULL,
NULL
},
NULL, // Shared object library handle
"libOmxFlacDecSw.so",
{
"audio_decoder.flac"
}
},
{
"OMX.qcom.audio.encoder.aac",
NULL, // Create instance function

View file

@ -611,6 +611,22 @@ omx_core_cb_type core[] =
"audio_decoder.ape"
}
},
{
"OMX.qti.audio.decoder.flac.sw",
NULL, // Create instance function
// Unique instance handle
{
NULL,
NULL,
NULL,
NULL
},
NULL, // Shared object library handle
"libOmxFlacDecSw.so",
{
"audio_decoder.flac"
}
},
{
"OMX.qcom.audio.encoder.aac",
NULL, // Create instance function