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.

Messages

  Messages Help
Advanced
Messages 10991 - 11023 of 11639   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10991
Hi, good afternoon everybody! There are one problem that I faced with recently. How realize the change of font size in the example with DrawText of NDK5.3? Do...
gshzhong2005
Offline Send Email
Feb 1, 2007
9:18 am
10992
More specifically, what is the most efficient way on the 3260 core that doesn't seem to have a specific instruction for it? Moreover, I really only care about...
davidnduffy
Offline Send Email
Feb 1, 2007
6:42 pm
10993
Have you considered using the floating point hardware? Create a union of float and a UInt32. Cast the value to the float. The read back the exponent from the...
Chuck Peplinski
chuckpeplinski
Offline Send Email
Feb 1, 2007
7:05 pm
10994
That is what I wanted to do but I was unclear on how exactly it was done. I had understood from what I had read that my integer was not supposed to have more...
davidnduffy
Offline Send Email
Feb 1, 2007
7:31 pm
10995
Hi David, for problems like your, I can highly recommend the "Hacker's Delight" book http://www.hackersdelight.org/ discussing plenty of tricks. Frank ...
Bauernoeppel, Frank
frank_bauern...
Offline Send Email
Feb 1, 2007
7:57 pm
10996
If you tested it and it works, then use it. The casting can be tricky if you don't get it the first time, but it looks like you got it. Chuck Peplinski ...
Chuck Peplinski
chuckpeplinski
Offline Send Email
Feb 1, 2007
8:39 pm
10997
As I remember, Chris tried to have some vote about the exactly date and issues about TMUG2007. If it had been confirmed to hold on April, could we have an...
Garfield
serchenchang
Offline Send Email
Feb 2, 2007
1:07 am
10998
Dear David, One minor warning: Your variable "x" has to be declared "unsigned", otherwise, for obvious reasons, you might get incorrect results when most...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Feb 2, 2007
4:11 am
10999
Hi, good afternoon everybody! There are one problem that I faced with recently. How to change the font size in the example with DrawText of NDK5.3? Can it...
gshzhong2005
Offline Send Email
Feb 2, 2007
8:19 am
11000
Hello I am implementing an image processing filter. It's not a complicated function but there are about 20 multiplications and 20 additions/subtractions per...
emptystate
Offline Send Email
Feb 2, 2007
2:23 pm
11001
You need to regenerate H files describing the font as a bitmap of the size you desire. You scale these fonts by providing different bitmaps. If you really...
Chuck Peplinski
chuckpeplinski
Offline Send Email
Feb 2, 2007
2:31 pm
11002
There is a lot of material around about optimizations. Aside from taking Chris's class, I have collected the best and most up to date versions on the TCSHelp...
Chuck Peplinski
chuckpeplinski
Offline Send Email
Feb 2, 2007
3:24 pm
11003
Try making the arrays restrict (if they actually are, and are not declared as such). One could say a lot more, this is a nice optimization case study, but one ...
Chris Bore
chris_bore
Offline Send Email
Feb 2, 2007
5:32 pm
11004
It looks like TMUG 2007 will be in London, England, on April 19th and 20th. These dates are not yet quite confirmed (I have an oustanding query to resolve with...
Chris Bore
chris_bore
Offline Send Email
Feb 2, 2007
5:34 pm
11005
Dear emptystate ;-) As Chris said, it is a nice case study. The way it is currently written, assuming without restricted pointers, it is going to require...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Feb 3, 2007
5:21 am
11008
Hello, on my PNX1502 board with a embedded application I use the FGPO for the high speed data out transfer. In most cases everything works fine but sometimes I...
mario_guenther_de
mario_guenth...
Offline Send Email
Feb 5, 2007
10:06 am
11009
if it is happening when you enable FGPO then it is likely this: 3700 FGPO MBE error upon enable Description Upon enable the FGPO may generate an MBE error and...
luis@...
luismlucas
Offline Send Email
Feb 5, 2007
3:59 pm
11010
some program code is written in C++ and c. uiError = tmosalTaskCreate(RTP_Video_Recv, Null, 40, 80000, &uiVideoRecvTaskHandle,"RVRC",tmosalTaskStarted); ...
eagle_sheep2006
Offline Send Email
Feb 6, 2007
2:50 am
11012
Ahmad, Chris, Thanks for all your suggestions. There's obviously a lot more I need to read up on....
emptystate
Offline Send Email
Feb 6, 2007
5:07 pm
11013
Hi, Can anyone tell me how to get started with the PNX 1702 hardware board?. I have the NDK and TCS software installed. I want to integrate this with the...
abhisheksgumadi
Offline Send Email
Feb 7, 2007
3:08 pm
11014
I assume you have NDK 5.5 and TCS 5.01. You should not get started with anything older. NDK 4 does NOT support the 1700 at all. Go to ...
Chuck Peplinski
chuckpeplinski
Offline Send Email
Feb 7, 2007
3:58 pm
11015
I just installed the pnx 1700 board by MDS hardware and I ran the NDK5.bat file. I typed in the following command. -- dvpMon_Win1500.bat HelloWorld Many...
abhisheksgumadi
Offline Send Email
Feb 8, 2007
2:46 pm
11016
I see that you are running the 1500 build script even though you have a PNX1700. But that won't cause this problem. You should look closely at the three paths...
Chuck Peplinski
chuckpeplinski
Offline Send Email
Feb 8, 2007
3:52 pm
11017
I purchased the board from MDS and had't installed the MDS software. I was trying to run the ndk5.bat file from the NDK directory while the same file exists in...
abhishek sgumadi
abhisheksgumadi
Offline Send Email
Feb 8, 2007
4:10 pm
11018
I'm using NDK4.3 and MPTK 1.1 When I first started working with the Trimedia stuff I read some documentation that led me to the erroneous conclusion that the ...
davidnduffy
Offline Send Email
Feb 8, 2007
9:46 pm
11019
I'm sorry if this was a stupid question but I really don't know what is missing, setup incorrectly, or just plain wrong that I am getting this effect so any...
davidnduffy
Offline Send Email
Feb 9, 2007
5:55 pm
11020
I would love to try to answer this on TCSHelp. I tried to contact you off list, but my email was rejected as "UBE". Chuck Peplinski TriMedia Tech Support for...
Chuck Peplinski
chuckpeplinski
Offline Send Email
Feb 9, 2007
9:55 pm
11021
Thank-you Chuck, I'm not sure why my email wouldn't be working but the question has been posted to TCSHelp now....
davidnduffy
Offline Send Email
Feb 12, 2007
6:33 pm
11022
I see it. We'll get there ASAP. (UBE: Unsolicited Bulk Email) Chuck Peplinski TriMedia Tech Support for NXP Semiconductors ... [Non-text portions of this...
Chuck Peplinski
chuckpeplinski
Offline Send Email
Feb 12, 2007
7:06 pm
11023
Hi, good morning everybody! Can it realize the display of Chinese characters with the DrawText component in the DrawText example of NDK5.3? How to realize it??...
gshzhong2005
Offline Send Email
Feb 13, 2007
2:56 am
Messages 10991 - 11023 of 11639   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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