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 to share photos of your group with the world? 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 11485 - 11514 of 11824   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11485
... Just guessing. Maybe you're looking at stale data in the cache, instead of at the (correctly) scaled data. * ensure to have your buffers allocated...
Harm Verhagen
harm_verhagen
Offline Send Email
Feb 3, 2008
11:28 pm
11486
Hello everyone, I do have a short question. Is there anyone using the current NDK 5.7 with Eclipse? The Eclipse Trimedia standard projects are not using...
Sebastian Hensel
sh_mtronix
Offline Send Email
Feb 5, 2008
3:47 pm
11487
... I'm using it but with sde2 build system, i think you are referring to an "old-style" build where you have to manually specify include/lib directories (and...
Morpheus
burt666.geo
Offline Send Email
Feb 8, 2008
1:54 pm
11488
I use invalidate_cache() and copyback_cache(), and all buffers cacheline aligned. But problem not solve. When I use horesontal filter(6 taps) all vaules in...
Andrey Nenashev
twesd2
Offline Send Email
Feb 12, 2008
4:30 am
11489
Hello,everyone! When I try to build component tmAtaskStream using tmdbg_jtag1700.bat in NDK5.6,I always get the following error: Building library ...
zybjtu
Offline Send Email
Feb 13, 2008
3:07 am
11490
I had a similar problem with the ISP1563 hanging. This turned out to be the ISP1563 not responding to the PCI read. You can tell if the TRDY# line does not go...
jobramwe
Offline Send Email
Feb 27, 2008
1:20 am
11491
Hi all. Did anyone try to restart trimedia and reload app image on PNX8550 with Linux on MIPS (as in STB810 reference)? When I try to reload TM images after TM...
Denis Khromov
denis.khromov
Offline Send Email
Feb 29, 2008
12:48 pm
11492
Right now, I am porting linux to dsp platforms, first on NXP/TM1500, and now most of the work were done, and the left work is to implement interrupt handler...
freeoicq
Offline Send Email
Mar 3, 2008
1:48 am
11493
Dear sir; I meet the questions as follows: 1) I am developing a product named Digital Video Service,using pnx17xx serial's dsp as cup 2)The decoder is saa7115...
Shihong Wang
wangshh03
Offline Send Email
Mar 5, 2008
9:15 am
11494
Hi, right now, my tm1500 platfrom is all ok, such usb/ide/rcc/, MPEG2/MPEG4/H264 Play, 2 vi and 1 vo, and now I decide to port linux to nxp platform, and...
hkr2000 hkr2000
freeoicq
Offline Send Email
Mar 5, 2008
9:31 am
11495
Hi, all I have designed a component tmVdecAVS, it's a decoder component for chinese video compression AVS. And the test application named exolVdecAVSVOO works...
dreameagleli
Offline Send Email
Mar 6, 2008
3:21 am
11496
Not share vo buffer with dec buffer should speed up the display, because the vo have hareware speedup functional unit, you should give each moudule enough mem...
hkr2000 hkr2000
freeoicq
Offline Send Email
Mar 6, 2008
7:03 am
11497
You mentioned I should give each module enough mem units. Can you provide some detail example. Because I'm not familiar with the configuration of VrendVO. Then...
dreameagleli
Offline Send Email
Mar 6, 2008
7:44 am
11498
First, don't apologize for the number of words. You give a very good description. You may be seeing a problem common to most video decoders. The decoder uses...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Mar 6, 2008
2:25 pm
11499
today I had the same problem d_szlamp described first. _________________________ PROBLEM: if you take a psos sample apllication (like HelloWorld) and add ...
Sebastian Hensel
sh_mtronix
Offline Send Email
Mar 6, 2008
4:40 pm
11500
Thanks for your reply. And I modify the component as your suggestion. No matter the number of "reference count" is the display can't be smoothy as before. Is...
李文杰李
dreameagleli
Offline Send Email
Mar 7, 2008
12:09 pm
11501
There is nothing special about Vrend's setup. It doesn't know where the packet comes from or how it got there. Either the packets are going to Vrend out of...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Mar 7, 2008
8:52 pm
11502
Ok, As your suggestion I trace the decoder and find out the problem is caused by the display order of B frame. I sent the pointer of wrong frame to VrendVO...
李文杰李
dreameagleli
Offline Send Email
Mar 8, 2008
1:37 pm
11503
I'd rather see a TimeDoctor trace, or at least a summary (statistics, all tasks). I don't know the context to interpret those large numbers. For I$, do you...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Mar 8, 2008
2:51 pm
11504
Here is the TimeDoctor trace statistics: 300.375/199.8MHz I$_stalls D$_stalls MIPS_2031_ReadAndWrite TM1_2031_ReadAndWrite DDR_2031_Idle Task #Exec #Exec/s %...
李文杰李
dreameagleli
Offline Send Email
Mar 10, 2008
3:16 am
11505
Thanks for sending the .tdi file separately, as yes, attachments won't make it here on TMUG. Of course, now no one else can see this file... From the TDI...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Mar 10, 2008
1:55 pm
11506
Hi, Have anyone successfully used 32MB with the PNX1700 processor. Our application seems to work fine with 64MB as the SDRAM limit. But as soon as we change it...
kamran virk
kamran_virk76
Offline Send Email
Mar 10, 2008
6:18 pm
11507
The compilation optimization option for AVS decoder is O5 and grafting , so the I$ is so large. In order to use partial linking functions that have great I$...
李文杰李
dreameagleli
Offline Send Email
Mar 11, 2008
8:32 am
11508
You find out which functions are critical by more and more profiling. This is where stuff gets very detailed. You don't just throw a switch. It might help you...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Mar 11, 2008
3:33 pm
11509
Hi all: I use targetTCP,but i don't know how to program for pppoe client.Is there anybody can give me an example of how to program for pppoe client?Thanks!...
kyfar2003
Offline Send Email
Mar 17, 2008
1:26 pm
11510
Dear group, I want to add a online version update function in my Trimedia board. In the board, I use FLASH for the program image file storage, so I want to...
tm1300cn
Offline Send Email
Mar 18, 2008
6:35 am
11511
you can use the tmSEI to do this, the tmSEI finally use tmld with option -mi to get a memory image file. tm1300cn <lzs@...> wrote: Dear group,...
hkr2000 hkr2000
freeoicq
Offline Send Email
Mar 18, 2008
7:34 am
11512
hi, I use vip to capture video, pal, D1 mode and I use exolvideo sample. I found that when video decoder chip output standard F,V,H in SAV and EAV according...
suanhua
Offline Send Email
Mar 18, 2008
10:13 am
11513
hi, I use pnx1700 to capture and play video through SDI. The SDI is strickly consistent with ccir656. What is the relationship between F,V,H bit in qvcp output...
suanhua
Offline Send Email
Mar 19, 2008
6:35 am
11514
I suppose if you have a parallel to serial converter to connect the QVCP 8-bit output to the SDI, then from the PNX1700 perspective there is no noticeable...
Alfred Lee
alfred17330
Offline Send Email
Mar 19, 2008
4:17 pm
Messages 11485 - 11514 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