Hi,

Can some help me with the query ?

Regards
Girish

On Sep 27, 2:51 pm, Girish <[email protected]> wrote:
> Dear all,
>
> Is it possible to tap the composed data which is given to framebuffer
> at android framework level ? In which format it will be RGB565 ?
>
> I tried doing the same at
>
> FramebufferNativeWindow.cpp -> int
> FramebufferNativeWindow::queueBuffer(ANativeWindow*
> window,android_native_buffer_t* buffer)
> {
> int res = fb->post(fb, handle);
> fwrite(handle, sizeof(char),fb->width*fb->height*3/2 ,fpRGB);
>
> }
>
> But this doesnt work.
>
> Regards
> Girish

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to