Skip to content

Commit

Permalink
omxcore: 8960: Enable multi stream aac decode omx component
Browse files Browse the repository at this point in the history
(cherry picked from commit 87b8e0f)

Change-Id: I8a62f130d41eb7108d36eb3495bc65d47ce4b476
  • Loading branch information
Sidipotu Ashok authored and Linux Build Service Account committed Jan 25, 2012
1 parent 1abd419 commit 3ce497f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
17 changes: 17 additions & 0 deletions omxcore/src/8960/qc_registry_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,23 @@ omx_core_cb_type core[] =
"audio_decoder.aac"
}
},
{
"OMX.qcom.audio.decoder.multiaac",
NULL, // Create instance function
// Unique instance handle
{
NULL,
NULL,
NULL,
NULL
},
NULL, // Shared object library handle
"libOmxAacDec.so",
{
"audio_decoder.aac"
}
},

};

const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type);
Expand Down
16 changes: 16 additions & 0 deletions omxcore/src/8960/qc_registry_table_android.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,22 @@ omx_core_cb_type core[] =
"audio_decoder.aac"
}
},
{
"OMX.qcom.audio.decoder.multiaac",
NULL, // Create instance function
// Unique instance handle
{
NULL,
NULL,
NULL,
NULL
},
NULL, // Shared object library handle
"libOmxAacDec.so",
{
"audio_decoder.aac"
}
},
{
"drm.play",
NULL, // Create instance function
Expand Down

0 comments on commit 3ce497f

Please sign in to comment.