Linux kernel Include files

2009-07-31 Thread Nima
Hi, We are trying to call the linux kernel APIs enable_irq(), disable_irq () etc directly from the opencore/codecs_v2/video/dec/src .There are lot many compilation errors getting listed. We would like to know whether kernel APIs can be directly called from Opencore??? Has anybody tried like

Re: Linux kernel Include files

2009-07-31 Thread Nima
Please suggest a solution On Jul 31, 4:46 pm, Jean-Baptiste Queru j...@android.com wrote: You can't make function calls into the kernel directly from user-space. JBQ On Fri, Jul 31, 2009 at 4:30 PM, Nimasayikuma...@gmail.com wrote: Hi, We are trying to call the linux kernel APIs

HTC Magic

2009-07-10 Thread Nima
hi, We have bought new HTC Magic with the following specifications: 1.Firmware version- 1.5 2.Baseband Version - 62.52s.20.18U_3.22.20.17 3.Kernel Version- 2.6.27-cb85e129 htc-ker...@and18-2 #3 4.Build number-2.16.720.2 146733 CL#38755 release-keys Can any one please tell us whether we can

Android1.5

2009-06-05 Thread Nima
Hi, We have downloaded Android1.5(cupcabke ) source code and build for dream.After flashing the system.img there is no audio while playing any audio file. If any one has faced this issue before please help us. ThanksRegards, --~--~-~--~~~---~--~~ You received

repo sync error

2009-05-23 Thread Nima
Hi We are executing the following command to initialize repo. repo init -u git://android.git.kernel.org/platform/manifest.git -b android-1.5 Getting manifest ... from git://android.git.kernel.org/platform/manifest.git android.git.kernel.org[0: 130.239.17.12]: errno=No route to host warning:

Re: Android 1.5 and cupcake 1.5

2009-05-21 Thread Nima
On Wed, May 20, 2009 at 8:26 AM, Nima sayikuma...@gmail.com wrote: Hi,  We have downloaded the source code using the following link. repo init -u git://android.git.kernel.org/platform/manifest.git -b android-1.5  Whether this source code version is cupcake 1.5? How can we

Re: Test FrameWork

2009-03-20 Thread Nima
Hi, Kindly let us know any other flag need to be enabled in the Opencore2.0 source code for enabling PV logs while running UnitTestcases. ThanksRegards, On Mar 2, 12:18 pm, Nima sayikuma...@gmail.com wrote: Hi, Under ./adb shell if we run the following command as suggested by you cd

Tools to Check Memory Leak

2009-03-16 Thread Nima
Hi, Can anyone please suggest any tools to check memory leaks in Opencore source code. Can we check memory leaks with Valgrind tool? ThanksRegards, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups android-framework

Test FrameWork

2009-02-26 Thread Nima
Hi, We are working with Opencore2.0.we have enabled PV logging in the following way 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 MyLog.txt While running unit test cases from

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

2009-02-18 Thread Nima
as described in http://android.git.kernel.org/?p=platform/external/opencore.git;a=blo... On Feb 17, 11:37 am, Nima sayikuma...@gmail.com wrote: Hi Ravi, We have done the following to integrate our own OMX IL 1.1 Compliant Component Shared Library(.so) for Mp3 decoder to PV

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

2009-02-17 Thread Nima
and decoder sourcecode.omx_mp3 and mp3 folders are removed. 3.Android _omx_sharedlibrary.so is used as wrapper ThanksRegards, On Feb 17, 10:08 am, Nima sayikuma...@gmail.com wrote: Hi Ravi, We have our own OMX IL 1.1 Compliant Component Shared Library(.so) for Mp3 decoder. We would like

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

2009-02-17 Thread Nima
OMX core using the wrapper interface defined in omx_sharedlibrary or omx_core_plugin as described in http://android.git.kernel.org/?p=platform/external/opencore.git;a=blo... On Feb 17, 11:37 am, Nima sayikuma...@gmail.com wrote: Hi Ravi, We have done the following to integrate our own

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

2009-02-16 Thread Nima
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 $(BUILD_MULTI_PREBUILT). -Ravi On Feb 16, 6:38 am, waterblood guoyin.c...@gmail.com wrote:

ThirdParty OMX IL 1.1 Compliant Component Shared Library

2009-02-15 Thread Nima
Hi, Can anyone please tell me, where I can place the ThirdParty OMX IL 1.1 Compliant Component Shared Library(.so) in PV framework. I am using Opencore 2.0. ThanksRegards, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

OMX Shared Library intergration to Opencore 2.0

2009-02-13 Thread Nima
Can anyone please guide me to integrate OMX Shared library to Opencore 2.0 source code. Please share the steps need to be followed. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups android-framework group. To post to

Display RGB Buffer

2009-02-09 Thread Nima
Hi All, Kidly let me know where and all I need to make changes in android framework for displaying RGB565 buffer data. I have the following doubts also: 1.whether the output of video decoder is yuv420 plannar data? 2.Whether the colour conversion to RGB565 can be done immediately after the