HI all, After studying the some of the audio decoders from Android code base, what I observed is 1. It has Prarser node/ Parser file for each of the audio format supported. (pvmf_aacffparse_node.cpp/aacfileparser.cpp) 2. Parser node initializes CPM and calls parser file to get information about media file. next some of my other doubts are: 3. Whether we have to register our Parser node with PV player node? 4. if i want to add my own decoder, whether i have to write parser node, file parser and register it with pv player or I can use existing code to integrate>
Please give some inputs to this and also let me know if I am wrong, so that i will help me to go further. Thanks Gururaja On Oct 20, 4:52 pm, guru <guru.nav...@gmail.com> wrote: > HI All, > I am new to Andoid. I have given task of integrating Audio decoder > with OpenCore. I have gone through documents on OpenCore/OMX. I have > some doubts. plz clarify me to better understand integration: > > 1. To port Audio decoder, vendor will ship OMX complaint decoder which > exposes set of API's to be used by OpenCORE. > > 2. For each of the decoder, they have defined "parser node" and "file > parser". > Parser node initializes CPM, and calls file parser. This file > parser checks for AAC format type, calculates track duration > etc....... > > My doubts are: a) whether we can use the exiting "parser node" and > "file parser" to in this integration process. > b) who will call this parsernode? > > 3. All Core and its componet initialization will be done in > pv_omxmastercore.cpp. what we have to do inorder to initialize our > decoder? > > Please let me know if this is already discussed in some prevoius > thread. > > Regards > Gururaja --~--~---------~--~----~------------~-------~--~----~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---