Hi Dave,

>Stagefright already supports OMX codecs in the Froyo release.

Today Stagefright uses PV OMX core, and vendors OMX core. What if opencore
is not present -> will only vendor omx plugin will be present?

>#ifndef NO_OPENCORE
>    addPlugin(new OMXPVCodecsPlugin);
>#endif

>void OMXMaster::addVendorPlugin() {
>    mVendorLibHandle = dlopen("libstagefrighthw.so", RTLD_NOW);


On Tue, Aug 24, 2010 at 9:14 PM, Dave Sparks <davidspa...@android.com>wrote:

> Stagefright already supports OMX codecs in the Froyo release. This is
> how we integrate hardware codecs and 3rd party codecs.
>
> On Aug 24, 7:53 am, Lakshman <lakshma...@gmail.com> wrote:
> > Hi Dave Sparks,
> >
> > As you have mentioned in Q&A session in last Google IO, Stagefright media
> > framework will completely relplace PV opencore in the next
> > release(Gingerbread).
> > In the current stagefright framework, you are using PV OpenMax core and
> > OpenMax codec components. Most of us are using PV OMX core and all our
> OMX
> > codec
> > components are having dependency with PV OMX core. Is there any roadmap
> by
> > google to develop Stagefright OMX core??
> > This is very important for us as we have to decide whether to write our
> own
> > OMX core. please let us know asap.
> >
> > Thanks and regards,
> > -Lakshman
>
> --
> unsubscribe: 
> android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
> website: http://groups.google.com/group/android-porting
>

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to