I have a dual pnx1500 based system that processes input video from 2 video streams to create a 3D display. The display processes video at 640x480. The TSSA...
Stride does help with D$ alignment. So I think you should make your lines be 128-byte aligned. That would make 768 for your 680 pixel lines (check my ...
Hi, all. I use lame to encode and decode mp3 data. In my program i use tssa structure:Ai<->lameEncode lameDecode<-> Ao. I use tmosalQueueNameCreate to create...
hi, I am using the FGPI interface on the PNX1500 to receive video data from an external source(ITU-656). I want to capture two fields by using buffer...
Hi Trimedia, Actually we want to disable decoder 7118 So I tried to make changes in BSL like tmbsl7118VdecAna.c and build it successfully Now it should not...
Hello, I have a PCI-JTAG board running in a Windows XP Professional computer. I also have a stand-alone LCP-1500 board with a 2K boot EEPROM in a Media Box,...
1) Refer to the app note in NDK 5.3 about booting and board support. 2) I suggest filling the VdecAna function tables in your board BSL with dummy functions....
Does it freeze with the mouse frozen? Make sure that you don't have dvpMon nor tmdbg running at the same time. For tmdbg you have to look at the Task Manager...
To understand your problem, I need to clarify some information and get some additional. ... I assume you have used the embedded sync patterns defined by ITU...
Hello,everyone! Now I'm thinking about making a standalone system based on pnx1502, which should include network and file system. I've reviewed the resources...
Hi Trimedia, When it try to compile example program exolMpegTs,exolMpegPs It gives error like tmAdecAc3 not found Is there any component missing if yes how can...
hello,Brian Puh first,thanks your good advice. the additional information is following: 1,i use the embedded sync patterns, and get 5-6 interrupts in ...
You need a license from Dolby in order to get the AC3 decoder. In NDK 5.3, a _noac3_ diversity is implemented so that you can use these without purchasing the...
Hi Trimedia, Thanks Chuck. But we are using NDK5.3 wiht MPTK 2 I try to compile it but it still giving same error Do you think that i have to set environment...
After you have done a build, in the same command prompt where you issued the build command, execute this command: C:\>set _TMDIVERSITY What does it say? It...
you should use restrict pointer ... From: Alfred Lee To: trimedia@yahoogroups.com Sent: Thursday, June 08, 2006 1:21 AM Subject: Re: [trimedia] Confused...
Hi Trimedia, We are working on NDK 4.3 when we install NDK4.3 That time dvpMon working fine but now when we try to run Any .out file it just giving error like...
(on behalf of Devanand) Hi Sharad, This problem could be due to the incorrect driver installation. Run dvpMon in some other PC and check whether the problem...
Dear All, I came across an interesting question regarding violation of "restrict assumption". Attached is an example. The answer in this case turns out to be 5...
I am building the sample program tmFat32RemovableTest, tmFat32Test.. At NDK5.3 they all support USB and SD file, but when it build, it say can not find comps...
That is deliberately breaking things. :-) I am pretty sure the result is 'undefined' but I do not know what happens in practice. A nice example of a logic...
Hi. We have examples which uses tmhwVdiVdoRouter_SetVideoOutputMode(tmUnit0, tmhwVdiVdoRouter_VideoOutput16BitYuv); Function which set the video out put mode ....
Hi, We have a standalone streaming video audio recorder based on a design with a pnx1300. The system has 32 Mb RAM onboard. Our latest application requires 64...
Do you get a warning telling you of possible aliasing of restricted pointers? You told the compiler that these pointers do not alias, so the result is...