Re: What are those branches other than master

2009-04-15 Thread Ravi
Example: http://android.git.kernel.org/?p=platform/bionic.git;a=heads It shows master, cupcake, donut, etc. as the heads or branch names. -Ravi On Apr 14, 10:40 pm, John Cola jt...@marvell.com wrote: Hi all Waht are those branches other than master? I only know cupcake, are there anyother

Re: amr-wb codec in .3gp file format

2009-04-15 Thread Ravi
OMX-core register this new component. (iv) Have your OMX-core dynamically loadable. Not sure about your build failures. Can you post snippets of failures? On Apr 14, 11:27 pm, chuan terr...@gmail.com wrote: Dear Ravi: question 1: if i want intergrate other audio codec in opencore 2.0

Re: amr-wb codec in .3gp file format

2009-04-15 Thread Ravi
the existing mp4 parser and try to understand how it is structured. We can help you with specific questions. Btw, I am assuming that you would be contributing this work back to OHA community. -Ravi On Feb 27, 1:21 am, Lucien loisen0...@gmail.com wrote: Hi, Is there any

Re: Regarding Audio/Video sink in Opencore framework.

2009-04-15 Thread Ravi
, Ravi yend...@pv.com wrote: Source --- Where the input data originates. E.g., A file (local playback). Sink --- Where the output data culminates. E.g., Screen (video) or Speaker (audio) On Apr 14, 11:31 pm, sush susama.choudh...@gmail.com wrote: Hi, I was trying to develop test

Re: amr-wb codec in .3gp file format

2009-04-15 Thread Ravi
On Apr 15, 7:11 am, chuan terr...@gmail.com wrote: Dear Ravi: Thank so much for your quickly reply, as i am try hard to figure it out . Now i wish to share my plan and wish get help from you. 1. modify mp4 parer src code to support the audio codec(modify atomdefs.h

Re: SBC integration license issue in BlueZ/Android

2009-04-19 Thread Ravi
/codecs_v2/audio/sbc]. -Ravi On Apr 20, 12:13 am, Andy Quan androidr...@gmail.com wrote: Hi, As far as I remember, BlueZ is released under GPL license. Is this the same in android? If so, does this mean if I want to integrate my customized SBC encoder lib into this framework, I have to make my

Re: Using pthreads in Android

2009-04-21 Thread Ravi
Make an attempt... On Apr 21, 1:34 am, nightwish sunidwil...@gmail.com wrote: Can i typecast android_thread_id_t to pthread_t?  I am creating thread using createThreadEtc. and using android::Mutex and android::Condition for synchronization. For pthread_join i need to pass pthread_t as

Re: amr-wb codec in .3gp file format

2009-04-21 Thread Ravi
, chuan terr...@gmail.com wrote: I modify MediaScanner.java MediaFile.java too, but no file can be scanned out successfully as well as .mp4/3gp/3g2 On Apr 21, 6:23 pm, chuan terr...@gmail.com wrote: Dear Ravi, I met a problem when testing video/audio playbak on opencore 2.0, I can't scan

Re: encoder support in OpenCORE/cupcake

2009-04-21 Thread Ravi
Repost ... http://groups.google.com/group/android-framework/browse_thread/thread/ef0d6aaab8390ea3/ On Apr 21, 7:27 am, Andy Quan androidr...@gmail.com wrote: I find in ./engines/author/src/single_core/pvaenodefactoryutility.h, PVMFOMXVideoEncNodeFactory::CreateVideoEncNode() is called to

Re: amr-wb codec in .3gp file format

2009-04-21 Thread Ravi
. On Apr 21, 7:47 am, chuan terr...@gmail.com wrote: When push file below is showed: adb push vec.qcp sdcard/ 1585 KB/s (0 bytes in 126827.000s) On Apr 21, 8:28 pm, Ravi yend...@pv.com wrote: When was the last time you did your repo sync? When you push the content, do you see any error

Re: encoder support in OpenCORE/cupcake

