Guys,

Nagaraj is right. However available options are

1) Register your OMX Component into PV's OMX Core
    MPEG4, H264 codecs have already been integrated in PV OMX Core.
Use them as reference.

2) Define your own OMX Core, implement the core and integrate your OMX
Component into your Core.
    Can register your OMX Core during run time, using .cfg file.

regards
Shashank

On Sep 20, 2:10 pm, nagaraj attimani <[email protected]>
wrote:
> OMX component should be registred with pvcore
> check the pv omx component for more info
>
> On Tue, Sep 14, 2010 at 1:19 PM, Bikash jamwal <[email protected]>wrote:
>
>
>
> > hi Prajeesh
>
> > i am new to android . i am also trying to integrate new codec to pv
> > opencore . can u please give me detailed info what u have done so ..
>
> > thanks
>
> > Bikash
>
> > ---------- Forwarded message ----------
> > From: praji <[email protected]>
> > Date: Aug 2, 11:38 am
> > Subject: New OMX component integration into Opencore
> > To: Android Developers
>
> > I am trying to integrate VP8 video codec into PV opencore FW in Froyo
> > & test at PV test application level.
>
> > I have done the following steps,
>
> > 1. Made a new folder for vp8 @ external/opencore/codecs_v2/omx/
> > omx_vp8.
> > 2. Made appropriate modifications in the omx_baseclass, omx_common
> > etc.
> > 3. Modified the PV test app (external/opencore/codecs_v2/omx/
> > omx_testapp) for testing VP8.
> > 4. included the VP8 source code to froyo.
> > 5. Included new oscluuid for VP8
>
> > With these modifications, the build is fine. The shared libraries and
> > binaries are creating properly.
> > Also OMX-MasterInit is passing.
>
> > But the application fails at OMX_GetHandle(). *pHandle is coming as
> > zero.
> > I am using the PV OMX core. I am just adding a new codec which is not
> > supported by PV Opencore and test at PV test_app level.
>
> > Can you please answer my below queries:
> > 1. Do we need to change the pvplayer.cfg file? Bcoz i am using the PC
> > omx_core itself.
> > 2. Any other changes needs to be done for integrating a new component
> > into Opencore?
>
> > Please provide you valuable inputs.
>
> > Let me know if need any additional informations.
>
> > Thanks,
> > Prajeesh
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]<android-developers%[email protected]>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Warm Regards,
> Nagaraj

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en

Reply via email to