Search the web
Sign In
New User? Sign Up
trimedia · TriMedia User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6120 - 6151 of 11824   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6120
Hi,Groups:) I written a server program based on PNX1300 IADK Fusion TCP/IP stack V6.52(my develop board is DVE-2) ,and a client program based on Win32. I run...
wengst0428
Offline Send Email
Feb 2, 2004
12:38 am
6123
Dear Group, In the NDK2.2 kits I found one TCP/IP net stack object file 'tcpip_ethernet.o'. I know it is just for developing and debugging purpose. But when I...
XinJie.W
icexuan
Offline Send Email
Feb 2, 2004
2:18 am
6124
... Hi Xinjie, The evaluation version of Fusion included in the NDK is limited to evaluation purposes, the appropriate license must be purchased if you wish to...
Brewster LaMacchia
bwlamacchia
Offline Send Email
Feb 2, 2004
4:35 am
6125
Hello. When a video signal is captured by SAA7115, an interrupt occurs in pnx1300. From the input of a video signal, an interrupt should occur how or please...
ryo2003_sas
Offline Send Email
Feb 2, 2004
7:39 am
6126
In \NEXPERIA\IADK\Pnx1300\sas\platforms\vsk\lib\bsp\pc16552Dx2.h I can find the following defines: #define PC16552D_BAUD_RATES_1_8432 (UART_BAUD_1200 |...
Luc Roels
roels_luc2003
Offline Send Email
Feb 2, 2004
8:19 am
6127
The SAA115 will trigger a Video Input (VI) interrupt. You configure VI interrupts through the device setup. The TriMedia Software Architecture provides...
Chris Bore
chris_bore
Offline Send Email
Feb 2, 2004
9:42 am
6128
Hi, Anyone knows how to use a baudrate of 2400 and 4800 with the tsaUartOpen command? I only see defines for UART_BAUD_1200 UART_BAUD_9600 UART_BAUD_19200 ...
Luc Roels
roels_luc2003
Offline Send Email
Feb 2, 2004
10:54 am
6129
Hi, I'm wondering if a DVD-R software solution exist for the PNX1500 ? I mean a at least an MPEG2 encoder + MUX + UFS filesystem. Thanks. Denis....
dgillier2000
Offline Send Email
Feb 2, 2004
6:09 pm
6130
Jim. Now our partner in China can do Full-D1 real time MPEG-4 encoding in pnx1301, so dont worry about the performance of TriMedia chips. Levis ... From:...
Levis
levislicn
Offline Send Email
Feb 3, 2004
2:26 am
6131
Hello. In order to move SAA7115, it is fighting desperately. I heard that the software in which SAA7115 has the compatibility of SAA7114 and a pin was also...
ryo2003_sas
Offline Send Email
Feb 3, 2004
4:33 am
6132
Dear Levis: I have seen your full-D1 in Shanghai, which is only upsampling of cif and is added by some filter. TM1300 has only at most the 200MHZ Dominant...
Legend_Wolf
saiwaifengyun
Offline Send Email
Feb 3, 2004
5:59 am
6133
Dear trimedia Levis: I have seen your full-D1 in Shanghai, which is only upsampling of cif and is added by some filter. TM1300 has only at most the 200MHZ...
Legend_Wolf
saiwaifengyun
Offline Send Email
Feb 3, 2004
6:23 am
6134
Hi, I dont think you know our partners well, we have 5 partners in China. Actually, long long ago, Streaming networks has MPEG-4 encoding with 640*480...
Levis
levislicn
Offline Send Email
Feb 3, 2004
6:40 am
6135
Hi All, Always be aware that when people offer you a MPEG encoding solution, that you should ask them to show/prove the compression capabilities. It is pretty...
Wim.van.Halen_2@...
wimvh2000
Offline Send Email
Feb 3, 2004
9:40 am
6136
Hi, I have some questions about LCP-1500 PCI board and MDS PCI-JTAG-TM card. 1. Does MDS PCI-JTAG-TM card support LCP-1500 PCI board? I have done a I/O board...
Implicit
implicit.tw
Offline Send Email
Feb 4, 2004
3:07 am
6137
Hello group, We compiled the sample "HelloWorld" and ran HelloWorld.out on a pnx1500 development board on Win2000 well. Then we tried to compile another sample...
niky
pureniky
Offline Send Email
Feb 4, 2004
3:51 am
6138
PCI_JTAG works well with LCP-1500 and is more than double the download speed of the Corelis board. However, earlier version of the PCI_JTAG requires both...
Alfred Lee
alfred17330
Offline Send Email
Feb 4, 2004
5:34 am
6139
One common possibility is that your Windows registry contains a "TM32OsSize" entry for TM that limits its memory to something much less than 64M. Refer to the...
chuck.peplinski@...
chuckpeplinski
Online Now Send Email
Feb 4, 2004
2:52 pm
6140
Hi,all! I'm developping an audio system. I use the example program "avio.c" by get rid of the vidio part in it. I can get the audio input and output through...
st_dragon1011
Offline Send Email
Feb 5, 2004
8:54 am
6141
Dear all, Anybody know how to add one more .c file into a project in NDK4? Take "exvivo" for example, if i need to add myown.c file into that project, how to...
James Yang
jamesyang1209
Offline Send Email
Feb 5, 2004
10:39 am
6142
Although the pnx1300 chip supports mono audio output, some development hardware does not (I think the MDS TM1300 IREF does not). So you should copy the mono...
Chris Bore
chris_bore
Offline Send Email
Feb 5, 2004
11:10 am
6143
Hello James I think your change to the makefile should have worked, but I think you needed to write 'exvivo.c' (you wrote 'exvivo' which may just have been a...
Chris Bore
chris_bore
Offline Send Email
Feb 5, 2004
11:55 am
6144
Most common audio DAC's are stereo, so the output is typically stereo. To support mono, you need to (a) copy your mono data into a stereo buffer, (b) make a...
chuck.peplinski@...
chuckpeplinski
Online Now Send Email
Feb 5, 2004
2:44 pm
6145
Dear Chris, Yes, I type wrong only on previous post. But, I had try the way you mentioned. Error message: gmake: *** No rule to make target ...
James Yang
jamesyang1209
Offline Send Email
Feb 6, 2004
3:59 am
6146
Thanks for your reply first! Then how to support 8K sampling rate? It doesn't seem that doing as following is enough: ¡­¡­ aoInstSup.sRate = 8000.0;...
st_dragon1011
Offline Send Email
Feb 6, 2004
7:24 am
6147
Thanks for your reply first! Then how to support 8K sampling rate? It doesn't seem that doing as following is enough: ¡­¡­ aoInstSup.sRate = 8000.0;...
st_dragon1011
Offline Send Email
Feb 6, 2004
7:26 am
6148
First Check your Audio DAC & ADC chip manual on your board i assume that your audio DAC & ADC Chip is support mono & 8 Khz (if not ... you can not want result)...
ksil0319
Offline Send Email
Feb 6, 2004
7:46 am
6149
Hello Mr. Yang, In our environment, the source file indications are preceeded by their relative locations w.r.t. the makefile. This would be "src/" in most...
F.W.A.van.Leeuwen@...
frank_van_le...
Offline Send Email
Feb 6, 2004
9:14 am
6150
Hi Frank, I don't think the reason is the "file location" since the Error message is not about "file xx.c not found" (Actually, I had try your method, didn't...
James Yang
jamesyang1209
Offline Send Email
Feb 6, 2004
9:49 am
6151
Hello James, Actually there is documentation on the new makefiles, but you need to know where to look. 1) Launch the main NDK4 documentation: .....
Chris Bore
chris_bore
Offline Send Email
Feb 6, 2004
10:49 am
Messages 6120 - 6151 of 11824   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help