[android-porting] how to add omx decoders into stagefright of gingerbread

2011-01-18 Thread alex
Hi Sparks, I have read the source code of stagefright in gingerbread, and find that stagefright has two methods to use codec: 1. direct software codec called in OMXCodec class 2. OMX plugins I have heard that in froyo, stagefright shares opencore's omx codec plugins. however, gingerbread r

Re: [android-porting] how to add omx decoders into stagefright of gingerbread

2011-01-19 Thread Deva R
>   1. if I want to add my own codec using the OMX way into > gingerbread's stagefright,  what should I do step by step? i listed highlevel steps sometime this week, should give u a idea. link http://groups.google.com/group/android-porting/msg/5d88e76845a22bbb >   2. as to adding parser together