Re: Building a .so lib

2009-04-08 Thread rktb
There are several threads in this group that discuss how to create and add new shared libraries. Please go through them first. Btw, I did not find a question in your post, and you need to provided more details. -Ravi On Apr 8, 12:09 am, MMF android...@gmail.com wrote: Hi All, I want to

Re: ./pvplayer_engine_test: permission denied

2009-04-07 Thread rktb
If, and when you build the source code, the test app. is already built. You can check it by doing adb shell ls -l /system/bin/ pvplayer_engine_test after you launch your emulator. -Ravi On Apr 7, 5:18 am, raj.10788 raj.10...@gmail.com wrote: Are you telling that the

Re: ./pvplayer_engine_test: permission denied

2009-04-07 Thread rktb
directory. regds, raj On Apr 7, 6:26 pm, rktb yend...@pv.com wrote: If, and when you build the source code, the test app. is already built. You can check it by doing adb shell ls -l /system/bin/ pvplayer_engine_test after you launch your emulator. -Ravi On Apr 7, 5:18 am, raj.10788 raj

Re: Is there a way to get a list about what was build into the system.img or not?

2009-04-01 Thread rktb
out/target/product/generic/installed-files.txt This looks like a pretty good list ... On Apr 1, 9:08 pm, lianwei lianwei.w...@gmail.com wrote: Hi all, Is there a way to get a list about what was build into the system.img or not? Thanks, Lianwei

Re: OpenCORE :: Running streaming test cases

2009-03-31 Thread rktb
You should be able to use the pvplayer_engine_test and run test 851. adb shell cd /sdcard; pvplayer_engine_test -test 851 851 -source rtsp://my.web.server.file.3gp -Ravi On Mar 30, 8:12 am, MMF android...@gmail.com wrote: Hi Friends, Can anyone please let me know what is the procedure to

Re: Does OpenCORE supported more than three nodes in a pipeline?

2009-03-31 Thread rktb
There is technically no limit to the number of nodes that can be managed. So far, we have not envisioned the player engine directly marshall more than 3 nodes. However, you may take the case of the streaming in which we use the streaming manager node. This node in itself manages 4 other nodes.

Re: Announcing OpenCORE 2.1 release

2009-03-31 Thread rktb
line -- No. of audio samples 2nd line -- Average bitrate 3rd line -- Timescale Please try that and I will try to get more concrete information. -Ravi On Mar 31, 2:41 am, david david...@gmail.com wrote: Hi rktb, Thanks for your response. Now trying to record .amr by using test_pvauthorengine

Re: Outstanding cupcake - master merge

2009-03-31 Thread rktb
Hi, Is there an issue with the sdcard not being recognized on master latest? From the log also, I see the mediascanner service scan only the internal directory. I don't see the external directory. yend...@yendurid630:~/oha_android$ grep MediaScanner /tmp/loge.txt 03-31 03:12:09.977 579 579

Re: OpenCORE :: Running streaming test cases

2009-03-31 Thread rktb
Google has acknowledged that there is a known issue with emulator and RTSP streaming. There have been various attempts by folks to get this working, but only a few have been successful. For instance, I can do RTSP streaming from my emulator when I am on a particular network. But, with the same

Re: Outstanding cupcake - master merge

2009-03-31 Thread rktb
configuration. I've filedhttp://b.android.com/2335 JBQ On Tue, Mar 31, 2009 at 3:38 AM, rktb yend...@pv.com wrote: Hi, Is there an issue with the sdcard not being recognized on master latest? From the log also, I see the mediascanner service scan only the internal directory. I don't

Re: Outstanding cupcake - master merge

2009-03-31 Thread rktb
/Gerrit#change,9447 https://review.source.android.com/Gerrit#change,9448 -Ravi On Mar 31, 10:15 am, rktb yend...@pv.com wrote: Thanks JBQ. Got around it. -Ravi On Mar 31, 4:55 am, Jean-Baptiste Queru j...@android.com wrote: Yes, I think it's broken, both on cupcake and master. My understand

Re: Announcing OpenCORE 2.1 release

2009-03-31 Thread rktb
file again. Is that what you intend to do? -Ravi On Mar 31, 7:03 pm, david 1 david...@gmail.com wrote: many thanks for your quick reply anyway and being anxious for your further info. david 2009/3/31 rktb yend...@pv.com hmm... this is unfamiliar territory. and I can't find it either :). I

Re: opencore build failure in oscl_file_async_read.cpp

2009-03-26 Thread rktb
When it is fixed, everybody will be made aware. -Ravi On Mar 26, 7:58 am, archan.paul paularc...@gmail.com wrote: The problem still persists in master (as of 26mar2009). A small fix should work .. diff --git a/oscl/oscl/osclio/src/oscl_file_native.h b/oscl/oscl/

