Arvind,

Yes, non-blocking VISA APIs (asynchronous APIs) are available in CE 2.10 
w/DM6467 and the VIDENC1/VIDDEC2 codecs.

I'm not sure what pointers you want, except to say that instead of doing
    VIDENC1_process()
you would do
    VIDENC1_processAsync()
    ...
    VIDENC1_processWait()

Regards,

- Rob

________________________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arvind Raman
Sent: Friday, October 03, 2008 6:38 AM
To: davinci-linux-open-source@linux.davincidsp.com
Subject: Non blocking VISA API calls on DM6467

I was wondering if anybody would be able to confirm if DVSDK version 
1.40.00.31<http://1.40.00.31> (codec engine version 2.10.01) on DM6467 supports 
non-blocking VISA API calls. I presume this is the latest build of the DVSDK 
available on DM6467.

I am particularly interested in knowing if the video encoder (VIDENC1) and 
decoder (VIDDEC2) calls can be made in a non-blocking manner (asynchronous) 
from the ARM of the DM6467. Would appreciate any pointers that would help me 
figure this out.

Thanks and Regards
Arvind

_______________________________________________
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