Except if you know your stream won't contain B-pictures. In that case 2 is the minimum. That's what I heard. Best regards, Frank. [Non-text portions of this...
Supposedly 3 is the minimum if you don't have B. Two for the decoder (one is reference, second which is being decoded), and one for the renderer. And 2 if you...
Hi, sounds like the scan type of your source material is 'interlaced'. This means that the 2 fields that make the frame are shot at a different moment in time....
Hi, I'm debuging the IDE moudle on my own pnx1500 board. I'm confused by the following problem: The prototype of struct tmbslIdeXioConfig_t is: typedef struct...
We are using tm1300 in message mode to input ASI stream. We need to separate one chunk of data from another. To do this we generate stop stream and immediately...
I too have been puzzled by this. I know that GPIO 10 is used by LCP and NRef. Use this in your design and you can ignore the other issues. I know that the...
If your PNX application sends packets to a Windows XP application, you might be hitting some problems on the PC side. See the link below, it explains the...
Hi everyone, I'm using NDK4.3 to build for pnx1500 chip. I'm also using PCI-JTAG for Trimedia. I built my code in retail mode and run it with dvpMon (version...
Hi, We've a field synchronization problem with VRendGfxVo. It looks like renderer displays fields temporarily instead of spatially. For instance, in NTSC,...
Hi, What is your upstream component? Is it a decoder or a digitizer? When you say "It always happens when field rates diminished above 60 fps", what field rate...
Please try trace or assert mode in dvpMon. Error 67 just means TM stopped responding. There is a known bug (DS#6081) which says that when the target asserts...
Hi, What is your upstream component? Is it a decoder or a digitizer? Up stream components are a Decoder connected to an MBS then the Renderer. Our decoder...
Hi٬ I'm still working on my IDE driver. The current test program I'm using is under ndk42\peripherals\comps\tmbslIdeXio\ex\ex1, the board bsl I'm using is...
Currently, I am planning to develop a menu system for my application. I cannot find any libraries that are needed in NDK(My NDK is 4.20 and it's to be...
Hi, should the rate of the signal send to the renderer really by 60Hz? Note that the frame rate of NTSC is 29.97Hz! I have the impression that your problem is...
Hello, I am working on PNX 1500 chip.I am planning to grab a frame of video on the LCP 1500 and store it as a JPEG2000 compressed image on the PC hard disk. ...
Hi, We are doing an overlay on a pnx1500 video output. My chroma key color is green (whatever).When I connect layer 0 (video) and layer 1(overlay) to renderer...
Sorry, it works now, some code was not executed. Simon ________________________________ From: trimedia@yahoogroups.com [mailto:trimedia@yahoogroups.com] On ...
... The standard graphics libraries give you everything you need - MDS has created a basic menu systems with it and it all worked out pretty well. NDK 4.3...
Hi, I am trying to use the FGPI and in some cases I see that the interrupt 0x80 in the Int. Status register is rising up. How could this happen and what does...
Do you actually receive an interrupt on that event or it happens to be set when you get to the interrupt handler? Luis. ... From: "Chapdelaine, Eric"...
Hi٬ I'm still working on my IDE driver. The current test program I'm using is under ndk42\peripherals\comps\tmbslIdeXio\ex\ex1, the board bsl I'm using is...
Hi Luis, I do not read the registers in the interrupt context. So I don't for sure if the handler is called, but I don't' think so. What I am sure of, is that...
Hi, Renderer seems to keep all received packet into his own displayList. I don't want it to keep more than 2 packets. Is there a way to do this? I'm...
Hi, I am still working on my IDE driver. The current test program I'm using is under ndk42\peripherals\comps\tmbslIdeXio\ex\ex1, the board bsl I'm using is...
Eric, Every time buffer 1 is active that bit will be set to 1. When buffer 2 is active it will be set to 0. But it should not generate any interrupt. It is...
Hi, if you want to restrict the number of internally held packets, restrict the number of packets in the I/O descriptor. The renderer simply gets all the...
Hi, exolVcodec is an application framework that can be used in case you are developing/testing a video codec (encoder & decoder). The exolVcodec shipped by...
PLEASE, folks! Take the time to do proper quoting when you reply! The last issue of the trimedia-digest contained almost 1,300 lines of text, only 75 of which...