Re: How to add a .so library to prelink map?

2009-03-26 Thread rktb
is open? 2009/3/26 rktb yend...@pv.com At the top of the prelink map file, you will see the address range for all prelinked libraries: # 0xA000 - 0xBFFF Prelinked System Libraries So, you need to look for open spaces in this region and provide an address for your library. -Ravi

Re: How to add a .so library to prelink map?

2009-03-26 Thread rktb
As far as I understand, there isn't a yes or no answer for this. Only exception is that when you are submitting a change to OHA, no libraries should be mentioned in the prelink map file, if the library is not part of the OHA. I think of the following 2 simple points before deciding whether or

Re: How to add a .so library to prelink map?

2009-03-25 Thread rktb
At the top of the prelink map file, you will see the address range for all prelinked libraries: # 0xA000 - 0xBFFF Prelinked System Libraries So, you need to look for open spaces in this region and provide an address for your library. -Ravi On Mar 25, 1:30 am, hengli cui

Re: Build OpenCORE outside of Android

2009-03-25 Thread rktb
===­== But the test_player_openplaystop_audio_adts_audio.dat hardly has any data ( 1 Kb ) ? What should be inferred ? Regards, Sonal On Mar 25, 8:42 am, rktb yend...@pv.com wrote: They are enabled by default. You should see them in the working directory as .dat files

Re: Announcing OpenCORE 2.1 release

2009-03-24 Thread rktb
This is NOT a problem introduced by PV. This is a cupcake - master integration issue. When you are working off a development branch, it is but natural sometimes for the build to be unstable. There was a warning given out ahead of time. Note that just because the tree *builds* is not a good way

Re: Build OpenCORE outside of Android

2009-03-24 Thread rktb
dumps ? On Jan 30, 7:19 am, rktb yend...@pv.com wrote: What you did was to buildpvplayer_engine_testoutside of Android, i.e., built using the native linux toolchain. Such an executable *cannot* be run on the emulator which is arm based. To run an executable on the emulator/device

Re: Announcing OpenCORE 2.1 release

2009-03-23 Thread rktb
no sense where I should start to handle this issue. As you mentioned, does ADIF or ADTS suffice? Could you please specify more detail? THANKS. 2009/3/23 rktb yend...@pv.com AAC can be composed in two ways. (i) In a mp4 container, which then uses mp4 composer. And, (ii) as ADIF or ADTS format

Re: OpenCORE :: Query about parser and OMX component

2009-03-23 Thread rktb
duties. The goal is to always come up with a generic implementation, but we are not there yet. We are constantly looking at new OMX component implementations and trying to integrate them with our framework. Thanks APT On Sat, Mar 21, 2009 at 11:17 PM, rktb yend...@pv.com wrote: Take a look

Re: How to dump OmxComponentBase from PV Logger

2009-03-23 Thread rktb
for the OMX component thread, I guess a separate PV Logger should be created during OMX component thread initialization. Could you tell me where the OMX component thread is created by PV Author, e.g. H.264 encoder? Thanks On Mar 23, 11:32 am, rktb yend...@pv.com wrote: If I remember correctly

Re: How to dump OmxComponentBase from PV Logger

2009-03-22 Thread rktb
If I remember correctly, we have a bug open for this internally. We are not able to log the components that are in a separate thread. And hence the issue that you are seeing. I will check on the status and let you know. As a quick workaround, you can convert all the PVLOGGER statements in the

Re: Announcing OpenCORE 2.1 release

2009-03-21 Thread rktb
fyi...2.1 release was renamed 2.01. And, there is an update to that release as well, i.e., we are now at OpenCORE 2.02. The latest using repo sync would get you 2.02. -Ravi On Mar 21, 1:50 am, david david...@gmail.com wrote: Hi, I'm a newbie on Android OpenCore. And now I got the OpenCore

Re: OpenCORE :: Query about parser and OMX component

2009-03-21 Thread rktb
? Its kinda imp as I am trying to generalize the implementation as much as possible. Thanks APT On Sat, Mar 21, 2009 at 1:15 PM, rktb yend...@pv.com wrote: We should remember that the mp3 frames can be totally disjoint. So, configuring the decoder with one set of parameters seems

Re: integrate OMX core in 2.0

2009-03-19 Thread rktb
. It is because of the macro LOCAL_STATIC_LIBRARIES... I am now using LOCAL_WHOLE_STATIC_LIBRARIES instead. Thanks. On Wed, Mar 11, 2009 at 9:11 PM, rktb yend...@pv.com wrote: Which toolchain are your static libraries built from? On Mar 10, 9:15 pm, Andy Quan androidr...@gmail.com wrote: Hi

