Can you turn on full tracing and post the trace log? Can you acquire
the DSP log as well? If so, can you rebuild your server with
"DSKT2.debug = true" and send the DSP log as well?
[ And if your codec uses DMA, configure "DMAN3.debug = true" in the
server also. ]
Are you changing the ARM-side app at all (e.g. sending extended create
params to the codec?)?
Chris
________________________________
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Sergeev Anton
Sent: Thursday, April 05, 2007 8:40 AM
To: [email protected]
Subject: problem with memory table
Hi.
I`m working on DaVinci video decoder.
I`m trying to alloc memory for my decoder through IALG
interface.
I am get video_copy example, and add into algAlloc (for
viddec_copy codec) two more memory implimintation:
memTab[1].size = 20;
memTab[1].alignment = 0;
memTab[1].space = IALG_EXTERNAL;
memTab[1].attrs = IALG_PERSIST;
memTab[2].size = 10;
memTab[2].alignment = 0;
memTab[2].space = IALG_EXTERNAL;
memTab[2].attrs = IALG_PERSIST;
return (3);
After that example crush, with
@0x00010460:[T:0x4003a6e8] CE - Engine_createNode> Remote
node creation FAILED (0x80008008).
And this happens when i declare more then 2 memory element in
algAlloc
What`s a problem???
Regards.
Anton Sergeev
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source