This confusing error is caused when the codec's create params are "too
big".  Often this is seen when the .size field of the create params is
uninitialized.

I don't recall off hand how big "too big" is, but from the error it may
be 32 32-bit words... or slightly less.

FWIW, there was a bug filed (and fixed) to clean up the error message.
For the archives, the ID was SDSCM00019266, and it was fixed in CE 2.00.
In that release and newer, if the create params are "too big" the
create() call will return a error before going down to the DSP, rather
than generate the confusing assert msg.

Chris 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
> ] On Behalf Of linuxvom
> Sent: Wednesday, May 14, 2008 8:41 PM
> To: davinci-linux-open-source@linux.davincidsp.com
> Subject: Engine_createNode error
> 
> hi all
> i'm linking my alg lib made by CCS into CodecEngine,but when called
> VIDENC_create from gpp side error occurs like below:
> --------------------------------------------------------------
> -------------
> @0x00119a02:[T:0x4003a6e8] ti.sdo.ce.video.VIDENC - 
> VIDENC_create> Enter (server
> =0x28650, name='videnc', params=0xbefffc58)
> @0x00119b0e:[T:0x4003a6e8] CV - VISA_create(0x28650, 
> 'videnc', 0xbefffc58, 0x828
> , 'ti.sdo.ce.video.IVIDENC')
> @0x00119be8:[T:0x4003a6e8] CE - Engine_createNode(0x28650, 
> 'videnc', 828, 0xbeff
> fc58)
> @0x00119ca0:[T:0x4003a6e8] OC - Comm_create> 
> Enter(queueName='gppfromnode', msgq
> Queue=0x28878, attrs=0x0)
> @0x00119e57:[T:0x4003a6e8] OC - Comm_create> return (0x28898)
> app.out: Engine.c:184: Engine_createNode: Assertion 
> `nodeAttrs->size <= (sizeof
>  (RMS_Word) * 32)' failed.
> Aborted
> --------------------------------------------------------------
> ---------------
> what's the meaning yet? what is nodeAttrs->size?
> can anybody help me
> thanks
> _______________________________________________
> Davinci-linux-open-source mailing list
> Davinci-linux-open-source@linux.davincidsp.com
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
> 
_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to