Glad to hear that. In the tradition of mailing list, can you post how you solved the problem so it get archived and others can benefit from it? Thanks. Best...
i am trying to set OutPacket format from TSSA component. my videoFormat structure is static tmVideoFormat_t videoformat = { sizeof(tmVideoFormat_t), /* size...
Thanks. Best Regards, Alfred Lee ... From: "Ivan Lee" <ivanlee_ch@...> To: <trimedia@yahoogroups.com> Sent: Wednesday, August 01, 2007 7:44 PM Subject:...
I assume the defined format was used in the connection from a video decoder to tmVrendGfxVo. Normally, when the specified format does not agree exactly with...
hi all: in the flash is nor and 16bit. that will have a bug in tmbslNorIntelErase function. addr &= ~(gNorFlashInfo[norFlashUnitID].blockSize - 1); addrLimit...
hi, I am wirting TSSA decoder component for PNX1500 developement board in "C++" . I am trying to set videoFormat for renderer form my TSSA deocder component, ...
Hi, I am using one of the timers on tm 2270 (part of pnx8535 soc). I feed the timer the normal clock with prescaler value of 1. However when I use timToCycles...
The implementation of timToCycles is in the core libdev delivered with TCS. It is unique to the 2270. I suggest you look into that code and discuss it with...
a) The semaphore in question was never created. b) The semaphore data structure was overwritten after it was created. Run under the debugger and you will be...
... This means that you are calling tmoalSemAcquire() from interrupt context, with an timeout != 0. That is illegal, an ISR cannot wait or otherwise get...
hi, I am working on pnx1500 (NDK5.3).I am facing some problem while using TCS_align pragma for data alignment. I am using it as follows: #pragma TCS_align=4 ...
... This was a known bug in TCS 4.5 & tcs 4.61 (See tcshelp ticket 720). It is supposed to be fixed in TCS5.0. (didn't try it myself though). Regards, Harm...
Here is some more info from the TCS team. I think it is useful in working with this problem. TCS_align pragma indeed does not work in certain compiler...
Hello nastooh_avesta, Just look into the manual: 4. Building the root file system and kernel 1. Run: cd /<your dir>/stb810-SP7 source ./setup.sh 2. For this...
Hi, all It seems that MPTK2.3 doesn't support AC3 and mp2 audio decoder. How can we get the components? Are the corresponding audio decoder in older MPTK, like...
AdecMp3 supports MPEG layer 2 audio decode. AdecAc3 is also available if you demonstrate a valid Dolby license. Contact TCSHelp.com. Chuck Peplinski TriMedia...
Hello, We are working on a network enabled video playback system. Our hardware design must be as small as possible, so we are researching ways to boot the NXP...
In short, you need to write or port in your preferred boot loader. Things like this have been demonstrated, but AFAIK, the format was non-standard. The boot...
Hi Matt, TargetTCP/NXP, the high-performance embedded TCP/IP networking stack developed and maintained by Blunk Microsystems for Nexperia processors, includes...
That error says you are trying to link a library (MP4_enc_1500.a) that was built using TCS 4.x with code built using TCS 5.01. As the release notes for TCS...
I am trying to implement a method to resize the video output to a small window, on the STB-810 (preferably allowing the change to happen while decoding). I am...
Okay, I figured this problem out. I had to set the cooperative-level to DLSCL_EXCLUSIVE in order to be allowed to change the output rectangle. (And leave it...
SetScreenLocation() will return DIRECTFB_ACCESSDENIED if you are operating with DisplayLayer CooperativeLevel DLSCL_SHARED. This is to prevent one user from...
hi , I have created copy IO example for taking Input file process it and then copy ot out file , but is giving error while executing like -12:00:39.770;thread...
The Error Analyzer in dvpMon says 60030006 is: Legacy Component Class :: Unknown Layer :: CID_LAYER_NONE ID :: CID_COMP_TSSA_DEFAULTS ....and this code...