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

Reply via email to