2009-04-21 Thread Ravi
Yes. I believe the change was made to use only the HW OMX encoders. On Apr 21, 10:50 am, Andy Quan androidr...@gmail.com wrote: Thanks, Ravi. In Cupcake, the OMX encoder component is hard-coded into the OMX encoder node. It's not an issue because there are no software OMX encoders. What

Re: SBC integration license issue in BlueZ/Android

2009-04-21 Thread Ravi
Bumping this up. Can someone from Google please comment on this? -Ravi On Apr 20, 12:56 am, Ravi yend...@pv.com wrote: I do see the GPL license. That's bizarre. I was under the impression that the entire android tree has to be provided with the Apache license. Maybe someone from Google can

Re: H263 video recording

2009-04-23 Thread Ravi
SW H.263 encoder has been tested on the device. It works just fine. I don't know what fake camera is. On Apr 23, 10:51 am, Dave Sparks davidspa...@android.com wrote: This is not a scenario that we have ever tested internally. The software H.263 encoder has never been tested by Google and I

Re: aac header info in PVAuthor

2009-04-26 Thread Ravi
1. What is the format PVMF_MIME_AAC_MP4FF? Is it AAC in mpeg4 format? If so, the format is PVMF_MIME_MPEG4_AUDIO. 2. It should be the 2 bytes of AudioSpecificConfig. On Apr 26, 11:44 am, Andy Quan androidr...@gmail.com wrote: Hi, I have a few questions with regarding to AAC encoder OMX

Re: Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]

2009-06-02 Thread Ravi
+ 1 The logcat shows the following: * 06-02 23:54:27.410 583 604 D PackageParser: Scanning package: / system/app/PlatformLibraryClient.apk 06-02 23:54:27.450 583 604 I PackageManager: /system/app/ PlatformLibraryClient.apk changed; collecting certs 06-02 23:54:28.040

Re: Access Opencore engine through JNI

2009-06-08 Thread Ravi
. So, there is a playerdriver level which queues all commands from various threads to a single thread. -Ravi On Jun 5, 10:40 pm, allstars allstars@gmail.com wrote: hello world i would like to use some API in opencore/sonivox but these API aren't included in libmediaplayerservice ,nor

Re: Can't generated video thumbnails in Android 1.5

2009-06-08 Thread Ravi
, you need to check how many I-frames is your encoder producing, if any? If there are I-frames, look at the mp4 parser node to see why you are not seeing any thumbnail. Or, file a bug, along with the clip in question, and we can take a look. -Ravi On Jun 8, 1:41 am, Jia Meng dspm...@gmail.com wrote

Re: How to get traces from the pvmi\recognizer\plugins\pvmp4ffrecognizer\src files

2009-06-08 Thread Ravi
., an invalid extension). If android media player, I don't know. Since you already have the logs from the other components, maybe you can figure it out. -Ravi On Jun 8, 4:42 am, Devaraj devara...@gmail.com wrote: Hi, I have added some prints like the below:  PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG

Re: opencore PVPlayerEngine::SetPlaybackRate cannot work

2009-06-08 Thread Ravi
PlaybackRate has not been implemented for mp3. PVMFStatus PVMFMP3FFParserNode::DoSetDataSourceRate (PVMFMP3FFParserNodeCommand aCmd) { PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, PVMFMP3FFParserNode::DoSetDataSourceRate() In));

Re: Passing pmem FDs from OMX to MIO

2009-06-09 Thread Ravi
to send a pointer and a length parameters down to the MIOs. -Ravi On Jun 9, 8:24 am, Freepine freep...@gmail.com wrote: 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

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

2009-06-09 Thread Ravi
the recognition, rename the file extension to .xyz. (ii) If you have proper logs, it should definitely show up. (iii) Good luck. -Ravi On Jun 9, 7:45 am, Freepine freep...@gmail.com wrote: #define LOG_NDEBUG 0 is required to enable LOGV. On Tue, Jun 9, 2009 at 8:38 PM, Dev devara...@gmail.com wrote

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

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 changelog

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 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: creating custom MIO

