Hi All,

I have ported the android environment on my board (ARM9). I am able to play
the video using PV player.
I have a specific IP to perform color space conversion. Now in playback case
after decoding I am able to convert the YUV output from s/w decoder to RGB
using the h/w. The RGB output is copied in ashmem and posted to msurface for
display. This is working fine.

I feel this copy of RGB data can be avoided to improve the performance.
Means I will register the buffer from "MemoryHeapPmem" with the
SurfaceFlinger and send the same pointer to the h/w for color conv.
I will use 2 buffers one will be processed by h/w for color conv and other
will be posted to surface flinger for display.
Is it feasible to use the pmem driver at this place and how?

Regards,
Manish

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

Reply via email to