[android-porting] Re: OMX component registration

2009-11-04 Thread guru
Hi Ravi, In order to understand code flow better, I thought to get logs and I tried with emulator. here are the steps I followed: 1. Installed eclips and installed Android. 2. Built the Android Code by making ENABLE_PV_LOGGING=1. (Below I got from Groups itself) 1. cd android_root 2. touch

[android-porting] Re: OMX component registration

2009-11-01 Thread guru
Hi Ravi, My goal is to add an additional AAC decoder to the build. I am trying to understand the integration process while doing this assignment. If I am successful in integrating AAC decoder, then I am planning to go ahead of doing more open source projects on Android and contribute them back.

[android-porting] Re: OMX component registration

2009-10-28 Thread RaviY
Yes and Yes. Your understanding is correct. -Ravi On Oct 26, 6:09 am, guru guru.nav...@gmail.com wrote: HI Ravi, Thanks for the valuable information. From above what I can deduce is: 1.) for the question: 3. we can use existing parser node/ parser file. ( as mentioned by group users

[android-porting] Re: OMX component registration

2009-10-28 Thread RaviY
I am still not clear as to what your goal is. Are you interested to replace the AAC decoder with your own version, or do you want to add an additional AAC decoder to the build? If the latter, why? If the former, then I think your understanding in the previous post is correct. -Ravi On Oct 27,

[android-porting] Re: OMX component registration

2009-10-27 Thread guru
HI Ravi, In this like you have answered about having multiple codecs of same format. http://www.mail-archive.com/android-porting@googlegroups.com/msg06551.html from above link, it is said that we can have multiple codecs of same format. If multiple codecs exist then we have to write

[android-porting] Re: OMX component registration

2009-10-25 Thread guru
Hi ravi, whatever i told, it was my understanding. After going through the doc you refered, what i understood is 1. Initially we need to have shared library (OMX core + OMX core wrapper + configuration parser API). 2. we have to record OMX core library in the configuration file in pvplayer.cfg

[android-porting] Re: OMX component registration

2009-10-25 Thread RaviY
On Oct 25, 1:23 am, guru guru.nav...@gmail.com wrote: Hi ravi, whatever i told, it was my understanding. After going through the doc you refered, what i understood is 1. Initially we need to have shared library (OMX core + OMX core wrapper + configuration parser API). Yes. 2. we have

[android-porting] Re: OMX component registration

2009-10-24 Thread jai sree
Hi, You can use the parser nodes. No need to write again... rds, Jai On Fri, Oct 23, 2009 at 1:00 PM, guru guru.nav...@gmail.com wrote: Hi RaviY, I went through the document that you refered. Here is my understanding: 1. Initially we need to have shared library (OMX core + OMX core

[android-porting] Re: OMX component registration

2009-10-23 Thread guru
Hi RaviY, I went through the document that you refered. Here is my understanding: 1. Initially we need to have shared library (OMX core + OMX core wrapper + configuration parser API). 2. we have to record OMX core library in the configuration file in pvplayer.cfg ( or other file with .cfg

[android-porting] Re: OMX component registration

2009-10-23 Thread RaviY
What am I supposed to guide you on? I did not find a question in your post. -Ravi On Oct 23, 2:30 am, guru guru.nav...@gmail.com wrote: Hi RaviY, I  went through the document that you refered. Here is my understanding: 1. Initially we need to have shared library (OMX core + OMX core

[android-porting] Re: OMX component registration

2009-10-22 Thread RaviY
http://android.git.kernel.org/?p=platform/external/opencore.git;a=blob_plain;f=doc/omx_core_integration_guide.pdf;hb=9f38f7d01657aed466131d417cec0fe39b93a7c6 On Oct 22, 5:49 am, guru guru.nav...@gmail.com wrote: HI All, I am trying to integrate decoder to OpenCORE. Below is my understanding