Question about Android framework compatibility Suite

2009-06-09 Thread Anand
Hi There, I would like to know more about Android framework compatibility in bit more details. As per my understanding this is used to check incase a new application API's are not disturbing the existing codebase integrity. Going ahead, I would also like to know how we can access Android

Passing pmem FDs from OMX to MIO

2009-06-09 Thread manish
Hi I saw discussion where renderer allocates memory to be used by decoder. I would like to pass pmem fds from omx component to MIO. [ a specific custom audio MIO] . Can some one elaborate on the omx-pv and pv-Mio interface changes to achieve something like this ? ideal thing would be to get fd

pmem usage in opencore of Android1.5

2009-06-09 Thread Andy Quan
I have a question about pmem usage during video playback in opencore. In android_surface_output_fb.cpp, there is a special path for YVUSemiplanar format, where a private struct pointer is passed from video omx unit, i.e. data_header_info.private_data_ptr. 2 local functions are provided as

Recognizer plugins are not getting executed when I run .mp4 file playback use case

2009-06-09 Thread Devaraj
Hi All, I have added few prints in the pvmp4ffrecognizer module source files. when I ran a .mp4 file playback use case and collected the traces. I could not find the traces that I have added. I strongly doubt that during the .mp4 file playback none of the functions from the pvmp4ffrecognizer

Re: Recognizer plugins are not getting executed when I run .mp4 file playback use case

2009-06-09 Thread Freepine
How did you add the logs into mp4 recognizer? By printf? Or using android marco(e.g LOGE) directly?If you were using PV logging mechnism, did you get a logger object first? e.g. iLogger = PVLogger::GetLoggerObject(PVPlayerEngine); It would be helpful if you pasted your code snippet. On Tue, Jun

Re: What should be the configuration contents of pvlogger.txt to get the traces from modules of \pvmi\recognizer\plugins?

2009-06-09 Thread Freepine
It seems currently there isn't any logs inside recognizer/plugins :)You can write 8 into pvlogger.txt, then it will capture all logs. On Mon, Jun 8, 2009 at 7:14 PM, Devaraj devara...@gmail.com wrote: As we enter 8,PvPlayerEngine in the pvlogger.txt to get the traces from PVplayerEngine what

Re: Recognizer plugins are not getting executed when I run .mp4 file playback use case

2009-06-09 Thread Freepine
#define LOG_NDEBUG 0 is required to enable LOGV. On Tue, Jun 9, 2009 at 8:38 PM, Dev devara...@gmail.com wrote: Hi, I have added the logs using android macros LOGV(); directly. Thanks and Regards, -Devaraj On Tue, Jun 9, 2009 at 5:56 PM, Freepine freep...@gmail.com wrote: How did you

Cupcake: power button doesn't turn the screen off

2009-06-09 Thread Pat
Hi, I am using Cupcake and when I click on the emulator's power button I can't turn the screen off. (With the Android 1.1 it was working...). With Cupcake, all the views are paused but the screen doesn't turn off. Is it a bug or the normal behaviour? How could I turn the screen off then on by

Re: Passing pmem FDs from OMX to MIO

2009-06-09 Thread Freepine
If the FD stays unchanged during playback session, perhaps you can also pass it to MIO via PvmiCapabilityAndConfig interface.You can check how video display info get passed to androidSurfaceOutput. On Tue, Jun 9, 2009 at 5:00 PM, manish android.mm@gmail.com wrote: Hi I saw discussion

Question about music player in Opencore 2.04

2009-06-09 Thread Alex_26
Hi. This is probably a silly question but I just need confirmation. In the music player application in Opencore 2.0 we had a test case were pressing 150 short keys should not result in any strange behavior in the audio playback. Now the testing team has reported that in opencore 2.04 when you

Re: Passing pmem FDs from OMX to MIO

2009-06-09 Thread Ravi
Refer lines 1685-1710 in http://android.git.kernel.org/?p=platform/external/opencore.git;a=blob;f=nodes/pvomxvideodecnode/src/pvmf_omx_videodec_node.cpp;h=ead6d65f91830b6cadf3f0105f61c9f07731;hb=fd46810380dc8857b48fb5100bd359a5a71f85d5. We have the mechanism in place for the omx components

Re: Recognizer plugins are not getting executed when I run .mp4 file playback use case

2009-06-09 Thread Ravi
Which test application are you using? (i) pvplayer_engine_test, or (ii) a mediaplayer test, or (iii) your own test app? (i) As I mentioned earlier, this test app. guesses the format type based on the file extension. So, a .mp4 file is set the format type accordingly. If you want to force the

Re: pmem usage in opencore of Android1.5

