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