>
> Hi Saurav

You can disable h/w acceleration by setting the system property

debug.sf.hw to 0.

125 // debug: disable h/w rendering
126 char property[PROPERTY_VALUE_MAX];
127* if (property_get("debug.sf.hw", property, NULL) > 0) *{
128 if (atoi(property) == 0) {
129 LOGW("H/W composition disabled");
130 attribs[2] = EGL_CONFIG_CAVEAT;
131 attribs[3] = EGL_SLOW_CONFIG;
132 }
133 }


Hope you could find the code in the
frameworks/base/*services*/*surfaceflinger*/*DisplayHardware*/*
DisplayHardware*.*cpp*
*
*
*
*
*Cheers*
*Phanirajkiran*
*m...@embeddedsoftwarelabs.com*
*8790571697.*
*
*
*
*
*
*
*
*

On Mon, Nov 14, 2011 at 4:56 PM, Saurav <kr1.sau...@gmail.com> wrote:

>
> Hi fellows,
>>
>> Is there any way to disable the hardware overlay in android phones and do
>> the rendering of videos as is it done for other applications using
>> framebuffer.  I have source code of GingerBread but not sure how to go
>> about it. Any idea or clue will be of uttermost help !!
>>
>>
>> Thanks
>>
>> Saurav
>>
>
>  --
> unsubscribe: android-porting+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-porting
>

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to