Re: Outstanding cupcake - master merge

2009-03-18 Thread rktb
Thanks for the heads-up JBQ. -Ravi On Mar 17, 8:35 pm, Jean-Baptiste Queru j...@android.com wrote: [bcc android-platform, android-framework, android-porting] I'm working on merging the latest cupcake code drop into master. The task is quite hairy, so the following two guidelines probably

Re: is there any way to print log in webkit native code ?

2009-03-16 Thread rktb
=d9ca131b64fcc3d1774068dcf6a5e34d05782a3f;hb=master -Ravi On Mar 16, 12:35 am, vincent Kor kor.vinc...@gmail.com wrote: Could you please help to explain in more detail ?  Have you ever tried that? Thanks Vincent On Mon, Mar 16, 2009 at 12:12 PM, rktb yend...@pv.com wrote: Hi, Did you try logcat? -Ravi On Mar 15, 10

Re: SoundRecorder app breaks in MediaRecorder.prepare()

2009-03-16 Thread rktb
Which codebase are you looking at? -Ravi On Mar 16, 3:59 am, waterblood guoyin.c...@gmail.com wrote: I also get the same failed error code in prepare. I trace the cause is in PVMFOMXEncNode::NegotiateAudioComponentParameters(), that output channels number is be set to 10 in a former calling.

Re: Threading priority in Open MAX components.

2009-03-16 Thread rktb
The OMX components are tied to the OMX core. It is the core responsibility to either launch a separate thread (and also assign the thread priority) or run them in the same thread. For the OpenCORE framework, i.e., the PV OMX core, currently, there is no way to explicitly mention the thread

Re: is there any way to print log in webkit native code ?

2009-03-16 Thread rktb
Missed the most important part ... To get the logs, you would need to issue and adb command ... adb logcat On Mar 16, 8:37 am, rktb yend...@pv.com wrote: printing to the console will probably not work unless your code is running as root. Android provides an easy way of obtaining logs through

Re: error: EmojiFactory.h: No such file or directory

2009-03-16 Thread rktb
http://android.git.kernel.org/?p=platform/frameworks/opt/emoji.git;a=tree;h=refs/heads/cupcake;hb=cupcake On Mar 16, 9:20 am, /dev/null mmm...@gmail.com wrote: Trying to build cupcake. Synchronized all repositories today. When building frameworks/base/core/jni/android_emoji_EmojiFactory.cpp it

Re: About threads in a service process

2009-03-16 Thread rktb
to the caller across the binder. It is possible for multiple worker threads to be concurrent within the server process acting on behalf of different clients, and perhaps even different threads of the same client. On Mar 14, 8:09 pm, rktb yend...@pv.com wrote: Thanks Dianne. I think I am missing

Re: is there any way to print log in webkit native code ?

2009-03-15 Thread rktb
Hi, Did you try logcat? -Ravi On Mar 15, 10:35 pm, vincent Kor kor.vinc...@gmail.com wrote: Hi All:     is there any way to print log in webkit native code??  I used printf but it can't be displayed in the console and there is nothing in DDMS also. Thanks a lot Vincent

Re: About threads in a service process

2009-03-14 Thread rktb
, Mar 14, 2009 at 6:34 AM, rktb yend...@pv.com wrote: But, these threads don't run concurrently...right? I am trying to understand what kind of precautions the native library needs to take in the case of multiple threads. -Ravi On Mar 14, 3:49 am, Freepine freep...@gmail.com wrote

Re: About threads in a service process

2009-03-14 Thread rktb
Another article about threads and binders: http://www.angryredplanet.com/~hackbod/openbinder/docs/html/BinderThreading.html On Mar 14, 10:09 pm, rktb yend...@pv.com wrote: Thanks Dianne. I think I am missing something very basic here. Please help me out. The way I understand it, atleast

Re: How to set the video display to the horizon or vertical of display panel in video playing

2009-03-13 Thread rktb
You should be able to use the orientation attribute in the linear layout of your AndroidManifest.xml. -Ravi On Mar 13, 12:37 am, waterblood guoyin.c...@gmail.com wrote: Hi All,     We want change our video displaying direction when we use Gallery or video playing in Android. But cannot find

Re: integrate OMX core in 2.0

2009-03-11 Thread rktb
Which toolchain are your static libraries built from? On Mar 10, 9:15 pm, Andy Quan androidr...@gmail.com wrote: Hi, I am working on OMX core integration in 2.0 framework. I have used static link before 2.0 release with exactly the same core and IL libs inside the framework and they have

Re: Build OpenCORE outside of Android

