Hi ,

I  need to write a custom MIO node based on my hardware capabilities
for decoding and rendering video. This will reduce the datapath
(skiping OMXDecoderNode )

SourceNode -->  Custom_MediaOutputNode --> HW


The above should be the new datapath. If the custom MIO node,
indicates the compressed format (PVMF_M4V) in getParametersSync
( Capabilities exchange) I hope it can directly accept the Data from
the Parser.

My Query:
Looking at the Sample application sample_player_app.cpp in opencore
folder I see that the  I can explicitly specify the DataSinkNode.

But looking at the source code in /frameworks/base/media , I see only
the DataSource being set. How do I set the Sink to my custom MIO node
so that the DataPath bypasses OMXDecoderNode ?


Thanks
Ajay

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

Reply via email to