2009-06-09 Thread Ravi
Yes. Only fd and offset are sent to the MIO. Regarding where the MemHeapBase is constructed, it could be vendor specific implementation. I am not sure about this. -Ravi On Jun 9, 7:10 am, Andy Quan androidr...@gmail.com wrote: I have a question about pmem usage during video playback in

OpenCore 1.0 vs. 2.0

2009-06-09 Thread crack74
Are there any specific/critical issue in OpenCore 1.0 that are addressed in 2.0.x release? From the changelog(http:// android.git.kernel.org/?p=platform/external/ opencore.git;a=blob;f=ChangeLog;h=ef3588c910e0cbb109db160ee324caf73997ea3b;hb=642e1d2b4da40c6dcb79b52bc68222ee018e77b2), I see many

Re: OpenCore 1.0 vs. 2.0

2009-06-09 Thread Ravi
The changelog does list most of the issues. It is upto the user to decide whether or not to pick the latest codebase. -Ravi On Jun 9, 12:02 pm, crack74 lee.woo...@gmail.com wrote: Are there any specific/critical issue in OpenCore 1.0 that are addressed in 2.0.x release?  From the

How to assign/get the ip address of an emulator

2009-06-09 Thread sandy
I am running a server application on emulator. I want to connect to the server through a client application running on other system. How to get the IP of the emulator and what should be the http-proxy ip of the emulator. Any help is appreciable.

Re: Question about music player in Opencore 2.04

2009-06-09 Thread Ravi
Please look at the API private boolean seekMethod1(int keyCode) in MediaPlaybackActivity.java. -Ravi On Jun 9, 12:05 pm, Alex_26 alexgarci...@gmail.com wrote: Thanks for the reply. The ones from the first row on zoom2 hardware (QWERTY). Also backspace to pause. That is what I thought

Re: OpenCore 1.0 vs. 2.0

2009-06-09 Thread crack74
Can I get some detailed information about following items? I am interested what's the user impact of following items: - MP3 Dynamic TOC Construction - mp3 parser - duration calculation by walking file in background - Author Engine Error Handling Robustness - Player Engine Error Handling

Re: OpenCore 1.0 vs. 2.0

2009-06-09 Thread Ravi
Inline are some details. I won't be doing this again though. On Jun 9, 2:22 pm, crack74 lee.woo...@gmail.com wrote: Can I get some detailed information about following items?  I am interested what's the user impact of following items: - MP3 Dynamic TOC Construction Certain MP3 clips do not

Re: Question about music player in Opencore 2.04

2009-06-09 Thread Alex_26
Thanks a lot for the support. Regards. On Jun 9, 1:53 pm, Ravi yend...@pv.com wrote: Please look at the API private boolean seekMethod1(int keyCode) in MediaPlaybackActivity.java. -Ravi On Jun 9, 12:05 pm, Alex_26 alexgarci...@gmail.com wrote: Thanks for the reply. The ones from

Re: OpenCore 1.0 vs. 2.0

2009-06-09 Thread kevin ma
Great detailed description for the changes! Let's thanks for Ravi's great support! If all the items in the change list of opencore2.0 can be explained like this, I think it would be very helpful for the developers. Can we find them or some links, Ravi? Best Regards, Kevin 2009/6/10 Ravi

Webkit Plugin features

2009-06-09 Thread Stanley Cai
Hi list, As I worked on Android webkit plugin, I found it only supports so-called window-less mode. In the mode, I can get a buffer to render. But I can not get any keyboard input and can not use Android UI widgets (for example, input box, pull-down selector box and etc) in my plugin. If any

Re: Webkit Plugin features

2009-06-09 Thread douchuan
there is a example in ../external/webkit/WebKit/android/plugins The sample impl Event and Render, Maybe it will help you Stanley Cai 写道: Hi list, As I worked on Android webkit plugin, I found it only supports so-called window-less mode. In the mode, I can get a buffer to render. But I can

Re: Webkit Plugin features

2009-06-09 Thread Jean-Baptiste Queru
The biggest issue by far is to be able to run the plugin as a separate UID (and therefore in a separate process). JBQ On Tue, Jun 9, 2009 at 9:53 PM, Stanley Caistanley.w@gmail.com wrote: Hi list, As I worked on Android webkit plugin, I found it only supports so-called window-less

Re: Recognizer plugins are not getting executed when I run .mp4 file playback use case

2009-06-09 Thread Devaraj
Thanks to both Freepine and Ravi for ur suggestions. I am getting the logs from the mp4 recognizer plugin. I have one more query, I have both AVI and MP4 recognizer plugins in place. when I tried playing .avi and .mp4 files it is picking up the MP4 recognizer plugin in both the cases. It is not