I believe the OMX decoder node is an adapter class that wraps an OMX decoder to make it look like a native PV decoder. I think you need to do something similar for the encoder side, i.e. take the PV native encoder node class and write an implementation that talks to an OMX encoder. That's how the sample code we plan to release was developed.
On Dec 3, 12:58 pm, John <[EMAIL PROTECTED]> wrote: > Hi Dave, > I noticed that there is a pvmf encode node class at > /external/opencore/node. I guess it is probably an encode node class used by > opencore itself , but it has nothing to do with OMX, right? Is it good to > use the omx decode node class, already provided with android 1.0 release, > as reference when I implement our own OMX encode node class in opencore? > > Thx > John > > On Wed, Dec 3, 2008 at 3:38 PM, Dave Sparks <[EMAIL PROTECTED]> wrote: > > > You probably want a combination of the encoder node class for the > > OpenCore side and the OMX decoder node class for the OMX side. Sorry, > > don't know the filenames off the top of my head, but they shouldn't be > > too hard to find. > > > We are planning to release a sample OMX video encoder node, hopefully > > before the end of the year. > > > On Dec 3, 4:45 am, John <[EMAIL PROTECTED]> wrote: > > > I'm currently working on porting our hw based omx encode codec into > > > PV. As I found in the previous discussion, the omx encode node is > > > missing for this android release. if we want to implement our own > > > encode node class, is there any good reference to start it? is there > > > huge difference between omx dec node class and omx enc node class? > > > > John --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
