Hi All, I have some doubts regarding OpenCORE,
*1. *Can someone please explain me how the ports actually send and receive the buffers in a pipeline in OpenCORE. For example in mp3 pipeline I may have a parser node, a decoder node and render node. How these 3 nodes actually setup the connection with each other and how the data flows( input and output buffers) flow through them. *2.* If my mp3 decoder node is using a OpenMAX component then in the current source code input and output buffers are allocated by OpenCORE node and they have been communicated to OpenMAX component by calling UseBuffers(). But if I want my OpenMAX to allocate the input and output buffers then how to do that? Are there any setting of parameters by which I can convey the OpenCORE node that my underlying OpenMAX component will allocate the buffers. Because I guess the input buffers are comming to mp3 node from parser node so do I need to make the modification in the parser node also? Thanks in advance ~ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
