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 your group to be featured on the Yahoo! Groups website? 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 7652 - 7681 of 11824   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7652
Could you be more specific about what you want to do? Like you used device libraries to access the ICP on the 1300, device libraries exist for the MBS on the...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Nov 1, 2004
4:27 pm
7653
Is there a way to specify exactly how often a task is run, how many microseconds it waits before it runs again? Thanks, Shannon...
Shannon Horn
shannon_vcom
Offline Send Email
Nov 1, 2004
9:36 pm
7654
The OSAL call tmosalTaskSleep(UInt32 milliseconds) is one approach. Another is to use tmosalTimerCreate(). tmosalTaskSleep maps down to tm_wk_after () (pSOS...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Nov 1, 2004
10:31 pm
7655
I have the same problem. As you know, if the noise of video is too heavy, it isnot in favor for encoding. So i'm more interest in LPF (Low Pass Filter). The...
cliffwang2003
Offline Send Email
Nov 2, 2004
2:19 am
7656
Thanks for your reply!I will extend my problem as follows: for example,the 1300 ICP filter coeff. is Int16 icpFilterCoeff[] = { 0, 0, 511, 0, 0, 0, -1, 12,...
xingsanren
Offline Send Email
Nov 2, 2004
2:35 am
7657
Sir, I am working on AC3 decoder application. I am using tsaClock.h to introduce a periodic timer/alarm in the application. the application also uses...
Tanu A
tanu_nitu
Offline Send Email
Nov 2, 2004
1:26 pm
7658
Hi,group : The YUV came from MPEG4 decoder. How to output the decoded YUV data using TSSA ? How to set the VrendGfxVo's input and the Layer Source Address...
patriotyao
Offline Send Email
Nov 2, 2004
2:06 pm
7659
There are in fact four timers on TriMedia CPU's. - One is used for pSOS. - tsaClock takes one timer. - TimeDoctor takes two. - The debugger can take one. Are...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Nov 2, 2004
4:33 pm
7660
There are any number of examples in the release that show how to connect a video source to tmVrendGfxVo. See for example, exolVideo or exolVcodec. I realize...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Nov 2, 2004
4:42 pm
7661
I will extend my problem as follows: for example,the 1300 ICP filter coeff. is Int16 icpFilterCoeff[] = { 0, 0, 511, 0, 0, 0, -1, 12, 510, -10, 1, 0, -3, 24,...
xingsanren
Offline Send Email
Nov 3, 2004
5:29 am
7662
There may be an issue with the order in which you open the timers. Try opening the tsaClock's timer first. Some issues with timer usage were found ( I guess,...
dalton.c@...
correyad
Offline Send Email
Nov 3, 2004
5:49 am
7663
sir, I am woking on AdecAc3 TSSA component. the application is running in debug mode so debugger is not using one timer but The source code uses one timer for...
Tanu A
tanu_nitu
Offline Send Email
Nov 3, 2004
12:54 pm
7664
sir, I am working on AdecAc3 TSSA component. I am running the example application provided along with AdecAC3 component. the application is running in retail...
Tanu A
tanu_nitu
Offline Send Email
Nov 3, 2004
1:04 pm
7665
I did a tsaDefaultCheckQueues() call on my User Data IO descriptor and I got the error message TMDEFAULTERROR_WAKEUP_ON_EMPTY. I cannot find any documentation...
Shannon Horn
shannon_vcom
Offline Send Email
Nov 3, 2004
3:16 pm
7666
Shannon Horn wrote ... ... I suspect you have called tsaDefaultCheckQueues() while the queue was running. This is not supported, though that fact is not very...
Jonathan Coxhead
jonathanrcox...
Offline Send Email
Nov 3, 2004
10:19 pm
7667
A grep of the AC3 code shows that it in no way requires a timer. Dalton had an idea about the order in which you do things. Keep in mind that there are these...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Nov 3, 2004
10:47 pm
7668
who can give me a simple exol file, which can implement capture, transformation and storage of video by using the existing digitizer, transformer and Fwrite....
yu yan
yanyu_tj
Offline Send Email
Nov 4, 2004
3:09 am
7669
Hello group! i am trying to run mpeg4 on IREF board TM1300 but having some problems,although my code is being easily accomodated on the ram of my card but...
muniba zaheer
misszaheer
Offline Send Email
Nov 4, 2004
8:40 am
7670
The example that does exactly what you request is called exolVCodec. It was distributed with the IADK software package. Do you have that? For instance, I...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Nov 4, 2004
12:26 pm
7671
I'm using Philips NDK 2.2 SP1. I failed to find the exolVCodec.c file in my software package. But I found an exolVCodec you uploaded into the trimedia group....
yu yan
yanyu_tj
Offline Send Email
Nov 4, 2004
2:08 pm
7672
The version on the Yahoo board should work fine with that version of NDK. Chuck -- Chuck Peplinski TriMedian at MDS www.mds.com...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Nov 4, 2004
2:29 pm
7673
As we know Pnx1500 is 32-bit ,but I need to use 64-bit data struture in the program. Which lib is better ?What is the difference ?...
patriotyao
Offline Send Email
Nov 4, 2004
2:34 pm
7674
For 64 bit fixed point operation, simply declare the variables as long long. The compiler does the rest. If it helps you, note that the tmArith library...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Nov 4, 2004
3:01 pm
7675
Please remind me the web address of Philips Trimedia Technical Support web site....
spktu
Offline Send Email
Nov 4, 2004
8:18 pm
7676
From Getting Started: "2. Philips maintains the “tcs help” email alias. An email sent to tcs.help@... will be seen by a dozen or more Philips ...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Nov 4, 2004
8:28 pm
7677
http://www.support.trimedia.philips.com/ Best Regards, Alfred Lee ... From: "spktu" <rfm389@...> To: <trimedia@yahoogroups.com> Sent: Thursday, November...
alfred@...
alfred17330
Offline Send Email
Nov 4, 2004
8:34 pm
7678
I'm confused by your question! -fp64 when given as the compiler command line option, allows the support for 64-bit data for double using software emulation...
manoj.koul@...
manoj_koul
Offline Send Email
Nov 4, 2004
10:36 pm
7679
Is there any document which describes how the ICP filter coefficients are ordered with respect to phase? The ICP docs only mentions that "the ICP uses...
pdectm
Offline Send Email
Nov 5, 2004
4:47 pm
7680
hello! i dont know much about ur problem but pls tell me why u r working on trimedia ,what r the advantages of using tm1300 in place of other dsp boards.and...
muniba zaheer
misszaheer
Offline Send Email
Nov 5, 2004
6:47 pm
7681
Why TM? (short answer) good price performance ratio and powerful video IO peripherals. Easy to program (usually in C, not assembly) Wide range of existing...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Nov 5, 2004
7:06 pm
Messages 7652 - 7681 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