You need to implement an OMX encoder and add it to the OMX registery in OpenCore. You'll also probably have to tweak a few things because right now it's hardcoded for the Qualcomm encoder library.
On Jan 15, 1:31 am, "[email protected]" <[email protected]> wrote: > when release sample OMX video encoder node,ths,if enable > HARDWARE_OMX,compile failed > > On 2008年12月4日, 上午7时00分, Dave Sparks <[email protected]> wrote: > > > I believe theOMXdecoder node is an adapter class that wraps anOMX > > 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 anOMX > > 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 withOMX, right? Is it good to > > > use theomxdecode node class, already provided with android 1.0 release, > > > as reference when I implement our ownOMXencode 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 theOMXdecoder node class for theOMXside. 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 sampleOMXvideo 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 basedomxencode codec into > > > > > PV. As I found in the previous discussion, theomxencode 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 betweenomxdec node class andomxenc node class? > > > > > > John- 隐藏被引用文字 - > > > - 显示引用的文字 - --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
