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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 10528 - 10558 of 11824   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10528
hallo everybody, we have problems using the 2D Drawing engine of the PNX150X to render text on video frames. Currently we are using NDK4.2. We build a ...
luckowthomas
Offline Send Email
Aug 1, 2006
11:05 pm
10529
Dear all, In the appended program I am getting a = 0, where it should be 0x56781234. I get correct output if I use gcc, visual C, or I reduce the optimization...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Aug 2, 2006
7:23 am
10530
It seems to be failing to pick up the aliasing of the pointers to Memory[] and to Dest[]? Chris ========================== Chris Bore BORES Signal Processing ...
Chris Bore
chris_bore
Online Now Send Email
Aug 2, 2006
8:31 am
10531
Hello Ahmad, I can confirmn your results for tmcc: V7.1.0 of TCS V4.61(0042rc10_Windows) using command lines ... You can run the simulator in interactive mode...
Bauernoeppel, Frank
frank_bauern...
Offline Send Email
Aug 2, 2006
8:36 am
10532
Hi i tried your code with the same option ... what i found was , if you replace int Memory[10] with volatile int Memory[10]; it works fine . so may be the...
Azmathulla Baig
azmathulla.baig@...
Send Email
Aug 2, 2006
9:24 am
10533
I think this is a known "quirk" of highly optimizing VLIW compilers, and a case where ANSI says the result is "implementation dependent." I have seen this...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Aug 2, 2006
12:47 pm
10534
Dear Chuck, If in some part of code, I am forced to do this type of thing, can we have a (non-ANSI) command/qualifier indicating dependency. We already use...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Aug 2, 2006
2:27 pm
10535
An issue logged on TCSHelp will get more careful attention from the tools guys. If I am indeed right that the results of this code are defined by ANSI to be...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Aug 2, 2006
4:18 pm
10536
One of the compiler experts told me: If users or want to ignore strict c99 typing rules with respect to aliasing, they can use -tmccom -ignore_alias_types...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Aug 2, 2006
8:12 pm
10537
On Wed Aug 2, 2006 12:23 am (PDT), "Ahmad Hassan" ... The Trimedia compiler implements the 1999 ISO C standard. All Visual C++ releases implement the original...
Tim Roberts
timriiacom
Offline Send Email
Aug 2, 2006
8:18 pm
10538
Hi, Experts. We have a problem about streamingSystem Resource. In Stb810, We write our Resource according to resource template and phStbDspDataTransfer. Our...
haxianbiruilinglong
haxianbiruil...
Offline Send Email
Aug 3, 2006
1:25 am
10539
First, I think you should not change the video output format from inside your STB810 Resource - instead, I think it would be better to implement a callback...
Chris Bore
chris_bore
Online Now Send Email
Aug 3, 2006
7:52 am
10540
Hi All, To measure power consumption contribution of an individual block of PNX1500 we would like to let the HW block (MBS, QVCP ...) run alone / in isolation....
Artur Burchard
artur.burchard@...
Send Email
Aug 3, 2006
11:45 am
10541
Dear Tim, Thanks for the explanation. Regards, -Ahmad ... From: Tim Roberts To: Trimedia Sent: Thursday, August 03, 2006 1:17 AM Subject: Re: [trimedia] Some...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Aug 3, 2006
12:32 pm
10542
Hi, does anyone know how to determine whether a memory space still has some unfree'ed memory block? We ran into this problem with deleting memory space while...
gzjimfan
Offline Send Email
Aug 3, 2006
10:56 pm
10543
Look at sd\os\osgeneric\intfs\Itmml\inc\tmMmlDebug.h See tmmlGetInfo() or tmmlGetMmspFreelist(). Look into how they are implemented. There should be a way to...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Aug 3, 2006
11:05 pm
10544
Something like this should work: if(tmmlGetInfo(heaps[i], &hinfo) == TM_OK) { if (hinfo.variableBlockInfo.nrOfFreeBlocks != 1 || ...
Frank Drobot
thedrobots
Online Now Send Email
Aug 4, 2006
12:37 am
10545
Now i want to compile the example of C:\Nexperia\NDK5.3 \docs\Optimization\hwpref example\simple,but the makefile doesn't work well,and I had already modified...
yanjun_jiang1997
yanjun_jiang...
Offline Send Email
Aug 4, 2006
5:52 am
10546
hi, all I write two compents "tmPSFread"and "tmPSCopyIO" , now I need to connect them together, tmPSFread read input PS streaming , and tmPSCopyIO decode...
songtao.tian
Offline Send Email
Aug 4, 2006
7:47 am
10547
the document of pnx1700 says that the pipeline is longer than pnx1500.i don't know the meaning of the pipeline. there are three level memory register,cache...
yanjun_jiang1997
yanjun_jiang...
Offline Send Email
Aug 4, 2006
9:23 am
10548
This is not in fact a TSSA error. It arises from the Linux device model implementation that is used in STB810 (the software architecture is called 'Luddite'...
Chris Bore
chris_bore
Online Now Send Email
Aug 4, 2006
9:42 am
10549
The 'pipeline' in this case refers to the internal instruction pipeline. From the viewpoint of the programmer a longer pipeline means longer latency - so...
Chris Bore
chris_bore
Online Now Send Email
Aug 4, 2006
9:54 am
10550
Hi, all friends this is my all files , components phStbCopyIO and phStbFread, I don't know where it is wrong , do me a favor please , thank you very very much!...
songtao tian
songtao.tian
Offline Send Email
Aug 4, 2006
10:41 am
10551
... called ... may not ... checking ... modules ... respond); ... below what ... your STB810 ... Behalf ... connect ... present , ... but when ... decode ... ...
songtao.tian
Offline Send Email
Aug 4, 2006
10:42 am
10552
Hi, Does anyone build and download exL2Boot seperately from exProductionBurn? I want to debug this by adding UART to it. Thanks. -Dale...
daledale66
Offline Send Email
Aug 4, 2006
7:35 pm
10553
A possibly simpler way to debug with having to add UART is to add: MMIO (DATA_OUT) = xyz; through out and use 'pcijtag -o' or 'usbjtag -o' to look for the last...
Alfred Lee
alfred17330
Offline Send Email
Aug 4, 2006
8:39 pm
10554
Hello Harm, We have modified maketarget_dvp1.mk as you said. We did an assert build with _TMLINKDEBUG undefined. Then we did another build with _TMLINKDEBUG...
blanchet65
Offline Send Email
Aug 4, 2006
9:32 pm
10556
Hi Groups: Now I will design my system base on Pnx1500 with standlone mode. I want to add PCI usb2.0 controller such as isp1561,1562 on Pnx1500 XIO bus. But I...
xuqingb@...
topqing2008
Offline Send Email
Aug 7, 2006
2:45 am
10557
hello! I am now debuging the vivo module,and use the example program exolvcodec.c, when I run it on the custom board ,it tells the error as forllowing: cpu #0...
miao lj
miaolujun
Offline Send Email
Aug 8, 2006
1:49 am
10558
hi group, I am optimizing the H.264 code for PNX 1500. I tried number of optimizations which should logically improve the processing speed, but the results...
vishal mokal
mokalvishalv
Offline Send Email
Aug 8, 2006
1:04 pm
Messages 10528 - 10558 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