Codecs should be integrated into OpenCore using the OMX interface, i.e. in your case - writing an OMX component "wrapper" around the hw codec. Read the provided documentation (omx_integration_guide.pdf, openmax_call_sequences.pdf etc.).
http://android.git.kernel.org/?p=platform/external/opencore.git;a=tree;f=doc;h=f08ea1052ee4a819b6be6caeaa3de28af59dd093;hb=a0acb494ea6682ca966b5ebbd3676c89c56d63a6 On Jun 22, 9:04 am, thinku <sunthin...@gmail.com> wrote: > hello all, > > i am in progress of integrating a HW codec, that i got from TI for > omap processors. > > this hw codec codes are in 'C' and not OMX complaint. > > in that case without understanding the much of inner implementation of > opencore.. > > i thought i can change the calls to the software codec, that is made > in the > > opencore/codecs_v2/video/m4v_h263/dec/src/pvm4vdecoder.cpp > > to call the HW codec.. so i proceeded looking on that.. but > > again.. as all those stuffs are in Classes.. it again..getting > complicated.. > > so, can somebody answer me, which is option..is better.. > > OMX compliant or > Direct codec.. > > also where exactly i need to start, to integrate the HW codec (non-omx > complaint) if not using the software codec calls. > > thanks... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to android-framework@googlegroups.com To unsubscribe from this group, send email to android-framework+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---