Hello.
I'm using DVSDK 3.01 with OMAP3525.
I'm developing some program which runs multiple aaclc encoders which work on the DSP simulteneously. When I run up to four encoders, they work fine. However when I try to create 6th instance, I got the message of " [Aenc1] Failed to open audio encode algorithm: aaclcenc" when I call "Aenc1_create()" which the DMAI provides.
I thought the issue was related to size of DDRALGHEAP, however I checked this value in server.tcf under cs1omap folder is set as 0x90,0000 as a default for video application, and I believe it's not the cause of the issue.
I also tried modifying cmem setting in loadmodules.sh like the followings. However I still have the problem.
insmod cmemk.ko phys_start=0x8e300000 phys_end=0x8f200000 pools=20x16384,40x8192,40x4096 allowOverlap=1
For test purpose I made some very light xDais compliant DSP program, and in this case, I succeeded in creating 12 instance in DSP, howvere failed in creating 13rd one.
Please give me your advice to solve the issue. Thank you in advance.
Best,
Hiroyuki Yazawa