Hello,
We are able to run H264 encoder version 01.00.01.04 with 4 cores. With 5 cores we are seeing some issues when we try to stream the encoded packets.
But when I try to use 6 cores, core 0 is always getting stuck at
RMAN_assignResources((IALG_Handle)handle,resFxns, scratchId);
while other cores go past RMAN_assignResources. I verified handle is not null and am using scratchId = -1 ( FC version is 3.23.02.16)
I tried scratchId = 0 along with cfg settings as mentioned in the below link, but that didn't work.
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/293191/1023645
What could be the reasons for this behavior and how can I debug this further?
Can I get framework components CCS project so I can rebuild FC with debug as I need to find where it hangs in RMAN_assignResources ?
Thanks
Anish
Signalogic