Thank you Alfred and Frank for your help. exolVideo is a useful example but too high level for my needs and tmCopyIO, I'm afraid I'm a bit lost as to the...
Hello emptystate, a few points / ideas - as your email address ends co.uk, you might contact Chris Bore who gives excellent trainings on this matter. - Just...
As Frank suggested, Chris' class is a good start. If you have to get it done before a class is available and rely only on your own, then you have to wade...
I wanna know there is some difference between NDK4.3 and NDK5.5. If i use NDK4.3 i will be able to get help from some developer who have experience with...
Hi, If you have the choice, you should start with the newest NDK 5.5 release. An experienced NDK 4.3 developer will be able to help you getting started. The...
Okay I have finally narrowed down the problem to what I am certain is the final problem. But I don't know why it is occurring (nor, as such, how to fix it). ...
I have found and fixed the final problem. During my debugging I uncommented the following line in appOpen to see if it would solve my initial sync problems...
When a (TSSA) component specifies callback functions, then should it be recommended that the component itself should provide a header file with the callback...
I would recommend starting with NDK5.5. The tools and components are improved. The changes to the folder structure are substantial but are handled by the build...
The standard callbacks (progress and error) are completely generic. I can't remember anyone ever asking for other callback functions. You just decide whether...
I'll echo Chris. There are literally hundreds of bug fixes and improvements in NDK 5.5. The big change happened at NDK 5.3, and that was 9 months back. It's...
HI ALL: I have wrote a lan100 driver for PNA+.Now from host side,send some arp command to LCP1500,it would return a ack of arp.but when host send a ICMP(ping)...
Hello Chris, I don't see your point. The TSSA framework defines tsaDefaultInstanceSetup_t with members struct tsaDefaultInstanceSetup { ... tsaProgressFunc_t...
Hi Frank, Thanks. I was thinking of custom callbacks rather than the standard progress, error, completion. In the standard cases the owner is indeed the...
Posted by: "Chris Bore" chris@... chris_bore ... This would only work if all instances of each type of component always called the same callbacks. In...
Thanks, Jonathan. That has clarified for me, I think I understand correctly now. A follow-up question: The style in MPTK TSSA programs seems to be for each...
Hello Chris, ... In general, both are equivalent to me. You could even argue that an error is a certain kind of progress and end up with a single callback ...
To me, having a unique callback for each of these cases keeps the code more modular. I have never seen any intention to have a single unified callback. The...
Thanks Chuck, Yes I'm familiar with the error handling documentation. My questions partly arise from reviewing it in the context of extending the TriMedia...
For what are you going to use this component ID? The unique component ID's have a value when used in the large system NXP delivers. Do they add value in your...
The following trimedia poll is now closed. Here are the final results: POLL QUESTION: Would you attend a TriMedia User Group, in San Jose, USA, in 2007? ...
trimedia@yahoogroups....
Dec 11, 2006 12:42 pm
10903
Enter your vote today! A new poll has been created for the trimedia group: Would you attend a TriMedia User Group meeting in London, England, on 19th and 20th...
trimedia@yahoogroups....
Dec 11, 2006 12:45 pm
10904
There is a suggestion for a TriMedia User Group in London, UK, in April 2007. This is not yet agreed. I have posted two polls on this group to see how many...
Enter your vote today! A new poll has been created for the trimedia group: If a TriMedia User Group meeting were held in London, UK in April 2007 would you...
trimedia@yahoogroups....
Dec 11, 2006 12:53 pm
10907
Hi Trimedia group, I am using NDK4.3, TCS 4.5.1 and developing applications based on Mediabox reference. I have a problem with FGPO. On my application, I have...
Hi Trimedia group, I am using NDK4.3, TCS 4.5.1 and developing applications based on Mediabox reference. I have a problem with FGPO. On my application, I have...
Those 4 independent video stream have to be merged on one VrendGfxVo. I mean 4 inputs, each in a quater of the total screen. Is that possible using one...
Hello, ... The on-chip QVCP unit supports only 2 layers. It's a hard limit. What others have done: - connect a framebuffer tmFbRead component to one layer of...