[android-porting] active objects problem

2009-08-17 Thread shadow
Hi All, I'm facing a problem with creating active objects inside open core node, i've a crash during constructing one and on AddToScheduler() call inside ThreadLogon(). Here is a code example: class Cmynode : public OsclTimerObject, public PVMFNodeInterface,

[android-porting] Re: active objects problem

2009-08-17 Thread shadow
t;          m_pMyTimer = OSCL_NEW ( OsclTimer, > ("MyTimer", 1000) ); > > -Ravi > > On Aug 17, 9:40 pm, shadow wrote: > > > > > Hi All, > > >    I'm facing a problem with creating active objects inside open core > > node, i've

[android-porting] Re: active objects problem

2009-08-17 Thread shadow
> On Aug 17, 10:34 pm, RaviY wrote: > > > > > Can you try > > > OSCL_TRY(err, > >          m_pMyTimer = OSCL_NEW ( OsclTimer, > > ("MyTimer", 1000) ); > > > -Ravi > > > On Aug 17, 9:40 pm, shadow wrote: > > > > Hi All,

[android-porting] Re: active objects problem

2009-08-17 Thread shadow
авг, 11:36, RaviY wrote: > And, how does your test code look like? Did you make sure you have > initialized OsclBase, Error, Memory, and Scheduler? > > -Ravi > > On Aug 17, 10:59 pm, shadow wrote: > > > > > Yes, other allocation of arrays or/and objects work. > &g

[android-porting] Re: active objects problem

2009-08-18 Thread shadow
kvNode( int32 &aPriority ): ThreadHasScheduler = %d\n", iThreadContext.ThreadHasScheduler() ); fflush( m_pLogFile ); -- Best regards. On 18 авг, 11:36, RaviY wrote: > And, how does your test code look like? Did you make sure you have > initialized OsclBase, Error, Memory, and Scheduler? > > -Ravi

[android-porting] Re: active objects problem

2009-08-19 Thread shadow
ng player? > b. If your code does go through playerdriver, can you enable the > "debug" logs in playerdriver.cpp > c. Where did you modify the native code to add this new AO? > > -Ravi > > On Aug 18, 2:12 am, shadow wrote: > > > > > It seems that

[android-porting] qwerty and numeric keypad

2009-08-26 Thread Shadow .
? Thanks, -Shadow --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Crash in Dialer, Music on non-touchscreen device

2009-08-26 Thread Shadow .
specific resource its looking for? Thanks, -Shadow --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] samples from media pool never released by OMX MPEG-4 Video Decoder

2009-09-29 Thread shadow
Hi all, Could some one help me to understand why OMX_MPEG-4_Decoder may not release media samples, which were sent from mine OpenCore MKV node? here is some part of code (nothing new, the same code has native MP4 parser node): sampleSize = 32*1024; trackdatamempool = OSCL_NEW(OsclMemPoolRes

[android-porting] Re: samples from media pool never released by OMX MPEG-4 Video Decoder

2009-10-05 Thread shadow
seems i've found where i was wrong... question no more actual. -- Best regards, Yuri On Sep 30, 1:44 pm, shadow wrote: > Hi all, > >    Could some one help me to understand why OMX_MPEG-4_Decoder may not > release media samples, which were sent from mine OpenCore MKV node?

[android-porting] problems with seeking even to the very beginning of stream

2009-10-05 Thread shadow
Hi All, I've faced the issue with seeking in my source (splitter) node... after setposition() has been called, all frames seems to be skipped in the upstream filters (such as existed OMX MPEG-4 video decoder). I'm sure that is my splitter engine works correct, the problem seems to be in the my

[android-porting] Re: problems with seeking even to the very beginning of stream

2009-10-05 Thread shadow
timestamps sent by your splitter node -- They should > always be increasing. > (b) Make sure that the marker info masks (pvmi/pvmf/include/ > pvmf_media_data.h) are set correctly. > (c) Getting (or sharing) logs would help you debug the problem much > more quickly. > > -R

[android-porting] Re: problems with seeking even to the very beginning of stream

2009-10-05 Thread shadow
======= -- Best Regards, Yuri On Oct 6, 10:56 am, shadow wrote: > Hi RaviY, > >    Thanks for the fast response. I've one question regarding > timestamps: > 1) How they could be always increased in case of I,P,B stream, for > example? > 2) What timest

[android-porting] Re: problems with seeking even to the very beginning of stream

2009-10-07 Thread shadow
i've found where i was wrong, the thread is no more actual. -- Best regards, Yuri On Oct 6, 11:20 am, shadow wrote: > Here is flags which i set on each sample: > >         markerInfo |= PVMF_MEDIA_DATA_MARKER_INFO_DURATION_AVAILABLE_BIT; >  

[android-porting] Re: problems with seeking even to the very beginning of stream

2009-10-11 Thread shadow
Hi RaviY, Can you please clarify how I,P,B ( I frame - has 0 mSec time, P frame has 66 mSec time, and B frame has 33 mSec time ) streams would work if time stamps have to be always increased? -- On Oct 8, 1:58 pm, shadow wrote: > i've found where i was wrong, the thread is no mor

[android-porting] Re: problems with seeking even to the very beginning of stream

2009-10-12 Thread shadow
oding" order will most of the times > be an "increasing" order except for H.264, where the "decoding order" > can have timestamps that are not always increasing. > > -Ravi > > On Oct 11, 9:53 pm, shadow wrote: > > > Hi RaviY, > > >    Can you

[android-porting] how to add own OMX plugin to the system?

2009-10-14 Thread shadow
Hi All, Could someone give me some start point for adding own OMX decoder plugin to the system? Should i create own open core wrapper around my OMX decoder? Or i can simply add my omx core entry in the cfg file, and put my omx core dll and my omx decoder dll to the necessary folders? -- Best

[android-porting] Re: how to add own OMX plugin to the system?

2009-10-15 Thread shadow
documentation rulezz, sorry for the stupid question... thread is no more actual -- Best regards On Oct 14, 3:28 pm, shadow wrote: > Hi All, > >    Could someone give me some start point for adding own OMX decoder > plugin to the system? > Should i create own open core wrappe