2009-03-11 Thread rktb
, rktb yend...@pv.com wrote: Android and host linux are two different environments. You cannot build on one of these and expect it to run on the other. Since there is enough confusion, I am inclined towards removing support to build OpenCORE outside of Android. -Ravi On Mar 11, 6:52 am

Re: Questions to enhance/replace Android GNU tool chains

2009-03-10 Thread rktb
You might want to use the porting mailing list: http://groups.google.com/group/android-porting?hl=en. On Mar 10, 2:56 am, Stanley Cai stanley.w@gmail.com wrote: Hi list, I am not sure if this is the right mailing list. If not, I apologize and please point me to the right one. We tried

Re: Micro Thumbnail Issue

2009-03-10 Thread rktb
If you eject the sdcard and shove it back in, isn't the unneeded thumbnail deleted? -Ravi On Mar 10, 2:33 am, a18...@email.mot.com a18...@email.mot.com wrote: In Android cupcake release, both image and video support micro thumbnail (96*96), and micro thumbnails are stored in one database

Re: How to add 3rd party library

2009-03-09 Thread rktb
You can try the following: In build/core/multi_prebuilt.mk ... replace the line $(eval LOCAL_MODULE := $(basename $(t))) \ with $(eval LOCAL_MODULE := $(basename $(notdir $(t \ -Ravi On Mar 9, 8:32 pm, Girish htgir...@gmail.com wrote: Hi, Facing a problem when my 3rd party .so are

Re: Announcing OpenCORE 2.1 release

2009-03-08 Thread rktb
On Mar 8, 11:11 pm, sonal sonal.aqua.gu...@gmail.com wrote: Hi Greg, In the OMX core integration guide, there are some test harness suites mentioned for OMX core. But I cannot locate those directories at ../codecs_v2/omx/omx_testapp/ Could you please send the link where I can see these

Re: WMV codec question

2009-03-06 Thread rktb
wmv 9 for HW OMX codec? ~ wei On 1月8日, 下午5時24分, rktb yend...@pv.com wrote: Ok. The ASF parser should then be able to support your OMX codec. -Ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups android

Re: WMV codec question

2009-03-06 Thread rktb
) that mean not supported. On Jan 8, 7:18 pm, Wei twc0...@gmail.com wrote: okay, the ASF parser need to license, is that correct? And theVC-1can not compatibly with wmv7 8, Is the parser supoort to separate to wmv 7/8 wmv 9 for HW OMX codec? ~ wei On 1月8日, 下午5時24分, rktb yend...@pv.com

Re: facing problem in PVInitVideoEncoder

2009-03-03 Thread rktb
The structure VideoEncOptions in file external/opencore/codecs_v2/ video/m4v_h263/enc/include/mp4enc_api.h lists all the parameters accepted. As an example, you can look at what omx wrapper for the m4v encoder does before initializing the codec: File:

Re: Announcing OpenCORE 2.1 release

2009-03-03 Thread rktb
In OpenCORE 2.0, the wrapper component was available. In OpenCORE 2.1, required modifications in the author engine, omx encoder node, and composer nodes to make use of an aac encoder have been provided. So, anybody interested to plugin an AAC encoder can do so via the framework. I don't think

Re: How automatically install a 3rd-party static lib or so in Android.mk

2009-03-01 Thread rktb
. Thanks Regards On Feb 17, 12:46 am, rktb yend...@pv.com wrote: include $(BUILD_MULTI_PREBUILT) does NOT link the libraries against any other components. It is just pushing the libraries to the out folder in the correct location to be picked up before

Re: OpenCORE capability

2009-03-01 Thread rktb
androidr...@gmail.com wrote: I see... shall be looking forward to that:) On Tue, Feb 24, 2009 at 9:46 PM, rktb yend...@pv.com wrote: Hi, Yes, I agree that OpenCORE might not be supporting various media formats. However, the framework is out in the open for anyone to add new

Re: Announcing OpenCORE 2.1 release

2009-03-01 Thread rktb
It would be nice ... but I don't think it is going to happen :-). I will let Greg comment on his opinion. -Ravi On Mar 1, 6:37 pm, Girish htgir...@gmail.com wrote: Hi Ravi and Greg, It would be great if OSCL for win32 platform can be made available. and building the same for WIN32 platform.

Re: need to have trace from mediaplayer to opencore

2009-03-01 Thread rktb
as mentioned enabling the logs in the files mentioned will help in getting the logs.But where are this file and how come changing in these files will effect the emulator?? On Sat, Feb 28, 2009 at 1:21 PM, rktb yend...@pv.com wrote: By running a media file ... ? On Feb 27, 9:56 pm, arindam

Re: need to have trace from mediaplayer to opencore

2009-03-01 Thread rktb
Yes. On Mar 1, 11:45 pm, arindam das das.ar...@gmail.com wrote: thanks for the reply it was really help fully.I have 1 question is it possible to run emulator on open source?? On Mon, Mar 2, 2009 at 10:55 AM, rktb yend...@pv.com wrote: Are you using the opensource code or the developers

Re: How automatically install a 3rd-party static lib or so in Android.mk

2009-03-01 Thread rktb
something wrong or I have missed out some step. Thanks, Yogi On Mar 1, 8:56 pm, rktb yend...@pv.com wrote: Sorry...I did not get your question in here. Can you rephrase? -Ravi On Mar 1, 1:13 am, Yogi yogesh.agrawal2...@gmail.com wrote: Hi All, I have integrated our own openmax core

Re: need to have trace from mediaplayer to opencore

2009-03-01 Thread rktb
that??I that while emulator should i load the kernel image built for the actual board.? On Mon, Mar 2, 2009 at 11:31 AM, rktb yend...@pv.com wrote: Yes. On Mar 1, 11:45 pm, arindam das das.ar...@gmail.com wrote: thanks for the reply it was really help fully.I have 1 question

Re: Test FrameWork

2009-02-27 Thread rktb
If you are running the player engine unit test logs, you would find them in a file named player.log in the cwd of the emulator. As an example adb shell cd /sdcard;pvplayer_engine_test -test 803 803 -source test.mp4 -logfile -logall ...this will dump the logfile in /sdcard/player.log. -Ravi

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

2009-02-27 Thread rktb
for your response On 2月24日, 下午9時13分, rktb yend...@pv.com wrote: Hi, There is no special concern in supporting mp3 in mp4. It has not been done yet. OpenCORE currently supports 3gpp fileformats in it's mp4 parser. -Ravi On Feb 23, 7:10 am, Andy Quan androidr...@gmail.com wrote

Re: How to test the openCORE on Android Emulator

2009-02-27 Thread rktb
I am confused. In the first post you said that you are trying to integrate your codec, and now you are saying that you are trying to integrate your own media framework. Pick one :-) -Ravi On Feb 27, 2:32 am, vishy s vishy.s1...@gmail.com wrote: Is there some one who can give more details on

Re: Linking failure for libmedia

2009-02-27 Thread rktb
);     m_pPlayer-prepareAsync(); My library code is present in /external I  think in /external, libmedia references are not found. Any idea what is the problem? Thanks Regards, Nikhil On Feb 27, 7:29 pm, rktb yend...@pv.com wrote: Please show us the snippet of code... On Feb 27, 5:47 am, Nikhil

