]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
PASDK-258:Update code merged from 4573453 (PP PASDK-242) for default build.
authorFrank Livingston <frank-livingston@ti.com>
Thu, 9 Mar 2017 21:24:27 +0000 (15:24 -0600)
committerFrank 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.

pasdk/test_dsp/framework/itopo/params.c

index a08263ca3768a98da3aed2821f22eb8f7b701e5b..32fea41b888f6c3eba45689463c7365f5ffda4c6 100644 (file)
@@ -853,7 +853,7 @@ const PAF_ASIT_Params asip_params_PAi =
     &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
@@ -917,7 +917,7 @@ const PAF_ASOT_Params asop_params_PAi =
     &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