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...
The OSAL call tmosalTaskSleep(UInt32 milliseconds) is one approach. Another is to use tmosalTimerCreate(). tmosalTaskSleep maps down to tm_wk_after () (pSOS...
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...
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,...
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...
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...
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...
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...
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,...
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,...
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...
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...
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 wrote ... ... I suspect you have called tsaDefaultCheckQueues() while the queue was running. This is not supported, though that fact is not very...
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...
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....
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...
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...
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....
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...
http://www.support.trimedia.philips.com/ Best Regards, Alfred Lee ... From: "spktu" <rfm389@...> To: <trimedia@yahoogroups.com> Sent: Thursday, November...
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...
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...
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...
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...