Re: Linking failure for libmedia

2009-02-27 Thread rktb
Ok. I guess you have to share the complete sourcefile + makefile for us to be of further help. -Ravi On Feb 27, 9:15 am, Nikhil nikhi...@gmail.com wrote: yes, I have included mediaplayer.h which is present in frameworks\base \include\media On Feb 27, 7:49 pm, rktb yend...@pv.com wrote

Re: buffer passing in opencore/omx

2009-02-25 Thread rktb
Sorry. I don't have enough details to share yet. -Ravi On Feb 24, 1:52 pm, mahamannu mahama...@gmail.com wrote: Hi Ravi Just wondering if there are any updates on this issue. Where can we expect to see the discussion details? thanks Manish On Feb 11, 6:23 am, rktb yend...@pv.com wrote

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

2009-02-24 Thread rktb
mean whether there are any legal issues or is this simply a technical issue? It seems MP3 held by MP4 is not a corner case. On Sat, Feb 14, 2009 at 12:15 AM, rktb yend...@pv.com wrote: On Feb 13, 4:34 am, Lucien loisen0...@gmail.com wrote: Dear all :          I have some problems

Re: OpenCORE capability

2009-02-24 Thread rktb
Hi, Yes, I agree that OpenCORE might not be supporting various media formats. However, the framework is out in the open for anyone to add new modules/support. We are trying to furnish more documentation to ease the contributor's work. We definitely would appreciate feedback or reasonable

Re: Questions about useMemoryAllocators and video frame dropping in Opencore

2009-02-20 Thread rktb
mSurface-registerBuffers() calling in Android_surface_output.cpp. I only see PIXEL_FORMAT_YCbCr_420_SP and PIXEL_FORMAT_RGB_565 as input parameter in registerBuffers().  are they the only format supported by surface? Thanks On Feb 20, 2:39 pm, rktb yend...@pv.com wrote: http://groups.google.com

Re: Questions about useMemoryAllocators and video frame dropping in Opencore

