Building Encode/Decode demo application for DVSDK2.0

2009-08-17 Thread bhushan
dsplink-1_61_03-prebuilt dvsdk_demos_2_00_00_07 dvtb_4_00_08 edma3_lld_1_05_00 framework_components_2_23_01 linuxutils_2_23_01 PSP_02_00_00_140 xdais_6_23 Regards, -- Bhushan ___ Davinci-linux-open-source mailing list Davinci-linux-open-source

Re: problem while experimenting with g711enc

2009-07-22 Thread bhushan
Hi, You may have to download the g711 codec lib for a player such as winamp/ vlc then play it. Bhushan On Wed, Jul 22, 2009 at 12:48 PM, Ottavio Campana < ottavio.camp...@dei.unipd.it> wrote: > Hi, > > I'm trying to use g711enc to make some experiments. Everything seems to

Re: Unable to change cache size in codec engine.

2009-05-21 Thread bhushan
Data (L1D)/Cache (up to 32KB) > · 64KB Unified Mapped RAM/Cache (L2) > · Little endian > Best regards > > Ondrej Pindroch > > > -Original Message- > From: bhushan > To: jaya.krish...@samsung.com > Cc: "davinci-linux-open-source@linux.davincidsp.co

Re: Unable to change cache size in codec engine.

2009-05-21 Thread bhushan
please refer the same to me. regards, Bhushan On Thu, May 21, 2009 at 1:30 PM, Jaya krishnan wrote: > Hello, > I remember 64x+  L2 cache  size is 64K (maximum). > Regards > Jayakrishnan > > > > > --- Original Message --- > Sender : bhushan > Date   : May 2

Unable to change cache size in codec engine.

2009-05-21 Thread bhushan
).instance("IRAM"); //IRAM.len= 0x800; /* ======= * MEM : Global * === */ prog.module("MEM").BIOSOBJSEG = bios.DDRALGHEAP; prog.module("MEM").MALLOCSEG = bios.DDRALGHEAP; /* === * TSK : Global * === */ prog.module("TSK").STACKSEG = bios.DDRALGHEAP ; /* === * Generate configuration files... * === */ if (config.hasReportedError == false) { prog.gen(); } If anyone has any suggestion or information on how to go about changing the cache size in this file or using bios apis please reply, Thanks in advance -- Bhushan ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Re: Codec engine hangs when during TraceUtil_start function

2009-05-04 Thread bhushan
al Message- >> From: davinci-linux-open-source-boun...@linux.davincidsp.com >> [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com >> ] On Behalf Of bhushan >> Sent: Monday, May 04, 2009 11:17 PM >> To: Balagopalakrishnan, Anand >> Cc: davinci-linux

Re: Codec engine hangs when during TraceUtil_start function

2009-05-04 Thread bhushan
Hello Anand, I set the CE_DEBUG parametr to 2 and 3 value which must basically enable all the traces from teh ARM and DSP side. Still I am unable to see the DSP side traces. Bhushan On Tue, May 5, 2009 at 11:02 AM, Balagopalakrishnan, Anand wrote: > What are the attributes configured

Codec engine hangs when during TraceUtil_start function

2009-05-04 Thread bhushan
d44c:[T:0x00010005] OC - Comm_put> return (0) @0x0060d56a:[T:0x00010005] OC - Comm_get> Enter(queue=0x1, msg=0xbe1ffa38, timeout=-1) @0x0060d6b2:[T:0x00010005] OC - Comm_get> return (0) If any one has any suggestions for the solution to above problem please send me the same. Thanks in advance -- Bhushan ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Re: Remote node creation FAILED

2009-04-30 Thread bhushan
starting the DSP side traces. I am unable to get them on the ARM side. Can you please suggest some steps for that? regards Bhushan On Thu, Apr 30, 2009 at 10:46 PM, Ring, Chris wrote: > Can you run your app with the CE_DEBUG env var set to 2 or 3? > > http://tiexpressdsp.com/index.php?title

Remote node creation FAILED

2009-04-30 Thread bhushan
eturn (1) @0x000b75ea:[T:0x4000] OM - Memory_contigFree> Enter(addr=1073852416, size=1024) @0x000b76ec:[T:0x4000] OM - Memory__removeContigBuf> Enter(virtAddr=0x4001b000, size=1024) @0x000b77bb:[T:0x4000] OM - Memory__removeContigBuf> removing cb->phys=0x841

include libraries in the codec engine

2009-04-12 Thread bhushan
Hi all, I am trying to modify the scale example code given in the codec engine and trying to add a library file to it. Can anyone please suggest how to go about this? Thanks in advance. Bhushan ___ Davinci-linux-open-source mailing list Davinci-linux

Re: CCS code...

2009-03-31 Thread bhushan
Hi Ramesh, I too have been working on a similar kind of application. I think that the linux and ccs based executables are same in the sense of functionality but the linking and copiling options will change. The apis should remain the same irrespective of compiling in ccs or linux Bhushan 2009/4

Cache optimisation and c64x+ architecture

2009-03-29 Thread bhushan
HI, I am trying for cache optimisation in dm6446. Can anyone please direct me where I can get reference to the c64x+ architecture document and cache optimisation doc? Thanks in advance. Bhushan ___ Davinci-linux-open-source mailing list Davinci-linux