Hi,
I am working on getting a multi-channel HD video player up on OMAP4430 Blaze-tablet. The intent is to test this app on other vendor devices, as well as OMAP4460. I am working at the native layer to get this to work.
On some occassions, I notice an Out of Memory error being thrown by GraphicBufferAllocator. This error also contains some information about the memory currently allocated.
In this context I wanted to check
- The default configuration for Tiler Memory availability on OMAP4 baseports.
- Is the issue being faced because of a shortage in Tiler memory?
- If yes, how can the configuration be changed?
- How do I know if there is any other application which is using the available Tiler memory?
- How do I interpret the logs that are thrown during Out of Memory errors?
Anoop