2009-02-19 Thread rktb
On Feb 19, 7:57 pm, waterblood guoyin.c...@gmail.com wrote: Hi All,    I have below two questions about opencore: 1. useMemoryAllocators has been defined in several places, just as AndroidSurfaceOutput and AndroidAudioInput. But cannot find any place where it be called. I just wonder

Re: Enabling PV logging in Opencore2.0

2009-02-18 Thread rktb
http://groups.google.com/group/android-framework/search?group=android-frameworkq=loggingqt_g=Search+this+group On Feb 18, 11:30 am, Nima sayikuma...@gmail.com wrote: To enable pv logs,pv_logger.h and thread_init.cpp have been modified in opencore1.0.But in opencore2.0 the #if 0 is missing in

Re: Why use IMediaPlayerService to createMediaRecorder

2009-02-18 Thread rktb
callback  can't be used , we must use a client for callback. On Feb 19, 1:56 am, rktb yend...@pv.com wrote: Hi, What is the difference between the create methods of player and recorder? virtual spIMediaRecorder  createMediaRecorder(pid_t pid) = 0; and virtual spIMediaPlayer

Re: Reg. MIO support / Tunneled mode support in PV opencore

2009-02-16 Thread rktb
to pass data out through the mediaoutputnode, by making your MIO accept compressed data. Thanks Jagan On Mon, Feb 16, 2009 at 6:46 AM, rktb yend...@pv.com wrote: Hi, I don't think we have a direct support for tunneling in OpenCORE 2.0. There may be ways to achieve it with some mods

Re: How automatically install a 3rd-party static lib or so in Android.mk

2009-02-16 Thread rktb
know the usecase. -Ravi On Feb 16, 11:26 am, Nima sayikuma...@gmail.com wrote: whether the same procedure can be applied for linking a share library? Where the 3rd party library can be placed in PV frame work? On Feb 16, 7:31 pm, rktb yend...@pv.com wrote: Please try include

Re: seek operation during multimedia playback - opencore

2009-02-15 Thread rktb
or reverse, most of the time video freezes and takes around 3-4 secs to come up, which is unacceptable. Is it the issue with application or the engine or is it some scheduling issue. Do the source node needs to inform something to the engine. On Feb 14, 7:48 pm, rktb yend...@pv.com wrote: Please

Re: android-framework [Split the Android screen into two parts and run 2 applications simultaneously on both screen]

2009-02-14 Thread rktb
http://source.android.com/roadmap On Feb 15, 12:40 am, Saroj (सरोज) saroj...@gmail.com wrote: hello, what is IMF ? On Sun, Feb 15, 2009 at 12:07 PM, Paranoia zheny...@gmail.com wrote: maybe you can refer to IMF? On Feb 15, 12:49 pm, saroj saroj...@gmail.com wrote: Hello all,

Re: MP4 file open error

2009-02-13 Thread rktb
capability that we want the codec vendor to provide. I call mp4 fileformat as a container :-) On 2/13/09, rktb yend...@pv.com wrote: Hi Andy, Your expectation is correct. But, there is a small deviation. Once the parser succeeds in parsing data, config data is passed to the OMX decoder node

Re: OMX Shared Library intergration to Opencore 2.0

2009-02-13 Thread rktb
http://android.git.kernel.org/?p=platform/external/opencore.git;a=blob_plain;f=doc/omx_core_integration_guide.pdf;hb=master http://groups.google.com/group/android-framework/browse_thread/thread/92e10684c6f09e16/36c77a281d252289?hl On Feb 13, 3:49 am, Nima sayikuma...@gmail.com wrote: Can

Re: How to merge aac recognizer to Cupcake

2009-02-13 Thread rktb
, can you provide me a correct one ? Thanks Best Regards, Lucien On 2月13日, 上午10時42分, rktb yend...@pv.com wrote: Hmmm...not anything that I am aware of. Can you share the AAC+ content so that I can take a look? -Ravi On Feb 12, 8:25 pm, Lucien loisen0...@gmail.com wrote

Re: How to get uncompressed sound(uncompressed MP3) data in Android framework

2009-02-13 Thread rktb
We can all delete our own messages ... or just let the thread die. On Feb 13, 8:04 am, Freepine freep...@gmail.com wrote: Ah? Then how to remove a thread?I know it's off-topic, just curious:) On Fri, Feb 13, 2009 at 9:58 PM, rktb yend...@pv.com wrote: Looks like the OP removed the thread

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

