summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 840120b)
raw | patch | inline | side by side (parent: 840120b)
author | Frank Livingston <frank-livingston@ti.com> | |
Thu, 9 Mar 2017 21:24:27 +0000 (15:24 -0600) | ||
committer | Frank Livingston <frank-livingston@ti.com> | |
Thu, 9 Mar 2017 21:24:27 +0000 (15:24 -0600) |
ASIT/ASOT maxFramelength==1024 results in malloc failure during system
intialization w/ CAR,OAR and BMDA in build.
intialization w/ CAR,OAR and BMDA in build.
pasdk/test_dsp/framework/itopo/params.c | patch | blob | history |
index a08263ca3768a98da3aed2821f22eb8f7b701e5b..32fea41b888f6c3eba45689463c7365f5ffda4c6 100644 (file)
&PAF_ASP_params_decSioMap, // pDecSioMap
PAF_AST_streamsFromDecodes_std, // streamsFromDecodes
PAF_AST_streamsFromEncodes_std, // streamsFromEncodes
- 1024,// 256, // maxFramelength
+ 256, //1024,// 256, // maxFramelength
PAF_AST_streamOrder, // streamOrder
inpLinkInit, // i_inpLinkInit
outLinkInit, // i_outLinkInit
&PAF_ASP_params_decSioMap, // pDecSioMap
PAF_AST_streamsFromDecodes_std, // streamsFromDecodes
PAF_AST_streamsFromEncodes_std, // streamsFromEncodes
- 1024, //256, // maxFramelength
+ 256, //1024, //256, // maxFramelength
PAF_AST_streamOrder, // streamOrder
inpLinkInit, // i_inpLinkInit
outLinkInit, // i_outLinkInit