[android-porting] Re: V4L2 Camera interface

2009-09-09 Thread deepak singal
Hi Harish, Can you share your USB Webcam name and specification. Thanks & Regards Deepak --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~

[android-porting] Re: porting OpenMP : problem with using TLS keys from constructor routines

2009-09-09 Thread Surinder P Singh
> Can you reproduce the problem with the current sources? Works like a charm on Donut. Should have realized it but I missed the significance of the libc preinit first time around when reading your second commit ;-) Thanks for the heads up ! On Wed, Sep 9, 2009 at 4:22 AM, David Turner wrote:

[android-porting] Re: Integrating gStreamer to Android

2009-09-09 Thread Girish Tatti
Hi Kaushik, There is one group actively working on porting Gstreamer and its plugins on android and already things are working ... Please check out this link. Follow the simple instructions and u can run gstreamer on android. But u r supposed to port glibc http://groups.google.com/group/prajnas

[android-porting] Re: openCORE 1.x (cupcake) CPM plugin - trying to play a test MP3

2009-09-09 Thread RaviY
This sounds like a bug that was fixed a while back. You can move to OpenCORE 2.0, or try to port the fix back to OpenCORE 1.0. You can do a diff. of the mp3 parser node to get some clues. -Ravi On Sep 8, 11:19 pm, dandrep wrote: > Hi, > > Yes I did. > > I am past my previous issue.  My plugin i

[android-porting] PMEM driver

2009-09-09 Thread Shankar Ganesh
Hi Friends, Can anyone help me to find out what is pmem driver in android and what is the use-case for the same ? How the memory is reserved for these devices by linux kernel ? -- With Regards, ShankarGanesh K . "The most beautiful thing we can experience is the mysterious. It is the source of

[android-porting] STL porting

2009-09-09 Thread Vanraj
Hello Everyone , My native code depends on STL lib which is not avaialble as of now i think. So is there any other way to make it work native code which is using STL Lib. Is there any plan in Android to have STL lib ?? Thanks. Vanraj --~--~-~--~~~---~--~~ unsubs

[android-porting] STL porting

2009-09-09 Thread Vanraj
Hello Everyone , My native code depends on STL lib which is not avaialble as of now i think. So is there any other way to make it work native code which is using STL Lib. Is there any plan in Android to have STL lib ?? Thanks. Vanraj --~--~-~--~~~---~--~~ unsubs

[android-porting] Video Decoding Memory buffer

2009-09-09 Thread ShankarGanesh
Hi , Our SoC has hardware decoder for MPEG streams. I am trying to port the h/w codec driver to android . I want to share (mmap) decode buffers to user space . What is the prefered way to implement this use- case ? Few of them what i can think of : a) using "pmem" b) ioremap from reserved

[android-porting] Re: STL porting

2009-09-09 Thread Abhinayak Mishra
Vanraj, Instead of using the whole STL library, why not write your own library for supporting the exact functions you need. Should be simple enough to implement and for sure will have a much smaller memory footprint. :) ~Abhi On Wed, Sep 9, 2009 at 1:40 AM, Vanraj wrote: > > Hello Everyone , > >

[android-porting] Re: openCORE 1.x (cupcake) CPM plugin - trying to play a test MP3

2009-09-09 Thread dandrep
Hi, Thanks for the information. If the issue is an existing bug then I need to verify that. My project doesn't give me a lot of options to fix this. My problem appears to be related to an unset value: iDataStreamInterface. My first question is that I thought that interface was used for stream

[android-porting] building generic donut

2009-09-09 Thread jtalemal
I'm looking for a easy way to build a generic donut for arm11 I don't need the kernel/emulator just a generic /system. when pulling the source and running make seems to build a whole lot of stuff that I don't need.I'm pulling in over 5GB of source just to get a ~30MB /system folder. --~--~---

[android-porting] Re: openCORE 1.x (cupcake) CPM plugin - trying to play a test MP3

2009-09-09 Thread RaviY
You probably shouldn't be hitting that part of the code at all. The datastream factory would be sent down by the DownloadManager node. Your log appears to be snipped. Can you send me the complete log of player engine and mp3 parser node? The bug, as I remember, was only in the mp3 parser node.

[android-porting] Re: Video Decoding Memory buffer

2009-09-09 Thread RaviY
Here is an example (sample code): http://android.git.kernel.org/?p=platform/external/opencore.git;a=tree;f=android/samples;h=5b92789a4bd875e8696592c9828e90decbb2a2c8;hb=9b3c56ac71d2b119228599496a93c40d4d9753e3 On Sep 9, 1:05 am, ShankarGanesh wrote: > Hi , >      Our SoC has hardware decoder for

[android-porting] Does OpenCore H.264 decoder follow OpenMAX IL?

2009-09-09 Thread Todd
I would like to use OpenCore H.264 decoder to decode my own data, is it possible? I am wondering if all OpenCore decoder/encoder/muxer/demuxer follow OpenMAX IL? Any comments would be appreciated. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@goo

[android-porting] Re: Does OpenCore H.264 decoder follow OpenMAX IL?

2009-09-09 Thread RaviY
On Sep 9, 8:41 pm, Todd wrote: > I would like to use OpenCore H.264 decoder to decode my own data, is > it possible? Yes. > > I am wondering if all OpenCore decoder/encoder/muxer/demuxer follow > OpenMAX IL? The codecs are. The muxers/demuxers (what we call parsers/composers) are not. -Ravi >

[android-porting] Re: Video Decoding Memory buffer

2009-09-09 Thread Shankar Ganesh
On 9/9/09, RaviY wrote: > > > Here is an example (sample code): > > http://android.git.kernel.org/?p=platform/external/opencore.git;a=tree;f=android/samples;h=5b92789a4bd875e8696592c9828e90decbb2a2c8;hb=9b3c56ac71d2b119228599496a93c40d4d9753e3 Thanks a ton.. On Sep 9, 1:05 am, ShankarGanesh wr

[android-porting] Re: Questions about adding an external shared library to Android image (donut)

2009-09-09 Thread RaviY
On Sep 8, 4:04 am, Amir K wrote: > Hi, > I have determined (or so I hope) how to add a new shared library to > the external part of Android image: > 1. Add a directory called "foobar", under /external > 2. In that folder put my source files > 3. Create Android.mk file > 4. Update the file /buil

[android-porting] PMEM device

2009-09-09 Thread Shankar Ganesh
Hi , I am trying to create PMEM device in the kernel. I added the device as follows : / board.c static struct android_pmem_platform_data android_pmem_hwc_pdata = { .name = "pmem_hwc", .start = PMEM_HWC_BASE, .size = _PMEM_HWC_SIZE, .no_allocator = 0, .cach

[android-porting] undefined reference to `semop`

2009-09-09 Thread max
Hi All, When I compile one library, it reports undefined reference to `semop` How can I solve it? Max --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~--