2009-02-13 Thread rktb
On Feb 13, 4:34 am, Lucien loisen0...@gmail.com wrote: Dear all :          I have some problems to consult         First,         Can music player list a music file with amr-wb codec in 3gp file         format ?         I have tried to push a test file(only audio with amr-wb codec in

Re: MP4 file open error

2009-02-12 Thread rktb
Can you provide us the actual content that you are using so it is easier to see what is going wrong instead of speculating? What log did you trace? Can you share that log? -Ravi On Feb 12, 8:05 am, Andy Quan androidr...@gmail.com wrote: Dave, I have it tested both on real arm hardware and

Re: How to merge aac recognizer to Cupcake

2009-02-12 Thread rktb
Good job. On Feb 12, 6:39 am, Lucien loisen0...@gmail.com wrote: Dear all Thanks for your help !! After I register AAC recognizer to the registry. I can play .aac file now On 2月11日, 下午8時38分, rktb yend...@pv.com wrote: Hi Lucien, So far so good. Next

Re: Using Opencore from console appl

2009-02-12 Thread rktb
As a sidenote, if you are attempting to access and assess only OpenCORE through a command line console app., maybe you could use the pvplayer_engine test app. [[http://android.git.kernel.org/?p=platform/ external/opencore.git;a=blob_plain;f=quick_start.txt;hb=master]] -Ravi On Feb 12, 12:52 am,

Re: MP4 file open error

2009-02-12 Thread rktb
( 31): PVMFInfoErrorHandlingComplete I/ActivityManager( 44): Displayed activity com.android.music/.MovieView: 236 ms E/MediaPlayer( 171): Error (-1,0) D/VideoView( 171): Error: -1,0 On 2/12/09, rktb yend...@pv.com wrote: Can you provide us the actual content that you are using so

Re: Android services

2009-02-12 Thread rktb
Thanks Dianne. We will try to put together the pieces and get back with more concrete questions. -Ravi On Feb 11, 6:24 pm, Dianne Hackborn hack...@android.com wrote: On Wed, Feb 11, 2009 at 1:43 PM, rktb yend...@pv.com wrote: addService from Java: Next, I tried to read how services

Re: How to control the video display size now?

2009-02-12 Thread rktb
I think the MovieView.java has been moved to Camera app...if that's what you are looking for. Please refer http://groups.google.com/group/android-platform/browse_thread/thread/2cbc1c804cd67fe1/62ae3630f03a1a41?#62ae3630f03a1a41 for discussion about setting video display size. -Ravi On Feb 12,

Re: How to control the video display size now?

2009-02-12 Thread rktb
MovieView.java has been moved to Camera app. David gave some details about setting video display size in http://groups.google.com/group/android-platform/browse_thread/thread/2cbc1c804cd67fe1/62ae3630f03a1a41?#62ae3630f03a1a41. -Ravi On Feb 12, 2:28 pm, hanchao3c hancha...@gmail.com wrote: I

Re: MP4 file open error

2009-02-12 Thread rktb
acknowledge this issue. We are trying to come up with more meaningful errors in future versions. Many thanks again for your help! -- Thanks, Andy On 2/13/09, rktb yend...@pv.com wrote: It looks like the clip is not simple profile and that's the reason we reject it. -Ravi On Feb 12, 9:41

Re: How to merge aac recognizer to Cupcake

2009-02-11 Thread rktb
Hi Lucien, So far so good. Next, you would need to add this recognizer to the registry. Please look at http://android.git.kernel.org/?p=platform/external/opencore.git;a=blob;f=engines/player/config/linux_nj/pv_player_node_registry.cpp;h=787f731a66d879c82d7ea276af54dffea00cf4c1;hb=cupcake to see

Re: buffer passing in opencore/omx

2009-02-11 Thread rktb
Hi, We are aware of this usecase and are currently having discussions on the same. We would be posting more details in the days to come. -Ravi On Feb 11, 8:02 am, hdandroid hdandr...@gmail.com wrote: I want to force a parser (say MP3) in opencore to use the buffer allocated by OMX (MP3)

Android services

2009-02-11 Thread rktb
Hi, I am trying to understand the process of launching a service at system init and during runtime. I read through the various posts and the following is what I understood so far: During system init: - At system init, we read the init.rc file and add a bunch of services with a particular

Re: How to add 3rd party library

2009-02-10 Thread rktb
Can you please post the exact contents of your makefile ? -Ravi On Feb 10, 2:00 am, John Cola jt...@marvell.com wrote: Hi rktb I follow your method and encounter the following error Can you help me? LOCAL_BUILT_MODULE and LOCAL_INSTALLED_MODULE must not be defined by component makefiles

Re: How to add 3rd party library

2009-02-08 Thread rktb
I don't think you can have include $(BUILD_MULTI_PREBUILT) and include $(BUILD_EXECUTABLE) without having a include $(CLEAR_VARS) in between. Please look at the example that I have shown earlier and try that out. -Ravi On Feb 8, 8:54 pm, Girish htgir...@gmail.com wrote: Hi Ravi and Joe thanks

Re: How to add 3rd party library

2009-02-08 Thread rktb
LOCAL_PATH := $(my-dir) should be LOCAL_PATH := $(call my-dir) On Feb 8, 9:22 pm, Girish htgir...@gmail.com wrote: Hi Ravi and Dianne, I followed the steps told by Ravi LOCAL_PATH := $(my-dir) LOCAL_PREBUILT_LIBS := libmylibrary1.so libmylibrary2.so libmylibrary3.so include

Re: How to add 3rd party library

2009-02-08 Thread rktb
Here you go...I verified that this works. ** LOCAL_PATH := $(call my-dir) MY_LOCAL_PATH := $(LOCAL_PATH) include $(CLEAR_VARS) LOCAL_PREBUILT_LIBS := libabc.so include $(BUILD_MULTI_PREBUILT) LOCAL_PATH := $(MY_LOCAL_PATH) include $(CLEAR_VARS)

Re: How to add 3rd party library

2009-02-07 Thread rktb
Where did you add libmylibrary1.so, libmylibrary2.so, and libmylibrary3.so in the tree? fyi...you don't need LOCAL_PRELINK_MODULE := false in the makefile of your executable. This is already taken care of in the rules. -Ravi On Feb 7, 3:32 am, Girish htgir...@gmail.com wrote: Hi, I want to

Re: How to add 3rd party library

2009-02-07 Thread rktb
, 9:46 pm, rktb yend...@pv.com wrote: Where did you add libmylibrary1.so, libmylibrary2.so, and libmylibrary3.so in the tree? fyi...you don't need LOCAL_PRELINK_MODULE := false in the makefile of your executable. This is already taken care of in the rules. -Ravi On Feb 7, 3:32 am

Re: adding new nodes

2009-02-06 Thread rktb
Hi, Before adding a new node, do you understand how existing nodes work, i.e., what is the call flow between the nodes and within? If so, you could pick which engine to use, i.e., player, author, or 2way. Once you know which engine to use, you would know which media input/output component you

Re: adding new nodes

2009-02-06 Thread rktb
and sending data outside. Is this feasible with the current nodes. If not, i might have to write mio interface to interact with the platform to send the data out. So now, how will i use my player engine to build a graph for this scenario based on the input? Hope am clear :) On Feb 6, 6:11 pm, rktb

Re: how to put OMX audio decoder in IDLE strate at the end of playback

2009-02-05 Thread rktb
I see what you are referring to. But, I think moving the component to PAUSE state might be preferable. First of all, where does this Pause come from? The PVPlayerEngine, at the end of a playback of content, drives the engine to a Paused state. This reduces the start up time if a same clip is

Re: Logging OpenCore through logcat

2009-02-03 Thread rktb
I would prefer not mixing the SDK build and the opensource build. The following should work: android-root$ source build/envsetup.sh android-root$ lunch 1 android-root$ make clean android-root$ make -j ENABLE_PV_LOGGING=1 android-root$ emulator adb logcat -Ravi On Feb 3, 7:11 pm, RCP2278

Re: Logging OpenCore through logcat

2009-01-30 Thread rktb
You need to build the OpenCORE code with the macro ENABLE_PV_LOGGING. Try this .. rm -rf out/target/product/generic/obj/include/libpv make -j ENABLE_PV_LOGGING=1 And, then follow your steps 1 to 5. -Ravi On Jan 31, 7:12 am, RCP2278 rcp2...@gmail.com wrote: Hi, I'm trying to capture some

Re: Build OpenCORE outside of Android

2009-01-28 Thread rktb
Please sync to the latest. This has hence been fixed. Also, please note that the updated build steps are described in external/opencore/quick_start.txt. -Ravi On Jan 29, 5:09 am, rcp2...@gmail.com rcp2...@gmail.com wrote: Hi, I'm new here and I saw this thread on how to build opencore

Re: Toolchain for emulator ?

2009-01-20 Thread rktb
Do a make -j showcommands. That will show the toolchain being used. prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/arm-eabi-g++ -Ravi On Jan 20, 1:25 pm, vincent Kor kor.vinc...@gmail.com wrote: Hi, All: Could you please help to tell me which toolchain is selected for compiling the

Re: how to display my own RGB data into screen ?

2009-01-20 Thread rktb
You can call use Surface. frameworks/base/include/ui/Surface.h: On Jan 21, 11:54 am, srini amul srinia...@yahoo.com wrote: Hi, I would like to know how to display my own RGB raw data into screen ?   Thanks Regards, P.Sriniamul       Add more friends to your messenger and enjoy! Go

  1   2   >