No ETA and definitely not for Donut.
On Tue, Apr 28, 2009 at 9:34 PM, mailandroid wrote:
>
> Thanks for immediate response. any idea when this will be done? Can we
> expect the support in Donut releases?
>
> On Apr 29, 9:28 am, Romain Guy wrote:
>> The OpenGL backend for Skia is not supported a
\hardware\libhardware\libhardware\modules\overlay has a interface
overlay_setPositiion to set position of overlay engine. But it seems
this interface doesn't expose to application to set up overlay
position. Is there any way for application to set up overlay position?
Thanks
Jill
--~--~-~
Thanks for immediate response. any idea when this will be done? Can we
expect the support in Donut releases?
On Apr 29, 9:28 am, Romain Guy wrote:
> The OpenGL backend for Skia is not supported and not enabled.
>
> On Tue, Apr 28, 2009 at 9:27 PM, mailandroid wrote:
>
> > Hi,
>
> > Could anyone
The OpenGL backend for Skia is not supported and not enabled.
On Tue, Apr 28, 2009 at 9:27 PM, mailandroid wrote:
>
> Hi,
>
> Could anyone explain me how skia OpenGL backend works?
>
> SkCanvas is the drawing context for Skia. How and When SkGLCanvas gets
> invoked? On what parameter drawing get
Hi,
Could anyone explain me how skia OpenGL backend works?
SkCanvas is the drawing context for Skia. How and When SkGLCanvas gets
invoked? On what parameter drawing gets diverted to OpenGL form? Does
application has to set some parameter?
thanks and regards
--~--~-~--~~~
If you are adding this to a Binder interface, you can write it as output
parameters -- marshall the results into the reply, and unmarshall them into
the int pointers on the other side. You can try writing an .aidl interface
with these as [out]int and look at the generated Java code to get an idea
Hi, Ajay
But how to set position of overlay with current overlay interface.
Regards
Jill
On Mar 24, 12:33 pm, AJAY wrote:
> You are correct. The current android_surface_output.cpp doesnt have
> any Overlay implementation . However you can check the TI
> implementation at omap-zoom site
>
> Here
Hi al,
Is any simple way to test omx encoder(audio) component in opencore
2.0?
Is anybody has try to test new omx encoder component ?
Thx!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"android-framewor
There isn't a method currently to return that, but you could do
something like this:
long getDbSize(SQLiteDatabase db) {
return db.getPageSize() * DatabaseUtils.longForQuery(db, "PRAGMA
page_count;", null);
}
-Jeff
On Wed, Apr 22, 2009 at 5:59 PM, Kalki wrote:
>
> Hi ,
>
> I have created a
Hi Simantini
There is no HID support from the framework yet in the latest Android
release, though Bluez supports it and the files you are referring to
are in bluez.
Thanks
On Apr 28, 4:13 am, Simantini Bhattacharya
wrote:
> Hi,
> Had a couple of queries regarding HID support on latest Androi
If you are attending this years Google I/O Developers Conference you
can connect with others attending here:
http://droidin.com/events/google-io-developers
I thought it would be good to keep in-touch with the attendees before
and after the conference.
If you are attending, what do you plan on g
Hi,
Had a couple of queries regarding HID support on latest Android release
1) What is the HID version implemented on latest Android .
2)Does Android provide support for the phone to be a HID host as well as HID
device .
3)I had a preliminary glance at the donut code and saw a couple of files
like
Hi @ all.
Is it possible to add a pdf version of the android documentation?
The htlm is useful for take a look, but for study the framework (that
is what I want to do) a pdf version could be more useful.
Is it possbile?
Thx
Max
--~--~-~--~~~---~--~~
You receive
Hi,
I am trying to play a 3gp video from the network URL but it doesn't
play and throws the following exception:
04-28 16:17:13.973: ERROR/VideoPlayer(821): error: Prepare failed.:
status=0xFFF6
04-28 16:17:13.973: ERROR/VideoPlayer(821): java.io.IOException:
Prepare failed.: status=0xFF
Hi All,
I just want to add a simple api into current Android framework's
Interface. The API looks like as below:
status_t getDestRect(int *left,int*right,int*top,int*bottom,int
*rot);
in which int *left,int*right,int*top,int*bottom,int *rot works as
output parameters.
I checked some imple
15 matches
Mail list logo