2009-06-10 Thread Ravi
do this just before AddDataSink() so that you can make a decision on which MIO to use. -Ravi On Jun 10, 4:04 am, manish android.mm@gmail.com wrote: Let me re-phrase the question. How can we find out that file format is aac or mp3 before creating audiosink node in playerdriver PV engine

Re: How to send a message or call a function written in audio decoder node from PlayerEngine?

2009-06-11 Thread Ravi
What function(s) do you want to call from the decoder node? The interface is through OMX IL. If you integrate your component (decoder) correctly, there shouldn't be a need to modify the client (node). -Ravi On Jun 11, 8:32 pm, saxoappeal dimplej...@gmail.com wrote: Hi All I have written my

Re: How to send a message or call a function written in audio decoder node from PlayerEngine?

2009-06-12 Thread Ravi
, the control to the underlying nodes will not be exposed. If you want to control your decoder from the node, it must be an OMX API implementation. What API(s) do you want to call? What is the purpose? We can discuss options if you spell out your usecase. -Ravi On Jun 12, 12:33 am, saxoappeal dimplej

Re: creating custom MIO

2009-06-12 Thread Ravi
, etc. -Ravi On Jun 12, 4:58 am, manish android.mm@gmail.com wrote: Ravi thanks, something like that would help. I could'nt find getFormatType () in playerengine or driver either on master or donut tree. Could you point me to the path. Also does it provide format resolution down

Re: There is an error when playing http streaming file

2009-06-15 Thread Ravi
/** The video is streamed and its container is not valid for progressive * playback i.e the video's index (e.g moov atom) is not at the start of the * file. * @see android.media.MediaPlayer.OnErrorListener */ public static final int

Re: libopencorehw implementation

2009-06-15 Thread Ravi
in the first device release. But the code has changed quite a bit. The code under samples is a version spun off from the original, and is merely to demonstrate the usage. -Ravi On Jun 15, 11:57 pm, Andy Quan androidr...@gmail.com wrote: Hi,I find there are some sample files under external/opencore

Re: REG: Xml to Wbxml using EAS

2009-06-16 Thread Ravi
Hi, It's urgent, Could anyone please respond to my queries. On Jun 16, 11:01 am, Ravi ravikumar...@gmail.com wrote: Dear friends, I need to convert from Xml to Wbxml for Client-Server Communication using AirSynC (Microsoft Exchange Active Sync Protocol). I found XML to WBXML parsers

Re: REG: Xml to Wbxml using EAS

2009-06-19 Thread Ravi
Can atleast some assist me with some help topics? On Jun 17, 6:50 pm, Ravi ravikumar...@gmail.com wrote: Anyone thr to help me :( On Jun 17, 8:56 am, Ravi ravikumar...@gmail.com wrote: Hi, It's urgent, Could anyone please respond to my queries. On Jun 16, 11:01 am, Ravi ravikumar

AnalogClock AppWidget dial

2009-06-23 Thread Ravi
Using Appwidgets, If we use TextView in layout provider xml then, we are able to set the text in Provider.java using remoteViews.setTextViewText() method. Similarly, if I use AnalogClock as AppWidget in xml then, is there any method available to change the android:dial value using RemoteViews or

ACTION_TIME_TICK required for every second.

2009-06-26 Thread Ravi
ACTION_TIME_TICK occurs every minute. I need an action which will occur every second because I'm trying to display the 'Seconds' needle in AppWidget. Do help me even if it means modifying the framework source code. ACTION_TIME doesn't occurs it's docs are not clear.

Disabling Screen Break with subsequent Preference Screens through XML.

2009-07-14 Thread Ravi
Hi, I need to display another PreferenceScreen through xml which occupies the full screen. Calling addPrefrencesFromResource(id) with different id results in Screen Break handled by Preference Framework. setPreferenceScreen(mPS) could be called again it works fine but it is through