HI all, I just begin my work on trimedia,I meet a problem. when I finish my program ,and it has been compilered, Schedulered ,and Assemblered without error. ...
Hi Chuck, We use a dummy IO for AdecAc3 main input (not set up and not start fwrite) now. An ac3 file is the input file (no video data, ArendSpdif syncMode =...
Hi, I need to have the RGB444 format at my encoder (saa7105)input in order to generate the VGA signals. Can PNX1302 generate this format at Video Output...
Something is not compiled with -el. Use the -v option (verbose) to see exactly what options are used. Best to use an existing example as a starting point....
Chuck: thank u! the problem have been solved .I make some mistake when I wrote Makefile. I fix it. but there comes another problem , I can't download the...
Dear Fellows out there, Just curious that are various MPTK codecs implemented in the form of TSSA components? thanks a lot for your comments. -liyen-...
You should not have to specify -btype boot unless you are trying to do something tricky with DLL's. -host winNT should do it all for a basic program. You...
Yes, all MPTK codecs have TSSA interfaces. Some also have lower level interfaces, though there are less examples and tests for the lower level interfaces. ...
PNX1302 can only send data on single clock edge. This means that by specification of the SAA7105 PNX1302 can only talk to SAA7105 at 27 MHz which means...
If the checked built version works, can you stay with it? I don't know why the free built version fail but on other instances I have seen other released...
Hi what do you mean when you say 54MHz?SAA crystal clock or PNX1302 pixel clock?Our SAA7105 crystal is about 27MHz.At my DAC's output data is sampled at that...
PNX13xx VO can not output RGB444! Manoj ... Hi, I need to have the RGB444 format at my encoder (saa7105)input in order to generate the VGA signals. Can PNX1302...
Hi, We are currently doing a proprietary TSSA that is using internal Queues. We use tmsposal interface to create and access these queues. When the TSSA starts,...
54 MHz is the pixel clock which is more or less what you'll for VGA like resolutions. Luis. ... pixel clock?Our SAA7105 crystal is about 27MHz.At my DAC's...
You don't show any types here. Just the other day I saw a not dissimilar problem when a char pointer was being abused as a int pointer. Not sure of the...
Hi. Does anyone have a WMV implementation on PNX1300? What is the performance? thanks. __________________________________________________ Do You Yahoo!? ...
Thanks, I've found that tmsposalQueue does not only give the message pointer (as q_receive) but it copies all the message into the message pointer.. I didn't...
We are developing a STB based on PNX15XX. It will communicate with Smart Card via the PNX's GPIO pins, no external Smart Card reader. This is an UART similar...
If you ask on the tcshelp alias and give some evidence that you have a license you can get the appropriate sources. Chuck Peplinski TriMedian at MDS...
The SW Uart is an "example" of what can be done. The current code does not support the start, stop, parity, etc. You would have to add that yourself. The...
Hi everyone, We're currently developing a video-in using FGPI. We found that after ~11780 fields grabbed, FGPI's interrupt stops triggering for 2 consecutive...
Hi, After some test, I've found that when FGPI is not in Video Mode * VDI_MODE_7 = 0 * BUF_SYNC/MSG_STOP = 100 (no buffer sync, switch on end of buffer) *...
I am thinking of arranging a TriMedia training class in San Jose, but would like to check what interest there is, and on what dates. Due to other training...
Hi, I have not look at your detailed description yet, but what device is driving FGPI? i.e. could it be that the SAV/EAV sent by that device are incorrect? ...
Hi Luis, I finally find out why the FGPI interrupts stop. We were testing without analog input plugged in. In that case, TVP5150 sends black video, but I...
My fault, With analog input, we have a valid number of records, I plugged PAL video and FGPI was configured in NTSC :-) Field1 : 262 records Field2 : 263...